资源列表

« 1 2 ... .33 .34 .35 .36 .37 1638.39 .40 .41 .42 .43 ... 2656 »

[数据结构常用算法Josephus_link

说明:Josephus问题的另一种解决方法 使用循环链表解决的源代码-Josephus problem using an alternative solution to solve the source code of circular linked list
<Bill> 在 2025-06-19 上传 | 大小:164kb | 下载:0

[数据结构常用算法BiTree

说明:根据二叉树表的表示建立二叉树,实现二叉树的遍历,并给出从根结点到给定结点的路径信息。练习二叉树的链式存储及其遍历方法-According to the table that the establishment of a binary tree binary tree, binary tree traversal implementation, and give from the root node to a given node' s path information. Practice
<Bill> 在 2025-06-19 上传 | 大小:171kb | 下载:0

[数据结构常用算法erchashu

说明:通过二叉树的先、中或中、后序列,实现二叉树的恢复和线索化。-Through the binary tree before, or during, and after sequence, to achieve recovery and clues of binary tree.
<谢浩> 在 2025-06-19 上传 | 大小:217kb | 下载:0

[数据结构常用算法tongxunlu

说明:制作一个简易的通讯录,包括基本操作和存储功能。 用〈〈数据结构〉〉中的双向链表作数据结构,结合C语言基本知识。编写一个通讯录管理系统。以把所学数据结构知识应用到实际软件开发中去。 设计内容:本系统应完成一下几方面的功能: 输入信息——enter() 显示信息———display( ) 查找以姓名作为关键字 ———search( ) [由一人完成] 删除信息———delete( ) 存盘———save ( ) 装入———load( ) 任务: 每条信息至包含 :姓名
<谢浩> 在 2025-06-19 上传 | 大小:201kb | 下载:0

[数据结构常用算法shanliebiao

说明:任务: 设计散列表实现电话号码查找系统。 设每个记录有下列数据项:电话号码、用户名、地址; 1,从键盘输入各记录,分别以电话号码和用户名为关键字建立散列表; 2,采用一定的方法解决冲突; 3,查找并显示给定电话号码的记录; 4,查找并显示给定用户名的记录。 -Task: Design Implementation phone number lookup hash table system. Set for each record the following data
<谢浩> 在 2025-06-19 上传 | 大小:89kb | 下载:0

[数据结构常用算法paixu

说明:利用随机函数产生N个随机整数(20000以上),对这些数进行多种方法进行排序。 1. 至少采用4种方法实现上述问题求解(提示,可采用的方法有插入排序、希尔排序、起泡排序、快速排序、选择排序、堆排序、归并排序)。并把排序后的结果保存在不同的文件中-Use random function N random integers (20000 above), these numbers were a number of ways to sort. 1. At least four kinds of m
<谢浩> 在 2025-06-19 上传 | 大小:48kb | 下载:0

[数据结构常用算法tudeyingyong

说明:(1)根据选课表建立对应的图 (2)求出至少一种拓扑有序序列 (3)如果能实现求出所有拓扑有序序列,则加分 -(1) According to the enrollment form to establish the corresponding graph (2) find the ordered sequence of at least one topology (3) If all the topology to achieve an orderly sequence obtai
<谢浩> 在 2025-06-19 上传 | 大小:120kb | 下载:0

[数据结构常用算法shortestpath

说明:两点之间的最短路径计算,适用于arcview软件,可以在软件中直接运行-Count the shortest path between two points in the city,you can run the program in arcview directly,i hope it wili be helpful
<王静> 在 2025-06-19 上传 | 大小:2kb | 下载:0

[数据结构常用算法XShortest

说明:Dijkstra算法,A*算法和D*算法 Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。 Dijkstra算法是很有代表性的最短路算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。 Dijkstra一般的表述通常有两种方式,一种用永久和临时标号方式,一种是用OPE
<李芸芸> 在 2025-06-19 上传 | 大小:1.05mb | 下载:0

[数据结构常用算法Graph

说明:路彦雄的可视化图论算法软件,可实现一般图论问题的求解,没有源代码。-Lu Yan Xiong graph algorithm visualization software that enables to solve the general problem of graph theory, there is no source code.
<anyuan> 在 2025-06-19 上传 | 大小:410kb | 下载:0

[数据结构常用算法Graph2

说明:西北大学计算机系杨晓虎的可视化图论小软件,没有源代码。-Northwestern University Department of Computer Science Yang Xiaohu graph visualization of small software without source code.
<anyuan> 在 2025-06-19 上传 | 大小:169kb | 下载:0

[数据结构常用算法C

说明:C语言作业系统代码,这是一部分自己整理出来的数据结构代码.-C language operating system code
<赵明> 在 2025-06-19 上传 | 大小:21kb | 下载:0
« 1 2 ... .33 .34 .35 .36 .37 1638.39 .40 .41 .42 .43 ... 2656 »

源码中国 www.ymcn.org