亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Set

  • a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, lis

    a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, list, Set, and deque. The smart pointer has an assignment operator and greater than operator that call the target object s operator.

    標簽: non-sharing containers pointer vector

    上傳時間: 2015-06-15

    上傳用戶:Late_Li

  • This program demonstrates some function approximation capabilities of a Radial Basis Function Networ

    This program demonstrates some function approximation capabilities of a Radial Basis Function Network. The user supplies a Set of training points which represent some "sample" points for some arbitrary curve. Next, the user specifies the number of equally spaced gaussian centers and the variance for the network. Using the training samples, the weights multiplying each of the gaussian basis functions arecalculated using the pseudo-inverse (yielding the minimum least-squares solution). The resulting network is then used to approximate the function between the given "sample" points.

    標簽: approximation demonstrates capabilities Function

    上傳時間: 2014-01-01

    上傳用戶:zjf3110

  • A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of

    A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of discrete time series. Noother wavelet package is necessary -- everything is contained in this archive. The C-code computes the DWT and maximal overlap DWT. MATLAB routines are then used to compute such quantities as the wavelet variance, covariance, correlation, cross-covariance and cross-correlation. Approximate confidence intervals are available for all quantities except the cross-covariance and cross-correlation. A Set of commands is provided. For a description of this example, please see http://www.eurandom.tue.nl/whitcher/software/.

    標簽: univariate and bivariate analysis

    上傳時間: 2015-06-23

    上傳用戶:chongcongying

  • 首先確認您的機器上已經安裝了VC6.0以上版本

    首先確認您的機器上已經安裝了VC6.0以上版本,要編譯生成可執行文件,需打開后綴名為dsw的文件,系統會默認用VC打開,然后選擇Build菜單下的Set Active Configuration選項,選擇Project Configuration為Win32 Release,然后編譯項目,得到可執行文件。連接數據庫請參照第2章的方法,在ODBC數據源內添加Microsoft Access數據庫train.mdb,并將數據源名設定為train即可實現數據庫和應用程序的正常連接,程序才能正常實現數據庫的訪問。另外,如果用戶自己編寫了.chm的幫助文檔只要和可執行文件放在同一個目錄下就可以了。 用戶要修改程序源碼可以選擇相應的.h和.cpp文件,本實例使用的命名規則基本是:DIALOG_***** 為管理對話框資源, *****Info為數據輸入窗口資源, *****Set為結果集對應的類

    標簽: 6.0 VC 機器 版本

    上傳時間: 2013-11-29

    上傳用戶:gyq

  • Simple I2C controller -- 1) No multimaster -- 2) No slave mode -- 3) No fifo s -- -- notes:

    Simple I2C controller -- 1) No multimaster -- 2) No slave mode -- 3) No fifo s -- -- notes: -- Every command is acknowledged. Do not Set a new command before previous is acknowledged. -- Dout is available 1 clock cycle later as cmd_ack

    標簽: multimaster controller No Simple

    上傳時間: 2015-07-01

    上傳用戶:zhangliming420

  • 定義一個字符串類String

    定義一個字符串類String,其私有成員為一個字符串指針。設計構造函數,拷貝構造函數,析構函數,設置新值函數Set, 打印成員值函數Print。借助此String類,將操作符"=="、">"、"<"的重載函數設置為String類的成員函數,實現對操作符"=="、">"、"<"的重載,使之能直接比較兩個String類類型的字符串的大小,設計各種情況調用此三個重載操作符。

    標簽: String 定義 字符串

    上傳時間: 2013-12-26

    上傳用戶:youth25

  • 首先定義一個點類Point

    首先定義一個點類Point,其私有成員為其坐標X,Y。設計構造函數,拷貝構造函數,析構函數(可以什么都不做,只打印信息,表示其被調用),設置新值函數Set, 打印成員值函數Print。再定義一個線類Line,線類是在公有繼承點類的基礎上,新增私有成員斜率S,并設計構造函數,拷貝構造函數,析構函數(可以什么都不做,只打印信息,表示其被調用),設置新值函數Set, 打印成員值函數Print以及其它你認為對訪問此Line類對象有用的成員函數。并用此Line類定義對象,調用所有成員函數。尤其是考察構造函數的調用順序。

    標簽: Point 定義

    上傳時間: 2015-07-07

    上傳用戶:xfbs821

  • 本書第二版和第三版之間的變化非常大其中最值得注意的是C++已經通過了國際標 準化這不但為語言增加了新的特性比如異常處理運行時刻類型識別RTTI 名字空 間內置布爾數據類型新的強制轉換方式而且還大量

    本書第二版和第三版之間的變化非常大其中最值得注意的是C++已經通過了國際標 準化這不但為語言增加了新的特性比如異常處理運行時刻類型識別RTTI 名字空 間內置布爾數據類型新的強制轉換方式而且還大量修改并擴展了現有的特性比如模 板template 支持面向對象object-oriented 和基于對象object-based 程序設計所需 要的類class 機制嵌套類型以及重載函數的解析機制也許更重要的是一個覆蓋面非 常廣闊的庫現在成了標準C++的一部分其中包括以前稱為STL 標準模板庫的內容新 的string 類型一組順序和關聯容器類型比如vector list map 和Set 以及在這些類型 上進行操作的一組可擴展的泛型算法generic algorithm 都是這個新標準庫的特性本書 不但包括了許多新的資料而且還闡述了怎樣在C++中進行程序設計的新的思考方法簡而 言之實際上不但C++已經被重新創造本書第三版也是如此

    標簽: RTTI 變化 內置 國際

    上傳時間: 2014-01-18

    上傳用戶:784533221

  • 對于給定的自然數n

    對于給定的自然數n,編程計算半數集Set(n)中的元素個數

    標簽:

    上傳時間: 2014-01-15

    上傳用戶:redmoons

  • AVL Tree implementation: I also included a test function to compare the AVL Tree performance with S

    AVL Tree implementation: I also included a test function to compare the AVL Tree performance with STL Set and Map. Compile the source mavltree.cpp and run it to see the result!

    標簽: Tree implementation performance AVL

    上傳時間: 2013-12-19

    上傳用戶:3到15

主站蜘蛛池模板: 平塘县| 胶南市| 旌德县| 南澳县| 肇源县| 霸州市| 呼图壁县| 马山县| 汤阴县| 宁远县| 喜德县| 即墨市| 金秀| 鹤壁市| 花莲县| 嫩江县| 高邑县| 砀山县| 松桃| 恭城| 康平县| 白山市| 乐陵市| 蓬莱市| 蒲江县| 来宾市| 盐津县| 临高县| 潢川县| 潜山县| 廊坊市| 蓝山县| 徐汇区| 江川县| 新巴尔虎左旗| 安化县| 刚察县| 靖江市| 大渡口区| 鄂温| 呼玛县|