资源列表
[数据结构常用算法] coding
说明:一些基础的C++操作,适用于刚开始学习C++的学生,大部分是老师布置的习题,其中包括数据结构的前4道题目,和一个自己编写的日期类-Some basic C++ operator, for beginning students to learn C++, most of the teachers arranged exercises, including the first four data structures topics, and a date written in their own c<陈剑峰> 在 2025-06-20 上传 | 大小:7kb | 下载:0
[数据结构常用算法] Dijkstra
说明:1. 初使时令 S={V0},T={其余顶点},T中顶点对应的距离值 若存在<V0,Vi>,d(V0,Vi)为<V0,Vi>弧上的权值 若不存在<V0,Vi>,d(V0,Vi)为∝ 2. 从T中选取一个其距离值为最小的顶点W且不在S中,加入S 3. 对T中顶点的距离值进行修改:若加进W作中间顶点,从V0到Vi的 距离值比不加W的路径要短,则修改此距离值 重复上述步骤2、3,直到S中包含所有顶点,即S=T为止-1 beginning of<Dell Sford> 在 2025-06-20 上传 | 大小:146kb | 下载:0
[数据结构常用算法] joseph
说明:M个人围成一圈,从第一个人开始依次从1到N循环报数,当报到N的时候此人出圈,直到圈中只剩一人为止.要求按退出顺序给出原始编号-M personal circle, starting from the first person in turn reported from 1 to N number of cycles, N, when the report when the person out circle, circle until only one person so far. Requir<夏天> 在 2025-06-20 上传 | 大小:1kb | 下载:0
[数据结构常用算法] CarStationDemo
说明:学习数据结构最好的例子,里面综合了队列,栈,链表等内容。学习数据结构的可以下载下来好好看一下。-Learn the best example of data structure, which combines the queues, stacks, linked lists and so on.<liyongbing> 在 2025-06-20 上传 | 大小:2kb | 下载:0
[数据结构常用算法] zhengshuzhuanzifu
说明:将输入的整数转换成字符串的C语言编程程序-The input string into an integer programming in C language program<刘家强> 在 2025-06-20 上传 | 大小:1kb | 下载:0
[数据结构常用算法] zifutongji
说明:一个用于统计输入字符串各种字符个数的C语言程序-A string of characters used for statistical input number of the C language program<刘家强> 在 2025-06-20 上传 | 大小:166kb | 下载:0
[数据结构常用算法] a_star
说明:a_star算法,A*(A-Star)算法是一种静态路网中求解最短路最有效算法。本工程实现了简单了a_star算法,并在vc6.0下直接编译通过。-a_star algorithm, A* (A-Star) algorithm is a static network in the most efficient algorithm for solving the shortest path. The project achieved a simple a_star algorithm, and i<肖春华> 在 2025-06-20 上传 | 大小:413kb | 下载:0