-
建立并按前,中,后序方法遍历二叉树,本代码用的是非递归方法,递归方法的稍后给出...
建立并按前,中,后序方法遍历二叉树,本代码用的是非递归方法,递归方法的稍后给出-established as before, during and after the binary tree traversal sequence method, the code of non- recursive method, recursive method is later
- 2023-01-28 04:00:03下载
- 积分:1
-
对文本文件进行huffman编码,并显示huffman树
对文本文件进行huffman编码,并显示huffman树-to the text document for Huffman coding, and that Huffman tree
- 2022-06-18 16:02:23下载
- 积分:1
-
银行排队系统仿真
假设银行只有一个窗口(排一个队),客户到达时间间隔服从均值为200秒的指数分布,客户在窗口接受服务
的时间服从均值为300秒的指数分布。设计排队模拟系统,在进行了100人服务后,输出平均到达间隔、平均
等待时间、平均服务时间以及平均停留时间。
- 2022-01-24 19:08:32下载
- 积分:1
-
the software simulation data structure Algorithm
该软件模拟数据结构的算法实现-the software simulation data structure Algorithm
- 2022-12-01 01:45:03下载
- 积分:1
-
文件读取解析插入ORACLE数据库
选择AL2格式文件,修改代码可以插入txt文件等等,解析文件赋值实体,格式固定,转而插入ORACLE数据库记录
- 2022-02-28 16:32:04下载
- 积分:1
-
动态数组的实现
该工程是动态数组的实现,其中已经1. 实现了异常处理模块(C语言实现,非C++);2. 实现了内存管理模块,可以很轻松的申请内存,释放内存;3. 实现了动态数组的创建、释放等操作欢迎下载,欢迎回复
- 2022-10-28 19:20:03下载
- 积分:1
-
哈夫曼树算法
根据给定的n个权值{w1,w2,……wn},构造n棵只有根结点的二叉树,令起权值为wj
在森林中选取两棵根结点权值最小的树作左右子树,构造...
哈夫曼树算法
根据给定的n个权值{w1,w2,……wn},构造n棵只有根结点的二叉树,令起权值为wj
在森林中选取两棵根结点权值最小的树作左右子树,构造一棵新的二叉树,置新二叉树根结点权值为其左右子树根结点权值之和
在森林中删除这两棵树,同时将新得到的二叉树加入森林中
重复上述两步,直到只含一棵树为止,这棵树即哈夫曼树
-Huffman tree algorithm based on a given n-weights (w1, w2, ... ... wn), construct n trees only a root node of the tree, so that from the right value of wj in the forest root node to select two the right tree for the value of the smallest subtree around, a new binary tree structure, the right to buy a new tree root node value of its subtree root node around the right value in the forest and delete these two trees, At the same time, the new binary tree obtained by adding the forest to repeat the above two steps until a tree containing only the date, that is, Huffman tree tree
- 2023-05-05 13:05:03下载
- 积分:1
-
CJ60 library use interface to create and realize some database functions.
利用CJ60库创建界面,并实现了部分数据库功能。-CJ60 library use interface to create and realize some database functions.
- 2022-05-19 07:20:10下载
- 积分:1
-
we learn advanced experience of other provinces and cities on the basis of mater...
我们在学习外省市先进经验的基础上,结合教材管理工作实际情况和多年的工作经验,组织了专门人员与协力电脑公司利用Vb6.0程序语言和SQL数据库语言共同开发研制了“河北广播电-we learn advanced experience of other provinces and cities on the basis of materials management with the actual situation, and many years of work experience, organized with the help of specialized personnel computer companies use Vb6.0 programming language and SQL database language jointly developed "Hebei Radio
- 2022-03-21 22:50:04下载
- 积分:1
-
单源点最短路径算法
* 本程序用来实现单源点最短路径(E.Dijkstra)算法
* 在Turbo C2.0编译器下编译通过
* 算法过程中...
单源点最短路径算法
* 本程序用来实现单源点最短路径(E.Dijkstra)算法
* 在Turbo C2.0编译器下编译通过
* 算法过程中
* 每条边的两个顶点和权值由用户输入,格式:1 2 20
* 程序默认源点为第一个顶点
* 算法完成后输出路径长度和路径上的顶点
* 格式为:路径长度:目标顶点
- 2022-03-23 04:50:33下载
- 积分:1