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

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

Set-top

  • 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

  • The Linux kernel is one of the most interesting yet least understood open-source projects. It is als

    The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insider in the second edition of Linux Kernel Development. This authoritative, practical guide will help you better understand the Linux kernel through updated coverage of all the major subsystems, new features associated with Linux 2.6 kernel and insider information on not-yet-released developments. You ll be able to take an in-depth look at Linux kernel from both a theoretical and an applied perspective as you cover a wide range of topics, including algorithms, system call interface, paging strategies and kernel synchronization. Get the top information right from the source in Linux Kernel Development.

    標簽: interesting open-source understood projects

    上傳時間: 2015-06-30

    上傳用戶:zyt

  • 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

主站蜘蛛池模板: 北流市| 丹阳市| 铜山县| 焦作市| 白朗县| 黔江区| 黄平县| 博白县| 太仆寺旗| 日照市| 元谋县| 綦江县| 包头市| 万州区| 敖汉旗| 巴东县| 巴林右旗| 会昌县| 托里县| 郧西县| 潜江市| 南平市| 赣州市| 瑞安市| 沙田区| 香港| 察雅县| 黎城县| 普安县| 什邡市| 麻江县| 金门县| 三都| 桂平市| 新兴县| 磴口县| 澳门| 阳新县| 澄城县| 红河县| 慈溪市|