Borland C++ Builder開發的Quick_sort演算法實作,並加入timecounter計算使用的秒數。
標簽: Quick_sort Borland Builder 算法
上傳時間: 2015-12-14
上傳用戶:sk5201314
LCD12232F的串口驅動程序,很適合初學者了解LCD12232,要注意LCD12232的接口方式一般都是默認為並口的,需要自己動手 改為串口模式,非軟件可以設定
上傳時間: 2014-07-20
上傳用戶:youlongjian0
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
標簽: represented integers group items
上傳時間: 2016-01-17
上傳用戶:jeffery
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
標簽: converts Toolbox complex logical
上傳時間: 2016-02-12
上傳用戶:a673761058
一個MATLAB範例,可以用來計算分形盒維度
標簽: MATLAB
上傳時間: 2016-03-16
上傳用戶:星仔
用C#實現能產生PDF格式文件的源碼,對於想要開發類似acrobat reader的功能軟件,很具參考價值
標簽: 格式文件
上傳時間: 2016-07-31
上傳用戶:tfyt
目前網路流行的網頁遊戲(travian),配合firefox排程外掛,可以協助玩家計算建築物排程,本程式為javascript+xml方式,適合ajax初學者使用學習,請務必掛於伺服器中才能穩定執行
上傳時間: 2016-08-05
上傳用戶:ls530720646
1. Learning NS Website (中文,有介紹Unicast Routing) 2. 華玄明網際網路實驗室 - NS2 討論區 (臺灣NS2討論區) 3. NS仿真軟件 (中國大陸NS2討論區) 4. The Network Simulator: Contributed Code (一些研究人員所貢獻的程式碼,這些程式碼並沒有包含在NS2原本的程式碼內) 5. The Network Simulator: Building Ns (介紹如何安裝NS2) 6. NsNam Site Search (有關於NS和NAM的搜尋引擎)
上傳時間: 2016-11-03
上傳用戶:huangld
這是一個求數獨遊戲的m-file 在matlab的命令窗口 鍵入>> sudo7 或者run sudo7 的m-file 之後在 9x9 的方格內 填入 數獨的問題 按下 "計算是否有解" 的功能鍵 若不是存在多組的解,則可以 按下 "顯示結果" 的功能鍵, 也可以載入作者測試的"date1"或"date2" 但不可載入及修改"condition"
上傳時間: 2016-11-18
上傳用戶:waizhang
漢諾塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation eg. if n = 2 A→B A→C B→C if n = 3 A→C A→B C→B A→C B→A B→C A→C
標簽: the animation Simulate movement
上傳時間: 2017-02-11
上傳用戶:waizhang