-
实现如何上传图片等数据,并存储其至数据库的源码
实现如何上传图片等数据,并存储其至数据库的源码-How do I upload pictures to achieve the data and store it to database source
- 2023-07-29 13:30:03下载
- 积分:1
-
一个摩托配件库存管理系统
一个摩托配件库存管理系统-a motorized parts inventory management system
- 2022-05-29 00:10:53下载
- 积分:1
-
用C++开发餐馆导航系统
C++控制台程序,在不知道城市方位的情况下对某个城市的餐馆和小吃店进行导航定位。使用链表数据结构,采用继承的方式进行类的编写实现餐馆导航。
- 2022-01-24 16:09:06下载
- 积分: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
-
算法设计与分析实验报告,内容很全面的,呵呵。
算法设计与分析实验报告,内容很全面的,呵呵。-algorithm design and analysis of experiments report, very comprehensive, huh.
- 2022-02-06 06:19:25下载
- 积分:1
-
哈夫曼树的建立,haffman 编码,在turbo c 下运行
哈夫曼树的建立,haffman 编码,在turbo c 下运行-Huffman Tree, haffman encoding, turbo c in the run
- 2022-04-26 16:02:39下载
- 积分:1
-
一个Oracle性能监视工具,含几个sql文件
一个Oracle性能监视工具,含几个sql文件- A Oracle performance surveillance tool, contains several sql
document
- 2022-07-01 21:02:31下载
- 积分:1
-
Dijkstra algorithm, has been established for finding the shortest path map is a...
dijkstra算法,用于寻找已建立图的最短路径,是非常有用的一个算法-Dijkstra algorithm, has been established for finding the shortest path map is a very useful algorithm
- 2023-02-06 10:15:04下载
- 积分:1
-
静态链表,c++语言描述,数据结构示范,模板类
静态链表,c++语言描述,数据结构示范,模板类-staticlinnkedlist
- 2022-04-30 23:34:24下载
- 积分: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