本書第二版和第三版之間的變化非常大其中最值得注意的是C++已經(jīng)通過了國際標(biāo) 準(zhǔn)化這不但為語言增加了新的特性比如異常處理運(yùn)行時刻類型識別RTTI 名字空 間內(nèi)置布爾數(shù)據(jù)類型新的強(qiáng)制轉(zhuǎn)換方式而且還大量修改并擴(kuò)展了現(xiàn)有的特性比如模 板template 支持面向?qū)ο髈bject-oriented 和基于對象object-based 程序設(shè)計所需 要的類class 機(jī)制嵌套類型以及重載函數(shù)的解析機(jī)制也許更重要的是一個覆蓋面非 常廣闊的庫現(xiàn)在成了標(biāo)準(zhǔn)C++的一部分其中包括以前稱為STL 標(biāo)準(zhǔn)模板庫的內(nèi)容新 的string 類型一組順序和關(guān)聯(lián)容器類型比如vector list map 和set 以及在這些類型 上進(jìn)行操作的一組可擴(kuò)展的泛型算法generic algorithm 都是這個新標(biāo)準(zhǔn)庫的特性本書 不但包括了許多新的資料而且還闡述了怎樣在C++中進(jìn)行程序設(shè)計的新的思考方法簡而 言之實(shí)際上不但C++已經(jīng)被重新創(chuàng)造本書第三版也是如此
上傳時間: 2014-01-18
上傳用戶:784533221
數(shù)字視頻時域處理算法及其ASIC芯片設(shè)1.RAR 數(shù)字視頻時域處理算法及其ASIC芯片設(shè)2.RAR 數(shù)字視頻時域處理算法及其ASIC芯片設(shè)3.RAR 數(shù)字視頻時域處理算法及其ASIC芯片設(shè)4.RAR 數(shù)字視頻時域處理算法及其ASIC芯片設(shè)5.RAR數(shù)字視頻時域處理算法及其ASIC芯片設(shè)6.RAR
上傳時間: 2013-12-17
上傳用戶:璇珠官人
數(shù)字視頻時域處理算法及其ASIC芯片設(shè)1.RAR 數(shù)字視頻時域處理算法及其ASIC芯片設(shè)2.RAR 數(shù)字視頻時域處理算法及其ASIC芯片設(shè)3.RAR 數(shù)字視頻時域處理算法及其ASIC芯片設(shè)4.RAR 數(shù)字視頻時域處理算法及其ASIC芯片設(shè)5.RAR數(shù)字視頻時域處理算法及其ASIC芯片設(shè)6.RAR
上傳時間: 2015-07-11
上傳用戶:yimoney
Trone V0.1 仿LINUX下街機(jī)游戲KTron。 其實(shí)寫本游戲的動機(jī)就是我一個朋友特別喜歡linux下的KTron這個游戲, 但在WINDOWS下又沒找到,而我朋友又不太熟悉LINUX操作,所以我就花了點(diǎn)時間寫了Trone, Trone這個名字也是源于KTron。 注意:此游戲需要EGAVGA.BGI文件才能運(yùn)行,該文件在turboc2目錄下可找到。 [游戲簡介] 這是一個雙人玩的策略游戲,游戲有兩個點(diǎn), 第一個游戲者可以按R,G,F(xiàn),D控制第一個點(diǎn)的走向, 第兩個游戲都可以按四個光標(biāo)鍵控制第二個點(diǎn)的走向, 誰先碰到邊界或已走的路線便輸,祝大家玩得開心!!! 有任何問題或建議請與我聯(lián)系。
標(biāo)簽: KTron Trone LINUX linux
上傳時間: 2015-07-13
上傳用戶:x4587
加密算法 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
上傳時間: 2015-07-16
上傳用戶:wqxstar
空時正交編碼源程序,參考文獻(xiàn): V.Tarokh,H. Jafarkhani,and A. R. Calderbank "Space-Time Codes from %Orthogonal Designs",IEEE Trans. Inform. Theory VOL. 45,NO. 5,JULY 1
上傳時間: 2013-12-26
上傳用戶:fandeshun
空間后方交匯求解相機(jī)外方位元素,變量如下 % x,y 控制點(diǎn)像點(diǎn)坐標(biāo) % X,Y,Z 控制點(diǎn)空間坐標(biāo) %f焦距 %X0,Y0,Z0,a,b,c六個外方位元素 %x0,y0,-f內(nèi)方位元素:光心坐標(biāo) %cha,chb,chc:外方位角元素改正數(shù) %count 記錄迭代次數(shù) %R 旋轉(zhuǎn)矩陣 %A 線性化的偏導(dǎo)系數(shù)矩陣 %L 常數(shù)項(xiàng)矩陣 %M0 外方位元素矩陣 %M1 外方位元素改正數(shù)矩陣
上傳時間: 2014-01-10
上傳用戶:saharawalker
光學(xué)設(shè)計軟件zemax源碼: This DLL models an nular aspheric surface as described in: "Annular surfaces in annular field systems" By Jose M. Sasian Opt. eng. 36 (12) P 3401-3401 December 1997 This surface is essentially an odd aspheric surface with an offset in the aspheric terms. The sag is given by: Z = (c*r*r) / (1+(1-((1+k)*c*c*r*r))^ 1/2 ) + a*(r-q)^2 + b*(r-q)^3 + c*(r-q)^4 + ... Note the terms a, b, c, ... have units of length to the -1, -2, -3, ... power.
標(biāo)簽: described aspheric surfaces Annular
上傳時間: 2014-01-08
上傳用戶:yyyyyyyyyy
zemax源碼: This DLL models a standard ZEMAX surface type, either plane, sphere, or conic The surface also demonstrates a user-defined apodization filter The filter is defined as part of the real ray trace, case 5 The filter can be used at the stop to produce x-y Gaussian apodization similar to the Gaussian pupil apodization in ZEMAX but separate in x and y. The amplitude apodization is of the form EXP[-(Gx(x/R)^2 + Gy(y/R)^2)] The transmission is of the form EXP[-2(Gx(x/R)^2 + Gy(y/R)^2)] where x^2 + y^2 = r^2 R = semi-diameter The tranmitted intensity is maximum in the center. T is set to 0 if semi-diameter < 1e-10 to avoid division by zero.
標(biāo)簽: standard surface models either
上傳時間: 2013-12-05
上傳用戶:003030
Excel導(dǎo)入導(dǎo)出:This TscExcelExport component is an advanced, powerfull but easy component to export all records of a dataset from Delphi to MS Excel (97, 2000, XP or 2003). Many features are provided to change the layout, to add totals, to create groups,
標(biāo)簽: component TscExcelExport powerfull advanced
上傳時間: 2014-01-16
上傳用戶:Divine
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1