资源列表
[数据结构常用算法] JaCoP-2dot4dot1
说明:JaCop library. OpenSource-JaCop library. OpenSource!!<Marek> 在 2025-06-17 上传 | 大小:1.08mb | 下载:0
[数据结构常用算法] Intelligence
说明:Some interesting algorithm form AI(artificial intelligence)<Marek> 在 2025-06-17 上传 | 大小:37kb | 下载:0
[数据结构常用算法] Stack-processing-data
说明:编写三个函数;主函数、进栈函数、出栈函数。 主函数定义并初始化堆栈,用一个循环,由用户输入对堆栈的操作要求,进栈、出栈或结束操作。 进栈函数在数据进栈前要测试堆栈是否已满,如果已满,则输出提示,告知堆栈已满并取消本次进栈操作;如果未满,将数据进栈并修改栈顶指示器。 出栈函数在数据前要测试堆栈是否已空,如果已空,则输出提示,告知堆栈已空并取消本次出栈操作;如果为空,将栈顶出栈并修改栈顶指示器。数据出栈应将其输出到屏幕。 . -Stack processing data<林树屏> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 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-17 上传 | 大小: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-17 上传 | 大小: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-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] CarStationDemo
说明:学习数据结构最好的例子,里面综合了队列,栈,链表等内容。学习数据结构的可以下载下来好好看一下。-Learn the best example of data structure, which combines the queues, stacks, linked lists and so on.<liyongbing> 在 2025-06-17 上传 | 大小:2kb | 下载:0