-
再给大家提供一个数据结构练习的程序,用队列实现了杨辉三角,有兴趣研究下...
再给大家提供一个数据结构练习的程序,用队列实现了杨辉三角,有兴趣研究下-U.S. to give practice to provide a data structure of the procedure, with the Yang Hui triangle queue realize, are interested in study
- 2022-01-26 04:20:07下载
- 积分:1
-
Procedures to achieve a single
程序实现了带表头单链表的最基本操作,包括创建链表,查询数值,插入结点,删除结点,链表分解,将单链表变为循环链表。并附有详细的注释和实验报告。-Procedures to achieve a single-list header with the most basic operation, including the creation of list, query value, insert node, delete node, chain decomposition, into a single cycle of list list. Together with detailed notes and experimental reports.
- 2022-08-11 22:27:24下载
- 积分:1
-
企业职员信息管理系统
企业职员信息管理系统-enterprise information management system
- 2022-06-26 20:26:37下载
- 积分:1
-
数据结构算法之 约瑟夫算法
数据结构算法之 约瑟夫算法-data structure algorithms Joseph Algorithm
- 2023-04-22 19:25:03下载
- 积分:1
-
Based on the VISUAL C++ Games developed scoring system, which data structure
基于VISUAL C++开发的运动会的评分系统,属于 数据结构-Based on the VISUAL C++ Games developed scoring system, which data structure
- 2022-06-15 16:44:16下载
- 积分: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
-
C++双向链表
利用c++写的双向链表操作,有头插入,尾插入,中间寻找“朋友“的方式插入,适合简单数据结构分析
- 2023-08-10 06:55:03下载
- 积分:1
-
一个增加数据库字段的例子,db数据库格式,有兴趣地可以实施...
一个增加数据库字段的例子,db数据库格式,有兴趣地可以实施
-an increase in database fields example, db database format, with interest can be implemented
- 2022-02-07 22:57:30下载
- 积分:1
-
test1.txt中为要读入的英文文章,code.txt为生成的huffman编码,decoded.txt中为根据code.txt中内容解码后的结果。...
test1.txt中为要读入的英文文章,code.txt为生成的huffman编码,decoded.txt中为根据code.txt中内容解码后的结果。-test1.txt is used to store the article in English to be read, code.txt contains generated the huffman codes, decoded.txt for the contents according to code.txt decoded results.
- 2022-02-14 20:53:03下载
- 积分:1
-
一个成绩管理系统
一个成绩管理系统-a performance management system
- 2022-03-15 23:20:49下载
- 积分:1