-
哈夫曼编码译码
利 实现功能:用给出的字符数及个字符频度,对其建立哈夫曼编码,并用此哈夫曼编码表对给出的字符串进行编码、对给出的代码进行译码。 (1) 初始化Initialization.从终端读入字符数n 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-07 10:35:13下载
- 积分:1
-
POJ 2271
POJ 2271的己AC代码...不信你可以自己试试.-POJ 2271
- 2023-04-22 16:50:03下载
- 积分:1
-
物流管理系统源码
Java框架物流管理系统,包括客户服务,仓库管理,分拣操作,调度管理,签收操作,条码录入,订单管理,查询操作等
- 2022-05-15 07:54:03下载
- 积分:1
-
VCL 到 FireMonkey
FMX 文件是火猴子等效的 Delphi 的 VCL DFM 表单文件的他们确定的布局和在设计时添加到窗体的对象的属性。
如果你从零开始火猴子形式你将可能永远不会有兴趣 FMX 文件的内容,但如果你有一个 VCL 窗体代码,您希望将它移植到火猴子的应用程序是很舒服,因为很多的代码尽可能跨和理想的情况是这包括窗体布局。因为火猴子可视对象和它们的属性都是在名称中非常相似的等效的 VCL 组件很多可以自动移植。
- 2023-02-18 01:20:04下载
- 积分:1
-
unix上的TDS协议实现,实现了sybase/mssql的dblib,ctlib和ODBC
unix上的TDS协议实现,实现了sybase/mssql的dblib,ctlib和ODBC-unix on the TDS protocol to achieve sybase/mssql of dblib, ctlib, and ODBC
- 2022-03-19 08:53:53下载
- 积分:1
-
magic word memory
魔法单词记忆――DAO访问ACCESS数据库-magic word memory-- DAO visit ACCESS database
- 2022-02-04 15:13:14下载
- 积分:1
-
多项式的计算器,可以用来加减乘除各类多项式并得出正确结果...
多项式的计算器,可以用来加减乘除各类多项式并得出正确结果-Polynomial calculator can be used all kinds of polynomial addition and subtraction multiplication and division and reached a correct result
- 2022-01-30 15:25:40下载
- 积分:1
-
这是我学习算法和数据结构的时间序列的2个
这是我学习数据结构与算法的时候编的双向链表的操作,对学习数据结构与算法的朋友有帮助-This my learning algorithm and data structure of the time series of the two-way linked list, the operation of the learning algorithm and data structure of friends to help! !
- 2022-05-30 11:10:22下载
- 积分:1
-
遍历是二叉树经常要遇到的一种操作.可以运用到二叉树结点计数,线索化二叉树,求二叉树的深度,表达式求值等算法中.在遍历的过程中,对结点的访问具有普遍的含义,可以是...
遍历是二叉树经常要遇到的一种操作.可以运用到二叉树结点计数,线索化二叉树,求二叉树的深度,表达式求值等算法中.在遍历的过程中,对结点的访问具有普遍的含义,可以是输出各结点的数据域信息,也可以是对结点作其他处理.另外,通过一次完整的遍历,可使二叉树中结点信息由非线性排列变为某种意义上的线性排列.也就是说,遍历操作使非线性结构线性化.
-traverse binary tree is frequently encountered in a operation. Binary Tree can be applied to node count, clues of a binary tree, the binary tree for depth, in the expression evaluates such algorithm. the ergodic process, right node of the visit is universal meaning, it can be output in each node of data domain information, also be on the node for other treatment. Besides, a complete traversal, Binary enables information from the node into a nonlinear with a sense of linear order. In other words, Traversing operation nonlinear structure so linear.
- 2022-02-27 00:08:38下载
- 积分:1
-
Floyd 算法,创建有向图,无向图,有向网,无向网的算法
Floyd 算法,创建有向图,无向图,有向网,无向网的算法-Floyd algorithm, create a directed graph, undirected graph, directed networks, undirected networks algorithm
- 2022-02-26 22:16:43下载
- 积分:1