-
数据结构词典(英文)
数据结构词典(英文)-data structure Dictionary (English)
- 2022-08-15 23:25:45下载
- 积分:1
-
Stack
由于栈也是线性表,因此线性表的存储结构对栈也适用,通常栈有顺序栈和链栈两种存储结构,这两种存储结构的不同,则使得实现栈的基本运算的算法也有所不同。(Because the stack is also a linear table, the storage structure of the linear table is also applicable to the stack, usually the stack has two kinds of storage structures: sequence stack and chain stack. The two different storage structures make the algorithms of the basic operation of the stack different.)
- 2018-05-24 10:52:27下载
- 积分:1
-
ACCESS VBA编写系统托盘源程序源码,效果很不错
ACCESS VBA编写系统托盘源程序源码,效果很不错-ACCESS VBA source code to prepare the system tray, the effect is pretty good
- 2022-07-12 06:17:20下载
- 积分:1
-
这个是个简单的关于出票申请的处理,里边还有小型的进销存。...
这个是个简单的关于出票申请的处理,里边还有小型的进销存。-This is a simple application on the handling of the vote, there are small Invoicing inside.
- 2023-07-24 15:10:03下载
- 积分:1
-
根据贪心算法,来求解最小生成树;
这种情况,可能求不不全局最优解,但是,可以求出当前情况下的最优解;...
根据贪心算法,来求解最小生成树;
这种情况,可能求不不全局最优解,但是,可以求出当前情况下的最优解;-According to greedy algorithm to solve the minimum spanning tree this situation, it may not seek the global optimal solution is not, however, you can find the optimal solution under the current situation
- 2023-05-29 18:05:03下载
- 积分:1
-
包括一阶二阶二叉树的遍历顺序,以P
二叉树遍历 包括先序遍历 中序遍历 后序遍历 求结点个数 求树的深度-Including the first order binary tree traversal traversal sequence in order to postorder traversal node number and ask for the depth of
- 2022-07-10 20:46:24下载
- 积分:1
-
哈夫曼编码/译码 利用克鲁斯卡尔算法计算一段传输数据的哈夫曼编码,以提高信道利用率。...
哈夫曼编码/译码 利用克鲁斯卡尔算法计算一段传输数据的哈夫曼编码,以提高信道利用率。-Huffman encoding/decoding algorithm using Kruskal data section of the Huffman coding, in order to improve channel utilization.
- 2023-02-28 03:10:03下载
- 积分:1
-
This simple procedure is to write several different types of the traversal algor...
这个简单的程序写的是几种不同的对二叉树的遍历算法,在数据结构中经常可以看到。-This simple procedure is to write several different types of the traversal algorithm for binary tree in data structure can be seen frequently.
- 2023-08-08 19:35:03下载
- 积分:1
-
超市软件条码与库存计费
本文 ASP 的帮助下,您将学习必要的步骤以输出一个 ASP 页上的文件的源代码。通过小的编码片段中,作者解释了如何使用此 FSO 对象并描述它是如何工作的输出......
- 2022-08-14 22:39:14下载
- 积分:1
-
clanguage
C语言单链表实现集合的交集 并集以及差集( CreateListR(LinkList*&L,ElemType a[],int n) )
- 2009-05-22 19:30:53下载
- 积分:1