资源列表
zdlc
- 【问题描述】 甲、乙、丙、丁、未五城市分别距离为( 单位是: km): 甲 - 乙 300 甲 - 未 3000 乙 - 丙 2500 乙 - 丁 800 丙 - 未 1000 丁 - 甲 2000 丁 - 丙 400 丁 - 未 1200 未 - 乙 500 现从未地出发,到其它各城市的最捷路径。 【设计要求】 1、写出系统需求分析,并建模。 2、编程实现,界面友好。 3、输出各条最捷路径 4、语言不限,最好是c或c++ -【Desc
shortpathapplication
- 求出给定图中从一点到另外一点的最短路径,并求出最短路径经过的点-work out the length that from a point to another point
quicksort
- 计算机算法,快速排序算法,使用分治思想,利用递归实现快速排序-Computer algorithms, fast sorting algorithm, the use of sub-rule of thought, the realization of quick sort using recursion
Match
- 括号匹配的检验 试写一个判别表达式开、闭括号是否配对出现的算法。-Matching brackets test expression test to write a discriminant open and close brackets there are matching algorithms.
huisu
- 算法分析中,回溯法经典范例的实现,并有完整的测试数据-Algorithm analysis, the retrospective method of realization of the classic examples, as well as complete test data
fenzhixianjie
- 算法分析中,分支限界法的实现,并有完整的测试数据-Algorithm analysis, the achievement of branch and bound method, as well as complete test data
parking_1
- 停车场 堆栈模拟程序 可以用于学习堆栈和队列知识-parking
Red_Black
- 红黑树的算法试验作业。控制台程序,vs2008编译调试完全正确。希望对大家有帮助。-Red and black tree algorithm test operation. Console program, vs2008 debugging compiler entirely correct. We want to help.
two
- 二叉树算法的实现,能够迅速让符合这种算法的计算迅速实现-Binary tree algorithm that can quickly meet the requirements of this algorithm allows rapid calculation
data_structure
- 数据 结构 课本 算法 实现 ,全部 代码 ,提供免费 下载 ,运行通过,正确无误。-algorithm,data structure,using vc ,corectness
nqueenproblem
- This program finds the locations of placing n queens in a n*n chessboard so that none attack any other
coba
- BFS source code for searching-BFS source code for searching..