讀者要在命令行下輸入tcc -B d:\tc\source\pport.c,來編譯 之后需要編譯server.c和clint.c
標簽: csourcepport server clint tcc
上傳時間: 2017-02-18
上傳用戶:ZJX5201314
Instead of finding the longest common subsequence, let us try to determine the length of the LCS. Then tracking back to find the LCS. Consider a1a2…am and b1b2…bn. Case 1: am=bn. The LCS must contain am, we have to find the LCS of a1a2…am-1 and b1b2…bn-1. Case 2: am≠bn. Wehave to find the LCS of a1a2…am-1 and b1b2…bn, and a1a2…am and b b b b1b2…bn-1 Let A = a1 a2 … am and B = b1 b2 … bn Let Li j denote the length of the longest i,g g common subsequence of a1 a2 … ai and b1 b2 … bj. Li,j = Li-1,j-1 + 1 if ai=bj max{ L L } a≠b i-1,j, i,j-1 if ai≠j L0,0 = L0,j = Li,0 = 0 for 1≤i≤m, 1≤j≤n.
標簽: the subsequence determine Instead
上傳時間: 2013-12-17
上傳用戶:evil
綜合2叉樹及B+樹優(yōu)點的能根據(jù)增刪改而分裂或合并的完整程序(現(xiàn)在以8bit(BYTE key)為關鍵字,可擴充到64bit的double為key,用戶數(shù)據(jù)包現(xiàn)在以float ton表示,可擴充到任意結構struct)
上傳時間: 2017-02-19
上傳用戶:498732662
鄭州遠博公司生產(chǎn)的單片機B型實驗板電路原理圖及配套源程序代碼,它對學習單片機C語言編程有很好的作用。
上傳時間: 2017-02-24
上傳用戶:ryb
臺達VFD-B變頻器使用說明書,介紹的簡單明了,適合有一定基礎的使用。
上傳時間: 2017-02-25
上傳用戶:維子哥哥
細菌實驗分組 有一種細菌分為A、B兩個亞種,它們的外在特征幾乎完全相同,僅僅在繁殖能力上有顯著差別,A亞種繁殖能力非常強,B亞種的繁 殖能力很弱。在一次為時一個小時的細菌繁殖實驗中,實驗員由于疏忽把細菌培養(yǎng)皿搞亂了,請你編寫一個程序,根據(jù)實驗結果,把 兩個亞種的培養(yǎng)皿重新分成兩組。
上傳時間: 2013-12-18
上傳用戶:ggwz258
Data Structures and Algorithms with Object-Oriented Design Patterns in Java Bruno R. Preiss B.A.Sc., M.A.Sc., Ph.D., P.Eng. Associate Professor Department of Electrical and Computer Engineering University of Waterloo, Waterloo, Canada
標簽: B.A.S R. Object-Oriented Algorithms
上傳時間: 2017-03-07
上傳用戶:z754970244
本網(wǎng)絡考核系統(tǒng)采用現(xiàn)在比較先進的基于B-S模式的全新的網(wǎng)絡考試系統(tǒng)。服務器端對數(shù)據(jù)庫進行管理,客戶端通過瀏覽器登錄網(wǎng)絡考場,進行選擇性考試,考試結束用戶答案自動提交服務器數(shù)據(jù)庫,服務器自動對用戶的考試進行評分。與傳統(tǒng)的基于C-S模式的網(wǎng)絡考場相比,它更加穩(wěn)定,更適宜于互聯(lián)網(wǎng)上的考試。同時,網(wǎng)絡考場是基于題庫操作的,所以能實現(xiàn)智能自動組卷、自動閱卷和自動分析,大大縮短了考試周期,減低了對客戶端的要求。
上傳時間: 2014-01-21
上傳用戶:515414293
A 充分利用數(shù)據(jù)庫窗體專家(Database Form Expert) B 將數(shù)據(jù)庫轉(zhuǎn)換為CSV格式 C 動態(tài)更新DBGrid的行顏色 ...........................
標簽: Database DBGrid Expert Form
上傳時間: 2014-01-01
上傳用戶:稀世之寶039
Java編寫的表達式計算器, 即可以像我們書寫表達式那樣直接輸入計算表達式, 程序自動進行運算, 支持加減乘除冪運算以及判斷表達式如A?B C, 程序包含完整的Document和測試運行環(huán)境
上傳時間: 2013-12-21
上傳用戶:chenbhdt