排序:上传时间 相关度 下载量 查看数

PRINT 134

按分类查找:

  • /// /// /// ////1602驱动函数////////////////////////////////////// ////////////////////////////////////

    /// /// /// ////1602驱动函数////////////////////////////////////// ////////////////////////////////////////////////////////////// // 函数原型:print(ucahr *string) // 输出字符串,超过16个字符时自动移入第二行 // printone(uchar x,uchar y,ucahr Data) // 在指定的位置(x,y)输出一个字符 // lcm_init(void) ...

    /dl/291146.html

    标签: 1602 驱动 函数

    上传时间: 2014-12-07

    上传用户:CHINA526

  • C++实现的哈弗曼编码

    C++实现的哈弗曼编码,并有流程图(1)I:初始化(Initialization)。从指定的英文文件中Sourcefile.txt读取数据,根据文件内容统计的字符的频度,建立哈夫曼树。 (2)E:编码(Encoding)。利用已经建好的哈夫曼树进行编码,并将每个字符的编码写入文件HuffCode.txt中保存。 (3)C:压缩(Compress)。根据HuffCode.txt中编 ...

    /dl/307673.html

    标签: 编码

    上传时间: 2013-12-24

    上传用户:gxrui1991

  • 一个24点自动求解程序

    一个24点自动求解程序,用了很多花哨的界面控件。只要看看核心的代码就行了(Unit1.pas中的 calc(i:integer)、print(i:integer) 过程)。可以把24改为其它的整数。

    /dl/309736.html

    标签: 自动 程序

    上传时间: 2013-12-22

    上传用户:zhouli

  • 输入一段英文字符

    输入一段英文字符,试为该文中的每个字符编制相应的哈夫曼码。 (1)I:初始化(Initialization)。对输入的一段英文中的每个字符统计其权值,建立哈夫曼树; (2)E:编码(Encoding)。利用已建好的哈夫曼树,对每个字符进行编码。 (3)D:译码(Decoding)。利用已建好的每个编码,对输入的一个由0、1组成的序列进行译 ...

    /dl/311719.html

    标签: 输入 英文 字符

    上传时间: 2013-12-16

    上传用户:lizhen9880

  • LZW用C语言实现。 LZW算法中

    LZW用C语言实现。 LZW算法中,首先建立一个字符串表,把每一个第一次出现的字符串放入串表中,并用一个数字来表示,这个数字与此字符串在串表中的位置有关,并将这个数字 存入压缩文件中,如果这个字符串再次出现时,即可用表示它的数字来代替,并将这个数字存入文件中。压缩完成后将串表丢弃。如"print" 字符串,如果在压 ...

    /dl/312637.html

    标签: LZW C语言 算法

    上传时间: 2014-01-24

    上传用户:z754970244

  • 复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) C

    复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) Complex(int a) { Real = a Image = 0 } void print() const friend Complex operator+ ( const Complex & c1, const Complex & c2 ) friend Complex operator- ( const Complex & c1, const Complex & c2 ) friend ...

    /dl/314582.html

    标签: Complex double iostream include

    上传时间: 2016-06-30

    上传用户:wang5829

  • 1)I:初始化(Initialization)。从终端读入电文

    1)I:初始化(Initialization)。从终端读入电文,写到tobetrans文件中,统计电文的字符集合和对应的权值集合,建立哈夫曼树,并将哈夫曼树存于文件hfmtree中。 (2)C:编码(Coding )。利用已建好的哈夫曼树(如不在内存,则从文件hfmtree中读入),对文件tobetrans中的正文进行编码,然后将结果存入文件codefile中。 ...

    /dl/336393.html

    标签: Initialization 初始化

    上传时间: 2014-01-04

    上传用户:windwolf2000

  • The literature of cryptography has a curious history. Secrecy, of course, has always played a centra

    The literature of cryptography has a curious history. Secrecy, of course, has always played a central role, but until the First World War, important developments appeared in print in a more or less timely fashion and the field moved forward in much the same way as other specialized disciplines. A ...

    /dl/376273.html

    标签: cryptography literature has Secrecy

    上传时间: 2016-12-08

    上传用户:fxf126@126.com

  • 人事管理系统VC++ 6.0开发。之中打印部分可能对您有值得参考的地方。其他的部分还不是很完善

    人事管理系统VC++ 6.0开发。之中打印部分可能对您有值得参考的地方。其他的部分还不是很完善,谢谢参考。-VC 6.0. Among Print likely to be worthy of your reference. The other part is not perfect, thank you reference.

    /dl/378714.html

    标签: 6.0 VC 管理系统

    上传时间: 2016-12-14

    上传用户:skfreeman

  • ADT HuffmanTree{ 数据对象:D={ai| ai∈CharSet,i=1,2,……,n, n≥0} 数据关系:R={< ai-1, ai > ai-1, ai∈D,

    ADT HuffmanTree{ 数据对象:D={ai| ai∈CharSet,i=1,2,……,n, n≥0} 数据关系:R={< ai-1, ai > ai-1, ai∈D, ai-1基本操作P: HuffmanTree() 构造函数 ~ HuffmanTree() 析构函数 Initialization(int WeightNum) 操作结果:构造哈夫曼树。 Encoder() 初始条件:哈夫曼树已存在或者哈夫曼树已存到文件中。 操作结 ...

    /dl/396628.html

    标签: ai HuffmanTree CharSet ADT

    上传时间: 2013-12-25

    上传用户:changeboy