-
binary tree first sequence, sequence after sequence, layer by traversal algorith...
二叉树的先序,中序,后序,按层遍历算法。以中序输入,用‘#’代替叶子节点的子节点输入。-binary tree first sequence, sequence after sequence, layer by traversal algorithm. The order to import, use "#" instead of the leaf nodes for input nodes.
- 2022-12-12 20:15:03下载
- 积分:1
-
一些数据结构源代码
一些数据结构源代码-some data structure source code
- 2022-02-03 18:29:28下载
- 积分:1
-
一个快速,高效的字典查询软件。采用改进的红黑树的搜索算法。...
一个快速,高效的字典查询软件。采用改进的红黑树的搜索算法。-A fast, efficient software dictionary query. Improved red and black tree search algorithm.
- 2022-02-12 10:17:48下载
- 积分:1
-
用四种方法实现对随机的10000个数的排序,并比较这四种方法性能的差异。...
用四种方法实现对随机的10000个数的排序,并比较这四种方法性能的差异。-Four methods used to achieve the number 10000 on the random sequencing and comparing the differences in the performance of four methods.
- 2022-03-26 15:33:52下载
- 积分:1
-
wce4.0,database,
wce4.0,database,- wce4.0,database
- 2023-04-05 13:20:04下载
- 积分:1
-
女问题描述:
设R={r1,r2,...rn}要进行排列的n个元素。其巾元素r1,r2...rn可能相同。试设计
一个算法,列出R的所有不同排列。...
女问题描述:
设R={r1,r2,...rn}要进行排列的n个元素。其巾元素r1,r2...rn可能相同。试设计
一个算法,列出R的所有不同排列。
编程任务:
给定n以及待排列的n个元素。计算出这n个元索的所有不同排列。-Female Problem Description: Let R = (r1, r2, ... rn) must be arranged in n elements. The towel elements r1, r2 ... rn may be the same. Try to design an algorithm listing all the different arrangement of R. Programming tasks: Given n and n elements to be arranged. To calculate the n-element array of all the different cable.
- 2023-01-24 04:15:04下载
- 积分:1
-
Logistics Management System is a typical database application, the entire system...
物流管理系统是一个典型的数据库应用程序,整个系统包括公司基本信息、部门基本信息、员工基本信息、客户基本信息、司机基本信息、车辆基本信息、货物申请信息、货物托运管理、客户验收情况、权限管理等模块。-Logistics Management System is a typical database application, the entire system, including basic information about the company, department of basic information, basic information about employees, customers basic information, basic information about the driver, vehicle basic information, application information goods, goods consignment management, customer acceptance, the Rights Management modules.
- 2022-07-24 18:29:36下载
- 积分:1
-
是当初的数据结构的做业,用的是b+树这一块,非常值得初学者的参考...
是当初的数据结构的做业,用的是b+树这一块,非常值得初学者的参考-is the original data structure for doing business, it was a b tree this very worthwhile reference beginners
- 2022-02-01 05:19:39下载
- 积分:1
-
单源点最短路径算法
* 本程序用来实现单源点最短路径(E.Dijkstra)算法
* 在Turbo C2.0编译器下编译通过
* 算法过程中...
单源点最短路径算法
* 本程序用来实现单源点最短路径(E.Dijkstra)算法
* 在Turbo C2.0编译器下编译通过
* 算法过程中
* 每条边的两个顶点和权值由用户输入,格式:1 2 20
* 程序默认源点为第一个顶点
* 算法完成后输出路径长度和路径上的顶点
* 格式为:路径长度:目标顶点
- 2022-03-23 04:50:33下载
- 积分:1
-
数据结构的链表加法
数据结构的链表加法-data structure objectlist Adder
- 2022-11-11 08:20:04下载
- 积分:1