-
Huffman encoding decoding procedures, we can use the details on. There are proce...
哈夫曼编码译码的程序,详细大家能用的上。程序里面有注释-Huffman encoding decoding procedures, we can use the details on. There are procedures Notes
- 2022-07-08 03:54:07下载
- 积分:1
-
统计两个序列中的逆序对。经典的分治法,采用归并排序的框架实现。...
统计两个序列中的逆序对。经典的分治法,采用归并排序的框架实现。-Counting reverse pairs
- 2023-07-21 15:30:02下载
- 积分:1
-
先验扫描
什么都不
- 2022-07-26 22:51:28下载
- 积分:1
-
如果车不动,请按算法设计:以日本为例。
如果车不动,请算法设计:乘日本马但车不能吃,设计回溯用马走,并打印出距离。可作为设计软件的参考
- 2023-03-03 16:05:03下载
- 积分:1
-
Establishment and tree traversal can be achieved: (1) tree created using the fir...
二叉树的建立与遍历
可实现:
(1)树的创建采用先序方式,用特殊符号0表示左、右子树为空
(2)每次输入一个节点的值,可以根据自己的需要设计不同的节点结构
(3)节点的值为非零数
(4)可以()形式输出创建的树
(5)用先序后序和中序遍历树
(6)销毁树
-Establishment and tree traversal can be achieved: (1) tree created using the first order approach, with special symbols 0 express the left and right subtree is empty (2) for each input the value of a node, you can according to their own needs Design of different node structure (3) non-zero value of the node number (4) can () to create the form of the output tree (5) after the first sequence and the sequence of traversal tree (6) the destruction of trees
- 2022-05-14 12:51:14下载
- 积分:1
-
回溯法的模板,关键是回溯的过程,以及在深搜过程中的方向问题...
回溯法的模板,关键是回溯的过程,以及在深搜过程中的方向问题-Backtracking template, the key is back process, as well as in the course of the deep question of the direction search
- 2022-06-15 15:31:48下载
- 积分:1
-
C++ class instance of the database code three times, layer upon layer additive
C++数据库课堂实例
三次代码,层层递加-C++ class instance of the database code three times, layer upon layer additive
- 2023-04-05 23:20:03下载
- 积分:1
-
货郎担分枝限界图形演示
问题描述:某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路...
货郎担分枝限界图形演示
问题描述:某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。-traveling salesman Branch and Bound graphic demonstration Problem description : A salesman to a number of cities to sell commodities, the known distance between cities (or travel). He selected a departure from the resident, after each city again, the last resident to return to the line, making the total distance (or travel) is the smallest.
- 2022-01-25 16:17:23下载
- 积分:1
-
线性表元素删除运算,删除线性表L中第i个位置上的元素
线性表元素删除运算,删除线性表L中第i个位置上的元素-linear elements to delete Table Operational delete Table L linear section i positions on the elements
- 2023-03-18 20:20:03下载
- 积分:1
-
数据结构单链表的实现,包含链表元素的删除,查找,插入
数据结构单链表的实现,包含链表元素的删除,查找,插入-single linked list data structure to achieve List contains elements delete, retrieve, insert
- 2022-07-27 15:47:15下载
- 积分:1