-
哈夫曼
将文件中的字符作为结点,每个字符在文件中出现的频率作为结点的权值,采用Huffman算法构造Huffman树,将字符用尽可能短的二进制数位表示(频率越低,二进制数位越长),而不是用8位的ASCII码进行存储,已达到节省存储空间,压缩文件的目的。
- 2022-06-18 16:41:32下载
- 积分:1
-
免费的Delphi控件,可以替代BDE,直接访问.dbf数据库
免费的Delphi控件,可以替代BDE,直接访问.dbf数据库-Free Delphi ActiveX component,replace BDE and direct access .dbf database
- 2022-02-28 19:39:01下载
- 积分:1
-
SQLite源代码! SQLite源代码!
SQLite源代码! SQLite源代码!-SQLite source code! SQLite source code! SQLite source code!
- 2022-03-24 19:50:15下载
- 积分:1
-
一元稀疏多项式计算器的基本功能是:
(1)输入并建立多项式;
(2)输出多项式,输出形式为整数序列:n,c1,e1,c2,e2,….,cn,en,...
一元稀疏多项式计算器的基本功能是:
(1)输入并建立多项式;
(2)输出多项式,输出形式为整数序列:n,c1,e1,c2,e2,….,cn,en, 其中n是多项式的项数,ci和ei分别是第I项的系数和指数,序列按照指数降序排列;
(3)多项式a和b相加,建立多项式a+b
(4)多项式a和b相减,建立多项式a-b.-Sparse Polynomial calculator a dollar a basic function is to: (1) input and the establishment of polynomials (2) the output polynomial, the output sequence of the form of an integer: n, c1, e1, c2, e2, ...., Cn , en, in which n is the number of polynomial, ci and ei, respectively, is the first I of the coefficient and index, sequence in accordance with the index in descending order (3) polynomials a and b are added together to establish polynomial A2B ! b (4) polynomials a and b-phase reduction, the establishment of polynomial ab.
- 2022-07-02 13:56:33下载
- 积分:1
-
realize how to use VB to create 2,000 ACCESS database format and database tables...
实现如何利用VB创建ACCESS 2000格式的数据库及数据库表,里面含有一个很好的表格近代件,支持背景图片显示!-realize how to use VB to create 2,000 ACCESS database format and database tables, which contains a very good form of modern pieces, support background images show!
- 2022-01-26 08:10:29下载
- 积分:1
-
数据结构,队列,医院预约看病程序
应用背景在较复杂的数据处理过程中,通常需要保存多个临时产生的数据,如果先产生的数据先进行处理,那么需要用队列来保存这些数据。关键技术看病,采用先到先看的原则,由于人数的不确定性,这里采用一个带节点的单链表作为队列的存储结构。
- 2022-07-11 01:14:36下载
- 积分:1
-
一个求进制的c++算法,希望能给大家带来帮助!如果大家有更好的,别忘记发给我啊! emil:wyx32893039@163.com...
一个求进制的c++算法,希望能给大家带来帮助!如果大家有更好的,别忘记发给我啊! emil:wyx32893039@163.com-seeking a band of c algorithm, we can bring hope to help! If you have the better, do not forget to me ah! Emil : wyx32893039@163.com
- 2022-01-26 04:44:06下载
- 积分:1
-
Delphi编程┃Delphi数据库编程
Delphi编程┃Delphi数据库编程-Delphi programming highlights Delphi Database Programming
- 2022-02-02 16:37:49下载
- 积分:1
-
oa办公系统,VB与SQL相结合的,实现了数据的收发功能
oa办公系统,VB与SQL相结合的,实现了数据的收发功能-oa-office systems, VB and SQL combined to achieve a data transceiver functions
- 2022-05-09 03:14:02下载
- 积分:1
-
一个对字串进行RAS方式加密的代码。 用于加密用户密码等敏感资料。 可以通过JSP页面进行调用...
一个对字串进行RAS方式加密的代码。 用于加密用户密码等敏感资料。 可以通过JSP页面进行调用-one pair of strings way for RAS encryption code. To encrypt user passwords and other sensitive information. JSP pages can be called for
- 2022-02-04 01:18:34下载
- 积分:1