资源列表

« 1 2 ... .12 .13 .14 .15 .16 1017.18 .19 .20 .21 .22 ... 2656 »

[数据结构常用算法zuixiaoshengchengshu

说明:用Kruskal算法求最小生成树,n个城市架设N—1条通讯网络-For the Minimum Spanning Tree with Kruskal, n cities set up communication network N-1 条
<suming> 在 2025-05-01 上传 | 大小:1kb | 下载:0

[数据结构常用算法Dijkstra

说明:Dijkstra算法C++实现 附上Poject所有文件,在VC6.0下可以运行-Dijkstra
<lzj_kkx> 在 2025-05-01 上传 | 大小:964kb | 下载:0

[数据结构常用算法5235

说明:本代码实现了数据结构二叉树的遍历转化 容易 易懂 -This code implements the traversal binary tree data structure is easy to understand conversion
<按时发生> 在 2025-05-01 上传 | 大小:2kb | 下载:0

[数据结构常用算法Cpp1

说明:实验目的: 学习用指针构造链表,操作链表 实验内容: 输入两个非降序列,转换成两个非升序列,合并成一个非升序列。 基本要求: 用链表实现。 完成解题报告 -Experimental Objective: To study the list with a pointer structure, the operation contents of the list experiment: two non-redu
<张少群> 在 2025-05-01 上传 | 大小:1kb | 下载:0

[数据结构常用算法5-3

说明:用随机函数产生5000个随机数,用快速,堆,直接插入,冒泡,归并等排序方法排序并统计系统时间-5000 with a random function random number, with quick, heap, direct insertion, bubble, merge sort methods such as sorting and statistical system time
<bai> 在 2025-05-01 上传 | 大小:2kb | 下载:0

[数据结构常用算法shujujiegou

说明:数据结构课程设计,倒排表,图书馆管理系统-Data structure course design, inverted table, the library management system
<刘乐宝> 在 2025-05-01 上传 | 大小:2.08mb | 下载:0

[数据结构常用算法8shuma

说明:使用c语言编写的一个关于8数码问题的程序,可以运行。-C language using a program on the 8 digital issues, you can run.
<lys> 在 2025-05-01 上传 | 大小:1kb | 下载:0

[数据结构常用算法Jorseve

说明:用于解决约瑟夫问题。堆栈方法。约瑟夫问题是个有名的问题:N个人围成一圈,从第一个开始报数,第M个将被杀掉,最后剩下一个,其余人都将被杀掉。例如N=6,M=5,被杀掉的人的序号为5,4,6,2,3。最后剩下1号。 -Joseph used to solve the problem. Stack method. Josephus problem is a well-known problem: N individual circle, st
<张驰> 在 2025-05-01 上传 | 大小:166kb | 下载:0

[数据结构常用算法zhebanchazhao

说明:折半查找的算法。将数列按有序化(递增或递减)排列,查找过程中采用跳跃式方式查找,即先以有序数列的中点位置为比较对象,如果要找的元素值小于该中点元素,则将待查序列缩小为左半部分,否则为右半部分。通过一次比较,将查找区间缩小一半。 -Binary search algorithm. The series by ordering (ascending or descending) order, find the process of usin
<张驰> 在 2025-05-01 上传 | 大小:167kb | 下载:0

[数据结构常用算法data_struct

说明:400多页的数据结构PPT, 从线性表到图全部涵盖,最后还有几个实例算法. 写的非常好!! 请用WORD 2003/WORD 2007 /wps以只读方式打开.-400 pages of data structures PPT, from linear table to map all the covers and, finally, several examples of algorithms. Was very good!! P
<Zy> 在 2025-05-01 上传 | 大小:7.33mb | 下载:0

[数据结构常用算法Data_struct_all

说明:数据结构, 精华文档, 400多页. 从线性表到图,应有尽有, 还附带几个常见算法. 强力推荐.-Data structure, the essence of the document, 400 pages. From linear form to the chart, everything, also with several common algorithms. Highly recommended.
<Zy> 在 2025-05-01 上传 | 大小:7.33mb | 下载:0

[数据结构常用算法Test(2)

说明:用循环单链表实现: N个人围圆圈而坐,分别标以数字1到N。从坐在1号的位置的人开始依次传递土豆。M次传递之后,拿到土豆的人被排除,圆圈收缩,然后从离开圆桌的人后面的那个人开始继续游戏。游戏一直进行,直到留下最后一个人,为赢家。因此,如果M=0且N=5,所有的人依次被排除,5号最后胜利。如果M=1且N=5,排除的顺序为2,4,1,5. -Achieved with cyclic single-linked list: N indi
<绿色萌芽> 在 2025-05-01 上传 | 大小:1kb | 下载:0
« 1 2 ... .12 .13 .14 .15 .16 1017.18 .19 .20 .21 .22 ... 2656 »

源码中国 www.ymcn.org