多項(xiàng)式快速模板匹配的經(jīng)典文章,推薦!《Fast TEMPLATE Matching With Polynomials》
標(biāo)簽: 多項(xiàng)式 模板匹配
上傳時(shí)間: 2013-12-17
上傳用戶:stewart·
1、第一次運(yùn)行時(shí),請(qǐng)先在瀏覽器上輸入:http://您的域名/install/index.aspx。 注意:文件必須放在web根目錄下才能運(yùn)行。 后臺(tái)登陸:http://您的域名/master/login.aspx 說(shuō)明1: 1、系統(tǒng)分商業(yè)版本后免費(fèi)版本,其中免費(fèi)版本不提供專人服務(wù),有任何問(wèn)題可登陸到bbb.pageadmin.net尋求解決方法。 2、支持access和MSSQL數(shù)據(jù)庫(kù),系統(tǒng)默認(rèn)ACCESS數(shù)據(jù)庫(kù)。 Access優(yōu)點(diǎn):不需要單獨(dú)購(gòu)買。 缺點(diǎn):在數(shù)據(jù)存取頻率或數(shù)據(jù)比較多的情況下,速度比較慢,容易損壞導(dǎo)致數(shù)據(jù)丟失。 適用范圍:適用于網(wǎng)站訪問(wèn)量較小和數(shù)據(jù)不多的網(wǎng)站。 Mssql缺點(diǎn):需單獨(dú)購(gòu)買,成本高 優(yōu)點(diǎn):企業(yè)級(jí)數(shù)據(jù)庫(kù),高效、安全。 適用范圍:適用于網(wǎng)站訪問(wèn)量較大、注重?cái)?shù)據(jù)安全、網(wǎng)站訪問(wèn)量較大用戶。 3、采用虛擬主機(jī)的用戶一定要確定主機(jī)支持ASP.NET2.0及以上,其中URL靜態(tài)化功能要求主機(jī)商可根據(jù)需要配置IIS。 推薦主機(jī)購(gòu)買網(wǎng)站:www.18inter.com 4、系統(tǒng)自帶4套風(fēng)格模板,可在后臺(tái)任意切換,模板文件在TEMPLATE目錄下,熟悉CSS樣式的用戶可根據(jù)需要自行修改風(fēng)格。
標(biāo)簽: 運(yùn)行
上傳時(shí)間: 2013-11-29
上傳用戶:sssl
一個(gè)跨平臺(tái)的數(shù)據(jù)庫(kù)操作庫(kù)文件,可以輕松在linux和windows下進(jìn)行數(shù)據(jù)庫(kù)讀寫以及其他的操作,支持多種數(shù)據(jù)庫(kù),代碼包含很多example,初學(xué)者很容易上手. OTL 是 Oracle, Odbc and DB2-CLI TEMPLATE Library 的縮寫,是一個(gè)C++編譯中操控關(guān)系數(shù)據(jù)庫(kù)的模板庫(kù),它目前幾乎支持所有的當(dāng)前各種主流數(shù)據(jù)庫(kù),例如Oracle, MS SQL Server, Sybase, Informix, MySQL, DB2, Interbase / Firebird, PostgreSQL, SQLite, SAP/DB, TimesTen, MS ACCESS等等。OTL中直接操作Oracle主要是通過(guò)Oracle提供的OCI接口進(jìn)行,進(jìn)行操作DB2數(shù)據(jù)庫(kù)則是通過(guò)CLI接口來(lái)進(jìn)行,至于MS的數(shù)據(jù)庫(kù)和其它一些數(shù)據(jù)庫(kù),則OTL只提供了ODBC來(lái)操作的方式。當(dāng)然Oracle和DB2也可以由OTL間接使用ODBC的方式來(lái)進(jìn)行操縱。 在MS Windows and Unix 平臺(tái)下,OTL目前支持的數(shù)據(jù)庫(kù)版本主要有:Oracle 7 (直接使用 OCI7), Oracle 8 (直接使用 OCI8), Oracle 8i (直接使用OCI8i), Oracle 9i (直接使用OCI9i), Oracle 10g (直接使用OCI10g), DB2 (直接使用DB2 CLI), ODBC 3.x ,ODBC 2.5。
標(biāo)簽: example windows Oracle linux
上傳時(shí)間: 2017-01-18
上傳用戶:蟲蟲蟲蟲蟲蟲
C++ 標(biāo)準(zhǔn)程序庫(kù)提供一組通用類別(classes)和接口(interfaces),可大幅擴(kuò)充 C++ 核心語(yǔ)言。由于程序庫(kù)本身并不容易,為了完整運(yùn)用其組件并從其強(qiáng)大的威力中獲得幫助,你需要一份完善的資源,而非一份僅僅陳列類和函數(shù)的普通文檔。《The C++ Standard Library》不僅對(duì)每一個(gè)程序庫(kù)組件提供范圍廣泛的說(shuō)明,也對(duì)繁雜的感念提供清楚明亮的解釋,并描述高效運(yùn)用這些組件時(shí)需要的實(shí)際編程細(xì)節(jié),提出一個(gè)又一個(gè)的范例程序。這本包含最新資料的完整書籍,反映出被 ANSI/ISO C++ 語(yǔ)言標(biāo)準(zhǔn)規(guī)格書納入的 C++ 標(biāo)準(zhǔn)程序庫(kù)的結(jié)構(gòu)。更明確地說(shuō),本書將焦點(diǎn)放在標(biāo)準(zhǔn)模板庫(kù)(Standard TEMPLATE Library)身上,檢驗(yàn)其中的容器(containers)、迭代器(iterators)、仿函數(shù)(functors)和算法(algorithms)。你還可以找到特殊容器、字符串(strings)、數(shù)值類別、國(guó)際化議題、IOStream。每一個(gè)組件都有深刻的呈現(xiàn),包括其介紹、設(shè)計(jì)、運(yùn)用實(shí)例、細(xì)部解說(shuō)、陷阱、意想不到的危險(xiǎn),以及相關(guān)類別和函數(shù)的確切標(biāo)記(signature)和定義。一份見解深刻的基礎(chǔ)概念介紹和一個(gè)程序庫(kù)綜合鳥瞰,會(huì)對(duì)新手帶來(lái)快速的提升。
標(biāo)簽: interfaces classes 標(biāo)準(zhǔn) 接口
上傳時(shí)間: 2017-02-10
上傳用戶:天涯
游戲開發(fā)數(shù)據(jù)結(jié)構(gòu)Data Structures for Game Programmers The Goodies Directory contains all sorts of stuff. For example, there are the four 3rd-Party libraries used in the book, SDL, SDL_TTF, FreeType (which SDL_TTF uses), and STLPort, which is one implementation of the Standard TEMPLATE Library. Also, there are four articles on trees and SDL in the articles directory. These supplement the material in the book.
標(biāo)簽: Programmers Structures Directory contains
上傳時(shí)間: 2017-02-12
上傳用戶:qoovoop
VxWorks 6.6 BSP開發(fā)執(zhí)導(dǎo) This document describes, in general terms, the elements that make up a board support package [BSP], the requirements for a VxWorks BSP, and the general behavior of a BSP during the boot process. This document outlines the steps needed to port an existing BSP to a new hardware platform or to write a new VxWorks BSP for custom hardware using a reference BSP or TEMPLATE BSP as a starting point. It provides hints and tips for debugging a BSP and solving common BSP development problems. It also provides information on the BSP validation test suite [BSP VTS] that is used to assess the functionality of a VxWorks BSP.
標(biāo)簽: describes document elements VxWorks
上傳時(shí)間: 2017-03-23
上傳用戶:磊子226
STL (標(biāo)準(zhǔn)模版庫(kù),Standard TEMPLATE Library)簡(jiǎn)要說(shuō)明
標(biāo)簽: STL 標(biāo)準(zhǔn) 模版
上傳時(shí)間: 2017-07-11
上傳用戶:xinzhch
The JavaServer Pages (JSP) Expression Language (EL) is a simple non-procedural scripting language that can be used to evaluate dynamic expressions within a JSP page. Each EL expression evaluates to a single value that is then expressed as text in the output of the JSP (when used in TEMPLATE text), or passed as a value to a JSP action. As such, it is ideal for adding dynamic elements to the HTML page (or other text output) generated by the execution of a JSP.
標(biāo)簽: non-procedural JavaServer Expression scripting
上傳時(shí)間: 2017-07-13
上傳用戶:dbs012280
This article describes a new efficient implementation of the Cooley-Tukey fast Fourier transform (FFT) algorithm using C++ TEMPLATE metaprogramming. Thank to the recursive nature of the FFT, the source code is more readable and faster than the classical implementation. The efficiency is proved by performance benchmarks on different platforms.
標(biāo)簽: implementation Cooley-Tukey describes efficient
上傳時(shí)間: 2013-12-23
上傳用戶:netwolf
Boost C++ Libraries Free peer-reviewed portable C++ source libraries Boost C++ Libraries 基本上是一個(gè)免費(fèi)的 C++ 的跨平臺(tái)函式庫(kù)集合,基本上應(yīng)該可以把它視為 C++ STL 的功能再延伸;他最大的特色在於他是一個(gè)經(jīng)過(guò)「同行評(píng)審」(peer review,可參考維基百科)、開放原始碼的函式庫(kù),而且有許多 Boost 的函式庫(kù)是由 C++ 標(biāo)準(zhǔn)委員會(huì)的人開發(fā)的,同時(shí)部分函式庫(kù)的功能也已經(jīng)成為 C++ TR1 (Technical Report 1,參考維基百科)、TR2、或是 C++ 0x 的標(biāo)準(zhǔn)了。 它的官方網(wǎng)站是:http://www.boost.org/,包含了 104 個(gè)不同的 library;由於他提供的函式庫(kù)非常地多,的內(nèi)容也非常地多元,根據(jù)官方的分類,大致上可以分為下面這二十類: 字串和文字處理(String and text processing) 容器(Containers) Iterators 演算法(Algorithms) Function objects and higher-order programming 泛型(Generic Programming) TEMPLATE Metaprogramming Preprocessor Metaprogramming Concurrent Programming 數(shù)學(xué)與數(shù)字(Math and numerics) 正確性與測(cè)試(Correctness and testing) 資料結(jié)構(gòu)(Data structures) 影像處理(Image processing) 輸入、輸出(Input/Output) Inter-language support 記憶體(Memory) 語(yǔ)法分析(Parsing) 程式介面(Programming Interfaces) 其他雜項(xiàng) Broken compiler workarounds 其中每一個(gè)分類,又都包含了一個(gè)或多個(gè)函式庫(kù),可以說(shuō)是功能相當(dāng)豐富。
標(biāo)簽: Boost C++ Libraries
上傳時(shí)間: 2015-05-15
上傳用戶:fangfeng
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1