资源列表
marketsuper
- Supermarket代码,这是大二下学期课程设计diamante-Supermarket,it‘s chongqing university lecture code
BUAA_OJ_2014_ALgorithm_01
- 北京航空航天大学,2014级第一次算法上机,部分解题代码。所有题目和解题报告可以查看博客:http://blog.csdn.net/lenz_xu/article/details/51768123-Beijing University of Aeronautics and Astronautics, 2014 for the first time on a machine algorithm, problem-solving part of the code. Solution and all
CPP
- 清华大学谭浩强版C++程序设计,书中例子的源代码。供初学者,调不出结果者使用。-Tsinghua Hemopurification Edition C++ programming, source code examples in the book. For beginners, tune not to use the results.
Qt4_json
- zip文件 Qt4 Json 解析和编码类,支持中文 2012.11.05 -zip file Qt4 Json parsing and coding classes, support Chinese 2012.11.05
track
- 车轨调度算法的数学描述,包括入栈、出栈等操作。-Railway scheduling algorithm of the mathematical descr iption, including into the stack and the stack operation.
c-algorithms-master
- 常见的C算法和数据结构,算法基础、找工作很重要的一份资料-Common C data structures and algorithms, the algorithm foundation, looking for a job is very important to a data
k-means-2d-rand-point
- K_means经典聚类算法,用点阵可视化 通过产生随机点,不断更改中心点实现聚类-K Means classic clustering algorithm, with lattice visualization By generating random points, and constantly change the center point to achieve clustering
123
- 求最小生成树,迪杰特斯拉最短路径,打印最短路径Minimum spanning tree, shortest path Dykstra, print the shortest path-Minimum spanning tree, shortest path Dykstra, print the shortest path
12
- 汽车信息查询 车票预订 管理员登录 添加信息 退票- Automotive Information inquiry ticket reservation administrator login to add information Refund
treen
- B+树的实现,java语言实现,数据结构代码-Achieve B+ tree, java language, data structure of the code
CSPAlgorithms
- n皇后问题 CSP的最小冲突法求解n皇后问题。 即如何能够在 n×n 的国际象棋棋盘上放置n个皇后,使得任何一个皇后都无法直接吃掉其他的皇后?为了达到此目的,任两个皇后都不能处于同一条横行、纵行或斜线上。 要求: ⅰ. 输入n,并用运行时间比较几种算法在相同规模的问题时的求解效率,并列表给出结果。 ⅱ. 比较同一算法在n不相同时的运行时间,分析算法的时间复杂性,并列表给出结果。 -N-Queens problem Using CSP minimal conflict
GAlgorethms
- n皇后问题 GA算法求解n皇后问题。 即如何能够在 n×n 的国际象棋棋盘上放置n个皇后,使得任何一个皇后都无法直接吃掉其他的皇后?为了达到此目的,任两个皇后都不能处于同一条横行、纵行或斜线上。 要求: ⅰ. 输入n,并用运行时间比较几种算法在相同规模的问题时的求解效率,并列表给出结果。 ⅱ. 比较同一算法在n不相同时的运行时间,分析算法的时间复杂性,并列表给出结果。 -N-Queens problem Using backtracking (recursive),