C/ASM混合語言匯編的NDP類型,包含了Compile/link、assemble、NDP檢測等組件
上傳時間: 2014-01-20
上傳用戶:wfl_yy
Implemented BFS, DFS and A* To Compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The first line of the input file shoud contain two chars indicate the source and destination city for breadth first and depth first algorithm. The second line of input file shoud be an integer m indicate the number of connections for the map. Following m lines describe the map, each line represents to one connection in this form: dist city1 city2, which means there is a connection between city1 and city2 with the distance dist. The following input are for A* The following line contains two chars indicate the source and destination city for A* algorithm. Then there is an integer h indicate the number of heuristic. The following h lines is in the form: city dist which means the straight-line distance from the city to B is dist.
標簽: Implemented following Compile command
上傳時間: 2014-01-01
上傳用戶:lhc9102
vhdl Compile and simulation
標簽: simulation Compile vhdl and
上傳時間: 2013-12-17
上傳用戶:cursor
key scan and lcd display file it can run in the computer with sunplus Compile
標簽: computer display Compile sunplus
上傳時間: 2013-12-31
上傳用戶:skfreeman
it is a plural multiplication,use VHDL language Compile.
標簽: multiplication language Compile plural
上傳時間: 2015-09-24
上傳用戶:ikemada
This a little Compile thoery programme.Programme tool is Visual C++ 6.0.
標簽: Programme programme Compile little
上傳時間: 2014-01-18
上傳用戶:lnnn30
C Source Code uCOS 2.76 and Compile with Keil IDE
上傳時間: 2013-12-26
上傳用戶:咔樂塢
This article introduces how to use Visual C++ to develop ActiveX control by example.Then we Compile script to insert it into web page.from this ,it displays the strong life of the ActiveX controll in the development of netware.
標簽: introduces ActiveX article develop
上傳時間: 2015-12-02
上傳用戶:athjac
an easy Compiler to Compile C
上傳時間: 2013-12-11
上傳用戶:BOBOniu
//構造具有指定的標簽的菜單 files = new Menu("文件(F)") Compile = new Menu("編輯(E)") see = new Menu("查看(V)") format = new Menu("格式(O)") font = new Menu("字體和顏色(F)...") //在格式菜單下再添加一個字體及顏色的菜單 help = new Menu("幫助(H)") //構造具有指定的標簽的菜單項 news = new MenuItem("新建(N)" + " " + "Ctrl+N") open = new MenuItem("打開(O)..." + " " + "Ctrl+O") save = new MenuItem("保存(S)" + " " + "Ctrl+S") other = new MenuItem("另存為(A)...") page = new MenuItem("頁面設置(U)...") mim = new MenuItem("打印(P)..." + " " + "Ctrl+P") quit = new MenuItem("退出(X)")
上傳時間: 2016-02-27
上傳用戶:小儒尼尼奧