非常快的字符搜索算法。注:上傳時(shí),不知為何當(dāng)開發(fā)語言選為C++BUILDER時(shí),類別不能選擇,故我都選為VC&C++,實(shí)際都是C++BUILDER
上傳時(shí)間: 2013-12-18
上傳用戶:cccole0605
此為本人期末的課程設(shè)計(jì)VC設(shè)計(jì):瀏覽器程序設(shè)計(jì)。注:本源碼用Word文檔存放。 簡介內(nèi)容:隨著互聯(lián)網(wǎng)在世界范圍的廣泛應(yīng)用,WWW(World Wide Web,萬維網(wǎng))也日益成為互聯(lián)網(wǎng)上信息交流不可缺少的工具。它是一種以HTTP(HyperText Tranfer Protocol,超文本傳輸協(xié)議)為基礎(chǔ),使用HTML(HypeText Markup Language,超文本標(biāo)記語言)編寫的有若干Web網(wǎng)頁構(gòu)筑而成的世界。 本課程設(shè)計(jì)要求設(shè)計(jì)類似于微軟的IE瀏覽器,具備一個(gè)瀏覽器的基本功能,可以完成網(wǎng)上沖浪的任務(wù)。 設(shè)計(jì) Visual C++為我們提供了一個(gè)ChtmlView類,有了它。可以很方便地設(shè)計(jì)瀏覽器。
標(biāo)簽: Word 瀏覽器 文檔 互聯(lián)網(wǎng)
上傳時(shí)間: 2015-03-29
上傳用戶:亞亞娟娟123
本程序是用c++實(shí)現(xiàn)的多功能文本編輯器,它除了可以實(shí)現(xiàn)一般文本的編輯功能,還增加了保存文檔a(save), 轉(zhuǎn)為大寫m(large),改為小寫k(small),復(fù)制段j(copy),中英文轉(zhuǎn)換t(language)等功能
上傳時(shí)間: 2013-12-23
上傳用戶:wuyuying
Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge Publisher: Addison-Wesley Page: 560 Edition: 2nd edition (March 27, 2001) Format: PDF Summary: The Standard Template Library was created as the first library of genetic algorithms and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made to STL for the final ANSI/ISO C++ language standard.
標(biāo)簽: Programming Reference Standard Template
上傳時(shí)間: 2014-01-19
上傳用戶:netwolf
加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests: cryptest m file - To encrypt and decrypt a string using DES-EDE in CBC mode: cryptest t - To encrypt or decrypt a file cryptest e|d input output - To share a file into shadows: cryptest s <pieces> <pieces-needed> file (make sure file has no extension, if you re running this under DOS) - To reconstruct a file from shadows: cryptest j output file1 file2 [....] - To gzip a file: cryptest z <compression-level> input output - To gunzip a file: cryptest u input output - To run validation tests: cryptest v - To run benchmarks: cryptest b [time for each benchmark in seconds]
標(biāo)簽: Cryptographic Primitives generate Library
上傳時(shí)間: 2015-07-16
上傳用戶:wqxstar
BISON-C: A one-dimensional transport and burnup calculation code with consideration of actinides and fission products Auteur(s) / Author(s) CETNAR J. (1) GRONEK P. (1) Affiliation(s) du ou des auteurs / Author(s) Affiliation(s) (1) University of Mining and Metallurgy, Faculty of Physics and Nuclear Techniques, 30 059 Cracow, POLOGNE
標(biāo)簽: one-dimensional consideration calculation and
上傳時(shí)間: 2015-07-17
上傳用戶:royzhangsz
BISON-C: A one-dimensional transport and burnup calculation code with consideration of actinides and fission products Auteur(s) / Author(s) CETNAR J. (1) GRONEK P. (1) Affiliation(s) du ou des auteurs / Author(s) Affiliation(s) (1) University of Mining and Metallurgy, Faculty of Physics and Nuclear Techniques, 30 059 Cracow, POLOGNE
標(biāo)簽: one-dimensional consideration calculation and
上傳時(shí)間: 2015-07-17
上傳用戶:wendy15
英文版,pdf格式。 詳細(xì)說明: Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) URL: http://www.amazon.com/exec/obidos/tg/detail/-/0201379236/ ISBN: 0201379236 Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge Publisher: Addison-Wesley Page: 560 Edition: 2nd edition (March 27, 2001) Catalog: C++ Format: PDF Size: 3.8M Supplier: December Summary: The Standard Template Library was created as the first library of genetic algorithms and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made to STL for the final ANSI/ISO C++ language standard.
標(biāo)簽: Programming Reference Standard Tutorial
上傳時(shí)間: 2015-09-02
上傳用戶:Breathe0125
文件名 :Calender.c // 描述 :日歷時(shí)鐘模塊,用于不帶時(shí)鐘芯片的系統(tǒng) // 語言 :C 作者 :Jean J. Labrosse 日期 :2002-05-17 // 說明 :原來的程序用于
上傳時(shí)間: 2015-09-16
上傳用戶:zhangliming420
經(jīng)典C語言程序設(shè)計(jì)100例1-10 如【程序1】 題目:有1、2、3、4個(gè)數(shù)字,能組成多少個(gè)互不相同且無重復(fù)數(shù)字的三位數(shù)?都是多少? 1.程序分析:可填在百位、十位、個(gè)位的數(shù)字都是1、2、3、4。組成所有的排列后再去 掉不滿足條件的排列。 2.程序源代碼: main() { int i,j,k printf("\n") for(i=1 i<5 i++) /*以下為三重循環(huán)*/ for(j=1 j<5 j++) for (k=1 k<5 k++) { if (i!=k&&i!=j&&j!=k) /*確保i、j、k三位互不相同*/ printf("%d,%d,%d\n",i,j,k) } }
標(biāo)簽: 100 10 C語言 程序設(shè)計(jì)
上傳時(shí)間: 2013-12-14
上傳用戶:hfmm633
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1