资源列表

« 1 2 ... 87 88 89 90 91 9293 94 95 96 97 ... 2656 »

[数据结构常用算法Cpp1

说明:一个数据结构的源码,描述了二叉树的三种遍历。-A data structure of the source, describes the three kinds of binary tree traversal.
<knight> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法try3

说明:poj 3598 new new hen rong yi tle
<lopez> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法y

说明:用c++写的约瑟夫环 可任意输入报数上限与密码-With c++ Written by Joseph Central arbitrary input can be reported that the maximum number and password
<wangwei> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法b

说明:用c++写的回文判断 用两 个栈实现的 一个用于辅助-With c++ Written judgments palindrome with two stacks used to realize an auxiliary
<wangwei> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法shuju1

说明: 编写程序实现下面运算:在二叉排序树中查找关键字为key的记录。-Programming to achieve the following calculations: In the binary sort tree search keywords for key records.
<王波> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法loop

说明:将单链表变成双向循环链表,及其遍历 将单链表变成双向循环链表,及其遍历-Single linked list into a two-way circulation list, and traverse a single list into two-way circulation list, and the ergodic
<wang> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法123131313213

说明:数据结构归路算法,对输入的字符排序的功能,希望对初学都有用,-Return data structure algorithms, the input of characters to sort of function, and they hope to have a beginner to use,
<蒙茶建> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法Trie

说明:Trie树既可用于一般的字典搜索,也可用于索引查找。对于给定的一个字符串a1,a2,a3,...,an.则采用TRIE树搜索经过n次搜索即可完成一次查找。不过好像还是没有B树的搜索效率高,B树搜索算法复杂度为logt(n+1/2).当t趋向大,搜索效率变得高效。怪不得DB2的访问内存设置为虚拟内存的一个PAGE大小,而且帧切换频率降低,无需经常的PAGE切换。-Trie tree can be used for general dict
<ruikobe> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法monkey

说明:该程序为猴子选大王的程序,动态分配空间产生一个顺序队列,为圈子里的猴子安排编号,通过一个指针的移动来选择退出队列的猴子,经过几次循环可以得到最终的大王-The program for the monkey king election procedures, dynamic allocation of space to produce a sequence of queues, for the circle code monkeys ar
<ruikobe> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法kruskal

说明:本程序为使用克鲁斯卡尔 (kruskal)算法构造最小生成树,首先使用链表建立连通图,交换权值以及头和尾,对权值进行排序,使用克鲁斯卡尔 (kruskal)算法构造最小生成树-This procedure for the use of Kruskal (kruskal) Minimum Spanning Tree Algorithm, the first to use linked lists to establish connecti
<ruikobe> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法biaodashi

说明:该程序为从原四则表达式求得后缀表达式,使用栈的数据结构,使用当前运算符与栈顶运算符进行比较,优先级高则入栈,之后出栈所有优先级比当前高的运算符,输入为 # 结束时,把栈中的运算符全部弹出-The program from the original four suffix expressions obtained expressions, the use of stack data structure, using the current
<ruikobe> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法tree

说明:该程序的功能为已知二叉树中序遍历和后序遍历序列,求二叉树的二叉链表结构,程序中假设前序序列和中序序列已经分别储存在数组Pre和In中,由子树的前序和中序序列建立其二叉链表,在中序序列中查找子树根,计算左右子树的大小,置队列为空队列,输出左右孩子并入队列中-The functions of the program in order for the known binary tree traversal and postorder trav
<ruikobe> 在 2024-11-20 上传 | 大小:1kb | 下载:0
« 1 2 ... 87 88 89 90 91 9293 94 95 96 97 ... 2656 »

源码中国 www.ymcn.org