Dijkstra算法求最短路徑(C#版) using System using System.Collections using System.Text namespace Greedy { class Marx { private int[] distance private int row private ArrayList ways = new ArrayList() public Marx(int n,params int[] d) { this.row = n distance = new int[row * row] for (int i = 0 i < row * row i++) { this.distance[i] = d[i]
標(biāo)簽: System using Collections namespace
上傳時(shí)間: 2013-12-29
上傳用戶:liglechongchong
算符優(yōu)先文法分析的c語(yǔ)言實(shí)現(xiàn)代碼 需要輸入詞法分析的txt結(jié)果文件- The operator first grammar analysis c language realization code needs to input the lexical analysis the txt result document
標(biāo)簽: realization analysis operator language
上傳時(shí)間: 2015-12-28
上傳用戶:youlongjian0
c++程序,對(duì)于輸入的n個(gè)字符串進(jìn)行串匹配,使用者可以輸入查詢字串,返回所有在任意位置有匹配字串的字符串。
標(biāo)簽: 程序
上傳時(shí)間: 2016-01-07
上傳用戶:tzl1975
高質(zhì)量C++/C編程指南——這是一本百頁(yè)經(jīng)書(shū),花一兩個(gè)小時(shí)認(rèn)真閱讀,你將受益匪淺,這是前面N-1個(gè)讀者的建議
上傳時(shí)間: 2016-01-14
上傳用戶:yy541071797
f your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC42DEU.DLL contains resources translated to German.) If you don t do this, some of the UI elements of your application will remain in the language of the operating system.
標(biāo)簽: application your language shared
上傳時(shí)間: 2013-12-24
上傳用戶:thuyenvinh
單純形法算法,int K,M,N,Q=100,Type,Get,Let,Et,Code[50],XB[50],IA,IAA[50],Indexg,Indexl,Indexe float Sum,A[50][50],B[50],C[50]
標(biāo)簽: 50 Indexg Indexe Indexl
上傳時(shí)間: 2013-12-22
上傳用戶:頂?shù)弥?/p>
經(jīng)典算法問(wèn)題--N皇后問(wèn)題。回朔法求解,完整的C++源碼程序。
標(biāo)簽: 算法
上傳時(shí)間: 2014-08-02
上傳用戶:xwd2010
n皇后問(wèn)題求解(8<=n<=1000) a) 皇后個(gè)數(shù)的設(shè)定 在指定文本框內(nèi)輸入皇后個(gè)數(shù)即可,注意: 皇后個(gè)數(shù)在8和1000 之間(包括8和1000) b) 求解 點(diǎn)擊<Solve>按鈕即可進(jìn)行求解. c) 求解過(guò)程顯示 在標(biāo)有Total Collision的靜態(tài)文本框中將輸出當(dāng)前棋盤(pán)上的皇后總沖突數(shù). 當(dāng)沖突數(shù)降到0時(shí),求解完畢. d) 求解結(jié)果顯示 程序可以圖形化顯示8<=n<=50的皇后求解結(jié)果. e) 退出程序,點(diǎn)擊<Exit>即可退出程序.
上傳時(shí)間: 2016-01-28
上傳用戶:ztj182002
LCD320240.C 功能:定義了LCD320240(SED1335控制器)常用的操作功能函數(shù),及顯示用表格 菜單模板,演示用靜態(tài)正弦函數(shù)顯示. 注意:波形顯示在第一層,網(wǎng)格坐標(biāo)顯示在第二層,漢字菜單顯示? 設(shè)計(jì):東南大學(xué) 魯芳 整理注釋: Minstar 05/08/21 N.S. 測(cè)試:Minstar 修改補(bǔ)充:Minstar
上傳時(shí)間: 2013-12-27
上傳用戶:firstbyte
說(shuō)明 //LCD12864.C //適用范圍:128X64點(diǎn)陣黑白液晶屏,如:KS0108等 //注意事項(xiàng):對(duì)液晶屏操作時(shí),應(yīng)先操作左屏完成后,再對(duì)右屏操作, // 如需要再回過(guò)來(lái)寫(xiě)左屏應(yīng)先清全屏,否則會(huì)花屏! //Design by Minstar@8.5 N.S. //Test by Minstar
標(biāo)簽: 128X64 12864 LCD 點(diǎn)陣
上傳時(shí)間: 2016-02-04
上傳用戶:qiaoyue
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1