资源列表

« 1 2 ... .91 .92 .93 .94 .95 2096.97 .98 .99 .00 .01 ... 2656 »

[数据结构常用算法suanshubiaodashi

说明:这是我的数据结构课程设计,1. 初始化两个空栈,一个是操作符栈,一个是操作数栈。2. 如果字符是操作数,将它压入操作数栈。 如果字符是个操作符,则和运算符栈顶的运算符比较优先权后作相应操作,优先技小泽压入栈,大于则将栈顶的运算符出栈,并将运算数栈顶的两个数出栈进行运算。等于,则弹出操作符。-This is my data structure of the curriculum design, 1. Initialize two empt
<往往> 在 2024-10-21 上传 | 大小:11264 | 下载:0

[数据结构常用算法Bitree

说明: 实现各种二叉树的遍历。包括先序遍历、中序遍历、后序遍历的递归或递 归算法。-To achieve a variety of binary tree traversal. Including the first traversal, in order traversal, postorder traversal of the recursion or recursive algorithm.
<夏雪> 在 2024-10-21 上传 | 大小:3603456 | 下载:0

[数据结构常用算法bb

说明:数据结构各种算法实现(C++模板).doc-Data structure to achieve a variety of algorithms (C++ Template). Doc
<x> 在 2024-10-21 上传 | 大小:68608 | 下载:0

[数据结构常用算法rbtree

说明:红黑树的c++实现,我们作业留的,我顺便上传一份方便大家。-Red and black tree c++ Achieve, we work to stay, and I might upload a convenience.
<刘仪伟> 在 2024-10-21 上传 | 大小:2048 | 下载:0

[数据结构常用算法shujujiegou

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

[数据结构常用算法Queue

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

[数据结构常用算法hanluota

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

[数据结构常用算法sy1

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

[数据结构常用算法huffman

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

[数据结构常用算法Calculate

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

[数据结构常用算法Sort

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

[数据结构常用算法guide

说明:校园导游参考 运用DIJKSTRA等算法实现-Campus tour guides, such as reference to the use of Dijkstra Algorithm
<swn> 在 2024-10-21 上传 | 大小:7168 | 下载:0
« 1 2 ... .91 .92 .93 .94 .95 2096.97 .98 .99 .00 .01 ... 2656 »

源码中国 www.ymcn.org