C++實(shí)驗(yàn)報(bào)告,包括函數(shù)的重載,調(diào)用,多態(tài)性,類的繼承與派生
標(biāo)簽: 實(shí)驗(yàn)報(bào)告
上傳時(shí)間: 2014-11-30
上傳用戶:yulg
Intro/: Directory containing introductory examples. HelloWorld.c A simple program that draws a box and writes "Hello World" in HelloWorld.f it. data The data file for the introductory progressive example. Lines.c Reads the data from file "data" and plots just the curve with Lines.f no labels, viewport or anything indicating quantity or units. Viewport.c Restricts the graph to a viewport and frames the viewport, Viewport.f leaving the remainder of the area for labels, etc. CharLbls.c Adds labels for the chart title, X-axis title, and Y-axis CharLbls.f title. Tics.c Adds tic marks to the viewport edges, but since clipping was Tics.f not set correctly, tics extend outside the viewport. Clip.c Sets clipping such that tic marks are clipped at the viewport Clip.f boundaries. TicLabels.c Adds numeric tic labels to the graph this is the final TicLabels.f installment of the progressive example.
標(biāo)簽: introductory HelloWorld containing Directory
上傳時(shí)間: 2016-03-29
上傳用戶:exxxds
混合動(dòng)力汽車( HEV) 控制系統(tǒng)一直是電動(dòng)車的核心控制部分。論文介紹了其控制系統(tǒng)具有多任務(wù)、實(shí)時(shí)性的特點(diǎn), 開發(fā)了一套基于Freescale MC9S12DP256 控制器與CAN 總線設(shè)計(jì)的混合動(dòng)力汽車管理系統(tǒng), 提出了在軟件開發(fā)中引入嵌入式 實(shí)時(shí)操作系統(tǒng)μC /OS—II , 并重點(diǎn)詳述了μC /OS—II 在該系統(tǒng)中的移植與應(yīng)用。經(jīng)過理論和實(shí)驗(yàn)證明, 該控制系統(tǒng)實(shí)時(shí)性 強(qiáng)、可靠性高。
標(biāo)簽: Freescale HEV 256 CAN
上傳時(shí)間: 2014-01-25
上傳用戶:wab1981
C針對(duì)模式識(shí)別問題H描述了支持向量機(jī)的基本思想H著重討論了OD=?PI最小二乘=?PI加權(quán)=?P 和直接 =?P 等新的支持向量機(jī)方法H用于降低訓(xùn)練時(shí)間和減少計(jì)算復(fù)雜性的海量樣本數(shù)據(jù)訓(xùn)練算法分塊法I分解法H提 高泛化能力的模型選擇方法H以及逐一鑒別法I一一區(qū)分法IPD., 分類法I一次性求解等多類別分類方法@最后給 出了污水生化處理過程運(yùn)行狀態(tài)監(jiān)控的多類別分類實(shí)例@作為結(jié)構(gòu)風(fēng)險(xiǎn)最小化準(zhǔn)則的具體實(shí)現(xiàn)H支持向量機(jī)具有 全局最優(yōu)性和較好的泛化能力
標(biāo)簽: PI 支持向量機(jī) OD 模式識(shí)別
上傳時(shí)間: 2014-01-15
上傳用戶:Ants
多項(xiàng)式曲線擬合 任意介數(shù) Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector<FloatType> parameters. Added a method to handle some EMathError exceptions. If do NOT want to use this just call PolyFit2 directly. usage: Call PolyFit by something like this. CPolyFit<double> PolyFitObj double correlation_coefficiant = PolyFitObj.PolyFit(X, Y, A) where X and Y are vectors of doubles which must have the same size and A is a vector of doubles which must be the same size as the number of coefficients required. returns: The correlation coefficient or -1 on failure. produces: A vector (A) which holds the coefficients.
標(biāo)簽: Least-squares arbitrary Purpose Builder
上傳時(shí)間: 2013-12-18
上傳用戶:宋桃子
C++面向?qū)ο蟪绦颍▍硒P翥).rar依原書內(nèi)容制成的ppt,尤其適合備考。 本書全面系統(tǒng)地講述了C++語言的基本語法和編程方法,詳盡地描述了C++語言面向?qū)ο蟮闹匾卣鳎侯惡蛯?duì)象、繼承和派生類、多態(tài)性和虛函數(shù)等內(nèi)容
上傳時(shí)間: 2016-04-16
上傳用戶:agent
單片機(jī)驅(qū)動(dòng)1602液晶的c語言程序,很簡單易上手,移植性強(qiáng)!
標(biāo)簽: 1602 單片機(jī)驅(qū)動(dòng) c語言 液晶
上傳時(shí)間: 2014-01-16
上傳用戶:zhaiyanzhong
某采用積分式AD的汽車衡完整單片機(jī)C程序,很完整,可移植性強(qiáng)!
上傳時(shí)間: 2014-01-25
上傳用戶:Late_Li
c++ how to program 里面詳細(xì)介紹了從第1章到第24章的代碼學(xué)習(xí)實(shí)例。是初學(xué)者很好的學(xué)習(xí)資料。 第1章 計(jì)算機(jī)、Internet和萬維網(wǎng)簡介 第2章 C++編程入門 第3章 類和對(duì)象介紹 第4章 控制語句(第Ⅰ部分) 第5章 控制語句(第Ⅱ部分) 第6章 函數(shù)和遞歸入門 第7章 數(shù)組與CC+標(biāo)準(zhǔn)庫類模板vector 第8章 指針和基于指針的字符串 第9章 類的深入剖析(第Ⅰ部分) 第10章 類的深入剖析(第Ⅱ部分) 第11章 運(yùn)算符重載:字符串和數(shù)組對(duì)象 第12章 面向?qū)ο缶幊蹋豪^承 第13章 面向?qū)ο缶幊蹋憾鄳B(tài)性 第14章 模板 第15章 輸入/輸出流 第16章 異常處理 第17章 文件處理 第18章 String類和字符串流處理 第19章 Web編程 第20章 搜索和排序 第21章 數(shù)據(jù)結(jié)構(gòu) 第22章 位、字符、C字符串和結(jié)構(gòu)體 第23章 標(biāo)準(zhǔn)模板庫 第24章 其他主題
標(biāo)簽: Internet program how to
上傳時(shí)間: 2014-01-13
上傳用戶:yuzsu
實(shí)現(xiàn)最優(yōu)二叉樹的構(gòu)造;在此基礎(chǔ)上完成哈夫曼編碼器與譯碼器。 假設(shè)報(bào)文中只會(huì)出現(xiàn)如下表所示的字符: 字符 A B C D E F G H I J K L M N 頻度 186 64 13 22 32 103 21 15 47 57 1 5 32 20 57 字符 O P Q R S T U V W X Y Z , . 頻度 63 15 1 48 51 80 23 8 18 1 16 1 6 2 要求完成的系統(tǒng)應(yīng)具備如下的功能: 1.初始化。從終端(文件)讀入字符集的數(shù)據(jù)信息,。建立哈夫曼樹。 2.編碼:利用已建好的哈夫曼樹對(duì)明文文件進(jìn)行編碼,并存入目標(biāo)文件(哈夫曼碼文件)。 3.譯碼:利用已建好的哈夫曼樹對(duì)目標(biāo)文件(哈夫曼碼文件)進(jìn)行編碼,并存入指定的明文文件。 4.輸出哈夫曼編碼文件:輸出每一個(gè)字符的哈夫曼編碼。
上傳時(shí)間: 2014-11-23
上傳用戶:shanml
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1