UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC #-command, like #l or #help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd("l fred.cpp") or uc_cmd("help"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful.
標簽: implementation Extensions libraries standard
上傳時間: 2013-12-14
上傳用戶:leehom61
數(shù)據(jù)結構實驗4報告,實驗內(nèi)容或題目 l、隨機產(chǎn)生n=100,200,300,1000,2000個整數(shù)并存于數(shù)組r[1..n]中。對主要查找算法(順序查找、插入排序、冒泡排序、堆排序、快速排序)進行實驗比較,計算出平均比較次數(shù)、平均移動次數(shù)及執(zhí)行時間。由程序自動計算,由手工計時。 2、對實驗結果數(shù)據(jù)進行對比分析。 主要內(nèi)容是
標簽: 數(shù)據(jù)結構 實驗 報告
上傳時間: 2013-12-23
上傳用戶:liansi
給定一個集裝箱,其長為L,寬為W和高為H,現(xiàn)有一批圓柱形木材,每根木材的長均為L,但是半徑不同,設第i根木材半徑為ri。問如何裝箱,使得集裝箱的空間利用率最高?
標簽: 集裝箱
上傳時間: 2014-01-20
上傳用戶:ljt101007
Hidden_Markov_model_for_automatic_speech_recognition This code implements in C++ a basic left-right hidden Markov model and corresponding Baum-Welch (ML) training algorithm. It is meant as an example of the HMM algorithms described by L.Rabiner (1) and others. Serious students are directed to the sources listed below for a theoretical description of the algorithm. KF Lee (2) offers an especially good tutorial of how to build a speech recognition system using hidden Markov models.
標簽: Hidden_Markov_model_for_automatic speech_recognition implements left-right
上傳時間: 2016-01-23
上傳用戶:569342831
一維信號的計盒分形維數(shù),用 m a t l a b編輯的
上傳時間: 2013-12-14
上傳用戶:685
RSA公開密鑰密碼系統(tǒng)是由R.Rivest,A.Shamir,L.Adleman提出的,不僅僅可用于數(shù)據(jù)的加密,也可用于數(shù)字簽名。本程序提供了RSA加密和解密過程實現(xiàn)的源代碼。
上傳時間: 2014-11-29
上傳用戶:aix008
本書特色 全面覆蓋了RHCT(Red Hat Certified Technician)、Comp TlA’s Linux+和LPl(Linux Professional Institute)Level l 三大Linux人證考試的內(nèi)容和要點。 講解了重要的命令行工具(包括shell腳本與文本處理命令)以及最新的圖形界面管理工具和應用程序。 “理論與實踐密切相結合”,每章都附有復習題與可操作性強的實踐項目項,使得讀者可以在牢固掌握基礎知識的同時,在動手實踐能力上也能獲得較大的提高。 本書致力于Linux系統(tǒng)管理這一主題,為有志于在Lmux領域有所發(fā)展的讀者提供了一份不可多得的參考教材。
標簽: Linux Professional Technician Certified
上傳時間: 2013-12-26
上傳用戶:fxf126@126.com
用C++中的MFC編程實現(xiàn)正軸等角割圓柱投影,實現(xiàn)以下要求: 取克拉索夫斯基橢球 (1)制圖區(qū)域: Bs=0°, BN=25° LE=105°, LE=125° (2)經(jīng)緯線間隔: ΔB=ΔL=5° (3)制圖比例尺: 1:M0=1:1000 000 (4)標準緯線: Bk=±15° 計算經(jīng)緯網(wǎng)格點的 x, y,m,n, p
標簽: MFC 編程實現(xiàn) 正 投影
上傳時間: 2013-12-29
上傳用戶:himbly
兩種解決方案 Richard just finished building his new house. Now the only thing the house misses is a cute little wooden fence. He had no idea how to make a wooden fence, so he decided to order one. Somehow he got his hands on the ACME Fence Catalogue 2002, the ultimate resource on cute little wooden fences. After reading its preface he already knew, what makes a little wooden fence cute. A wooden fence consists of N wooden planks, placed vertically in a row next to each other. A fence looks cute if and only if the following conditions are met: ?The planks have different lengths, namely 1, 2, . . . , N plank length units. ?Each plank with two neighbors is either larger than each of its neighbors or smaller than each of them. (Note that this makes the top of the fence alternately rise and fall.)
標簽: house the finished building
上傳時間: 2014-01-26
上傳用戶:541657925
PRIM求最小生成樹,JAVA源程序,簡潔易懂,很不錯的。l
上傳時間: 2014-08-04
上傳用戶:BIBI