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.
標簽: introductory HelloWorld containing Directory
上傳時間: 2016-03-29
上傳用戶:exxxds
多項式曲線擬合 任意介數 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.
標簽: Least-squares arbitrary Purpose Builder
上傳時間: 2013-12-18
上傳用戶:宋桃子
多種類型在一起,我不知道如何分類了,而且需要下些東西,所以沒有分開來上傳,希望站長通融下,程序已經夠 5個了:> MATLAB:TD_SCDMA系統性能仿真,QAM調制,7-4編譯碼的實現,CAM算法仿真(simulink) VC:huffman編譯碼的實現文件壓縮解壓縮
上傳時間: 2016-04-07
上傳用戶:2467478207
常用的串行通信方式。在 Visual C++的編程中,既可以用 Windows API函數進行串行通信編程,也可以利用環境自帶的控件進行編程。利用 API函數編寫實際應用程序時,往往要考慮多線程的問題,這樣編出來的程序不但十分龐大,而且結構比較復雜,繼承性差,維護困難。但是使用串行通信控件就 相對簡單一些,而且功能強大,性能安全可靠
上傳時間: 2013-12-24
上傳用戶:rocwangdp
實現最優二叉樹的構造;在此基礎上完成哈夫曼編碼器與譯碼器。 假設報文中只會出現如下表所示的字符: 字符 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 要求完成的系統應具備如下的功能: 1.初始化。從終端(文件)讀入字符集的數據信息,。建立哈夫曼樹。 2.編碼:利用已建好的哈夫曼樹對明文文件進行編碼,并存入目標文件(哈夫曼碼文件)。 3.譯碼:利用已建好的哈夫曼樹對目標文件(哈夫曼碼文件)進行編碼,并存入指定的明文文件。 4.輸出哈夫曼編碼文件:輸出每一個字符的哈夫曼編碼。
上傳時間: 2014-11-23
上傳用戶:shanml
StressMark測試軟件是一個使用Visual C++編寫的,可以完成服務程序及重要算法的功能和性能測試,其最主要的功能是模擬多線程或多客戶端的自動化壓力測試。
標簽: StressMark Visual 測試軟件 編寫
上傳時間: 2013-12-08
上傳用戶:epson850
effective c++,C++開發者的性能寶典,經典之作
標簽: effective
上傳時間: 2016-05-18
上傳用戶:dianxin61
本文以無線傳感器網絡現有路由算法中綜合性能較好的GEAR路由算法為 改進對象,針對GEAR路由算法的防御弱點,提出了一種新的安全路由算法 C一GEAR(Credit一GEAR)。C一GEAR通過在GEAR路由算法上引入安全引導方案及 信譽評測機制來獲得較好的安全性能。
上傳時間: 2016-06-14
上傳用戶:wanqunsheng
DSP芯片憑其優異的性能在高速計算領域有著巨大的應用前景。但其應用所設計的知識非常龐雜。DSP芯片(TMS320LF2407)的結構和原理以及匯編語言編程部分學習時主要是參考北航的《TMS320LF240X DSP結構、原理及應用》,C語言編程主要是參考北航的《TMS320LF240X DSP C語言開發應用》,下面就近期學習DSP編程的心得,總結了以下幾個DSP編程的注意點。
上傳時間: 2016-06-19
上傳用戶:qq21508895
Gray Watson寫的一個C語言版本的內存池,性能十分高效,利用此可以提高動態申請和釋放內存的速度,同時也可以減少內存碎片。
上傳時間: 2016-06-21
上傳用戶:GavinNeko