资源列表
guess_number
- 猜数位 首先自动产生一个n位0-9数字,每位上的数字互不相同。 然后,程序接受玩家输入所猜测的n位不重复的数字; 接着,由程序比对符合的位数以及不符合但有出现的数字的数量。完全符合的数字会以A来表示,而不符合正确位置但有出现的数字则以B来表示。举例,如果正确答案是2345且玩家猜的是4395,则会得到2A1B。 最后,玩家在m次内猜测出完全相符的数字组合即为胜利。若没有在指定m回合完成,则给出准确答案。 注:m,n可以由玩家自行设定。若不设定,其缺省为n=4;m=
05-StatorBarExample
- staistical wily book 05 StatorBarExample
tree
- 数据结构 二叉树 关于二叉树的各种操作 先序,中序,后续遍历-tree operation
ant-VRP
- C++实现的VRP算法,作为实例非常不错的-C++ implementation of the VRP algorithm, as a very good example
2ncimi
- 采用C语言,在visual C++6.0中实现来求2的n次方的结果-to calculate the result of n 2 multiplied
readbmp_24
- 用c语言编写读取bmp图像程序 自编程序 简单可行-Read bmp image program self programming c language is simple and feasible
Pj3V2
- 设计程序实现Airline Routing System,实现从文本中读入Vertex Edge的数据,在图中实现,实现添加Vertex,Edge 和删除 Vertex,Edge的方法,实现Dijkstra算法,计算两个Vertex之间的最短路径,并显示在图上。-A program implementing airline routing system, read data from vertex edge text ,and implement adding vertex edge and d
12
- 讲解了蚁群算法,适合学习数据结构和算法的朋友,欢迎下载!
tree
- 数据结构 树 实验代码C++ 实现树的各种遍历,查找等相关功能-Data structure tree experimental code C++
mintree_k
- 最小生成树代码,包括新的方法,思路,过程-Minimum spanning tree code, including new methods, ideas, processes
矩形编码压缩
- 矩形编码压缩源代码是针对图象压缩设计的程序,该算法可用于生物信息学,图象处理等方面-rectangular Coding source code is against image compression design process, the algorithm can be used bioinformatics, image processing, etc.
Senior-algorithm-C-source-program
- 里面是关于C语言的各种高级算法的介绍,以及源程序-It is on the C language in a variety of advanced algorithms are introduced, and the source program