-
本程序实现了败者树等外排序方式,封装性好,代码强壮
本程序实现了败者树等外排序方式,封装性好,代码强壮-program of the master tree outer Sort, Packaging and good strong code
- 2022-08-12 15:25:27下载
- 积分: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
-
North Daniudi title code 1240 of the original super
北大大牛代码 1240道题的原代码 超级权威
-North Daniudi title code 1240 of the original super-authority of code
- 2023-03-03 13:05:04下载
- 积分:1
-
学生学籍管理系统
一个简单的数据库作业,学生学籍管理系统,使用SQL编写。程序里面包括查询表结构,查询结构,学生学籍管理等一系列结构,并通过C语言编程,编程出了登陆界面。
- 2022-01-30 20:40:58下载
- 积分:1
-
数据结构
详细描述了如何创建二分查找的方法以及操作
数据结构
详细描述了如何创建二分查找的方法以及操作-Data structure described in detail how to create a binary search method and the operation of
- 2023-07-28 02:25:02下载
- 积分:1
-
打开
开源的数据库管理系统,采用 key->value 方式,适用场合很多!绝对源码!-open-source database management system that uses key-gt; Value, applies many occasions! Absolute source!
- 2022-07-08 21:41:22下载
- 积分:1
-
采用递归调用的方法打印输出一个非循环图的所有拓扑排序
采用递归调用的方法打印输出一个非循环图的所有拓扑排序-output all the topological sorts of an acyclic graph
- 2022-08-20 16:51:33下载
- 积分:1
-
binary tree establishment, the former preorder, preorder, after preorder
二叉树的建立、前序遍历、中序遍历、后序遍历-binary tree establishment, the former preorder, preorder, after preorder
- 2023-08-23 12:10:03下载
- 积分:1
-
枚举lan中的所有数据库实例的d
枚举lan中的所有数据库实例的d-enumeration of all database instances d
- 2022-02-01 01:25:19下载
- 积分:1
-
C#实现xml读取和写入
资源描述C#实现xml文件读取和写入。自己项目里面的一个功能,本地数据缓存时使用。编码清晰,一看就懂的哈。
- 2022-08-07 15:13:44下载
- 积分:1