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

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

Fuzzy-Set-Theory

  • 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

  • A program to find frequent molecular substructures and discriminative fragments in a database of mol

    A program to find frequent molecular substructures and discriminative fragments in a database of molecule descriptions. The algorithm is based on the Eclat algorithm for frequent item set mining.

    標簽: discriminative substructures fragments molecular

    上傳時間: 2014-01-20

    上傳用戶:龍飛艇

  • This OpenNL, a library to easily construct and solve sparse linear systems. * OpenNL is supplied wi

    This OpenNL, a library to easily construct and solve sparse linear systems. * OpenNL is supplied with a set of built-in iterative solvers (Conjugate gradient,BICGSTAB, GMRes) and preconditioners (Jacobi, SSOR). * OpenNL can also use other solvers (SuperLU 3.0 is supported as an OpenNL extension,MUMPS will be supported in a future version)

    標簽: OpenNL construct supplied library

    上傳時間: 2014-01-07

    上傳用戶:semi1981

主站蜘蛛池模板: 葫芦岛市| 微博| 柳江县| 松江区| 阿图什市| 盐城市| 永宁县| 定西市| 亳州市| 金山区| 庆城县| 尉氏县| 芜湖县| 五河县| 伊金霍洛旗| 包头市| 卓尼县| 蛟河市| 舒兰市| 信阳市| 信丰县| 临沂市| 定结县| 三河市| 咸宁市| 罗城| 娄底市| 永兴县| 盐城市| 巩留县| 花莲市| 驻马店市| 温宿县| 西乌| 辉县市| 太谷县| 吉木萨尔县| 丰顺县| 尼木县| 弥勒县| 晋中市|