资源列表

« 1 2 ... .50 .51 .52 .53 .54 555.56 .57 .58 .59 .60 ... 2656 »

[数据结构常用算法shujujiegou

说明:本课题主要根据功能需要开发软件解决迷宫求解的问题。可以输入一个任 意大小的迷宫数据,用非递归的方法求出一条走出迷宫的路径,并将路径输出。以及Joseph环问题,利用单向循环链表存储结构模拟此,按照出列的顺序输出各个人的编号。还有猴子选大王问题。数据结构课程设计时做的-This issue primarily on the basis of functional need to develop software solutions to
<胡娟> 在 2025-01-27 上传 | 大小:104kb | 下载:0

[数据结构常用算法Queue

说明:掌握循环队列的基本操作及在顺序存储结构上的实现。数据结构-Circular Queue grasp the basic operation and in order to achieve the storage structure. Data Structure
<胡娟> 在 2025-01-27 上传 | 大小:207kb | 下载:0

[数据结构常用算法hanluota

说明:汉诺塔问题的求解,数据结构实验时做得,希望有用。-Tower of Hanoi problem solving, data structure experiments done, I hope useful.
<胡娟> 在 2025-01-27 上传 | 大小:5kb | 下载:0

[数据结构常用算法sy1

说明:使用如下所谓的简单变量“数据平移”方法来求出Fibonacci数列的第n项(的具体项值)并显示在屏幕上(正整数n通过键盘输入):说明变量old1=1,old2=1,newItem;新的Fibonacci项newItem总是“距它最近”的前两项(old1与old2)的累加和。而后通过“old1=old2 old2=newItem ”进行所谓的“数据平移”。接着计算另一个新的Fibonacci项newItem,依次循环,直到求出数列的第n项
<mwy> 在 2025-01-27 上传 | 大小:538kb | 下载:0

[数据结构常用算法huffman

说明:数据结构 对myfile1中文件进行霍夫曼编码,并实现解码-Data structure in the documents of myfile1 Hoffman coding and decoding achieve
<swn> 在 2025-01-27 上传 | 大小:5kb | 下载:0

[数据结构常用算法Calculate

说明:数据结构 输入表达式,实现表达式求值-Enter the expression of data structure to achieve the expression evaluator
<swn> 在 2025-01-27 上传 | 大小:3kb | 下载:0

[数据结构常用算法Sort

说明:实现多种排序算法比较 数据结构:用链表实现-Sorting algorithm to achieve a variety of comparative data structure: use of linked lists to achieve
<swn> 在 2025-01-27 上传 | 大小:3kb | 下载:0

[数据结构常用算法guide

说明:校园导游参考 运用DIJKSTRA等算法实现-Campus tour guides, such as reference to the use of Dijkstra Algorithm
<swn> 在 2025-01-27 上传 | 大小:7kb | 下载:0

[数据结构常用算法sjjgks

说明:这是一个数据结构的课程设计的源码和相关文档说明。-This is a data structure of the curriculum design of the source code and related documentation.
<jack> 在 2025-01-27 上传 | 大小:13kb | 下载:0

[数据结构常用算法TraversingGraph

说明:图的遍历算法是求解图的连通性问题、拓扑排序和求关键路径等算法的基础-Graph traversal algorithm is to solve the graph connectivity problem, topological sorting and demand, such as critical path algorithm
<周爽> 在 2025-01-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法BinaryTree

说明:二叉树是另一种树形结构,它的特点是每个结点至多只有两棵子树,并且,二叉树的子树有左右之分,其次序不能任意颠倒。这个代码实现了二叉树的存储和遍历-err
<周爽> 在 2025-01-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法tu_bianli

说明:利用C语言实现数据结构中的图的建立,根据边的数目建立图,并用深度遍历法遍历图等-The use of C language data structure diagram of the establishment, in accordance with the number of edge-building plans, and the depth of traversal method traverse map
<chen ming> 在 2025-01-27 上传 | 大小:1kb | 下载:0
« 1 2 ... .50 .51 .52 .53 .54 555.56 .57 .58 .59 .60 ... 2656 »

源码中国 www.ymcn.org