CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - coding a

搜索资源列表

  1. Queen1

    0下载:
  2. 用JAVA编写的N皇后编码,用回朔法实现,请大家多提提意见-prepared using JAVA N Queen coding method used to achieve Schomburg, please make a suggestion more
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:858byte
    • 提供者:许超雄
  1. javadb 连接数据库的JAVA示例

    0下载:
  2. javadb 连接数据库的JAVA示例。这是学习一种语言编码基本掌握的技术。很高兴很和各位大吓一起讨论JAVA-javadb connecting to the database Java examples. This is a language learning master basic coding technology. Very pleased and very big scare you discuss JAVA
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:10.99kb
    • 提供者:Deni177
  1. huffman

    0下载:
  2. 哈弗曼编解码器 输入一段文本 可以将其进行哈弗曼编码输出,画出生成哈夫曼树,编码表等-Hafu Man codec type in a text can be encoded output for Hafu Man, draw generate Huffman trees, coding table, etc.
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:1.23mb
    • 提供者:张子文
  1. string

    0下载:
  2. C++初学字符串的运用 字符串的编辑 各种编码的区别主要有UNICODE、ANSI-C++ beginner string use string edit a variety of coding the main difference between UNICODE, ANSI,
  3. 所属分类:Console

    • 发布日期:2017-06-14
    • 文件大小:20.06mb
    • 提供者:李海伟
  1. a

    0下载:
  2. 自适应算术编码,可计算输入为数字时的二进制码-Computable input adaptive arithmetic coding, the digital binary code
  3. 所属分类:Console

    • 发布日期:2017-11-30
    • 文件大小:4.7kb
    • 提供者:duqiuchen
  1. CPP-Coding-Standards-101-Rules

    0下载:
  2. 这是一本介绍c++编程规范的书,很好很强大。-This is a the introduction c++ programming specifications book, very very strong.
  3. 所属分类:Console

    • 发布日期:2017-11-15
    • 文件大小:502.23kb
    • 提供者:马鹏程
  1. HUFFMAN

    0下载:
  2. 霍夫曼编码,霍夫曼编码就是通过构造霍夫曼树来生成前缀码的过程-Huffman coding, Huffman coding is by constructing a Huffman tree to generate the prefix code
  3. 所属分类:Console

    • 发布日期:2017-11-13
    • 文件大小:136.1kb
    • 提供者:
  1. Huffman

    0下载:
  2. 在控制台下编写的哈夫曼编码程序,压缩文件含有工程文件及一个实验报告。-Huffman coding procedures, written in the console under the compressed file containing the project file and a lab report.
  3. 所属分类:Console

    • 发布日期:2017-12-01
    • 文件大小:217.55kb
    • 提供者:卡卡
  1. HuffmanTree

    0下载:
  2. 哈夫曼编/译码器 利用哈夫曼编码进行信道通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。 要求:一个完整的系统应具有以下功能: (1)初始化(Initialization)。从终端读入字符集大小n,以及n个字符和权值, 建立哈夫曼树,并将它存于文
  3. 所属分类:Console

    • 发布日期:2017-11-15
    • 文件大小:247.6kb
    • 提供者:丁洁琼
  1. Huffman-coding-Information-Theory

    0下载:
  2. 帮别人做的一个信息论哈夫曼程序,通过信源个数,信源权重进行编码,可得到平均码长和编码效率,代码有注释,方便理解。-Someone else to do a theory Huffman program, through the number of sources, source coding weights can be obtained average code length and coding efficiency, code annotated, easy to understand.
  3. 所属分类:Console

    • 发布日期:2017-11-15
    • 文件大小:1.84kb
    • 提供者:Bernie
  1. ab

    0下载:
  2. 算数编码,本人编写的算数编码的程序是把符号序列表示成0到1的间隔,能够检测输入的字符是否正确。-Arithmetic coding, I prepared the arithmetic coding procedure is represented as a sequence of symbols interval 0-1, the character is able to detect whether the input is correct.
  3. 所属分类:Console

    • 发布日期:2017-04-24
    • 文件大小:484.63kb
    • 提供者:张兰
  1. installSplayer

    0下载:
  2. Python 开发的自动化安装Splayer应用程序的示例,作为Python自动化的一个实例来学习。-A demo of python windows automation scr ipts coding, its used for learning windows automation in pthon environment.
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:800byte
    • 提供者:dai
  1. guess_number_by_c

    0下载:
  2. 这是一个用C语言(dev c)编写的猜数字游戏,并配备了两份代码编写提示。 如果你能够在两份代码提示的帮助下,独立完成猜数字游戏的编程,说明你对C语言循环语句和控制台编程有了较好的理解。 本文件适合C语言教学培训。-This is a C language (dev c) written guessing game , and is equipped with two coding tips. If you can help the next two code hints , ind
  3. 所属分类:Console

    • 发布日期:2017-04-15
    • 文件大小:7.3kb
    • 提供者:yujie
  1. HuaffmanTree

    0下载:
  2. 数据结构 哈夫曼编/译码器 功能: 1.初始化:输入一串字符(正文),计算不同字符 (包括空格)的数目以及每种字符出现的频率(以该种字符出现的次数作为其出现频率),根据权值建立哈夫曼树,输出每一种字符的哈夫曼编码。 2.编码:利用求出的哈夫曼编码,对该正文(字符串)进行编码,并输出。 3.译码:对于得到的一串编码,利用已求得的哈夫曼编码进行译码,将译出的正文输出。 输出哈夫曼树形态:以树的形式输出哈夫曼树。-Data structure Huffman encoding/d
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:703.79kb
    • 提供者:屈兴
  1. jixu

    0下载:
  2. 词法分析器,每个循环处理一个单词;调用词法分析过程;输出每个单词的内部码(种别编码,属性值)。建议从文件中读取要分析的符号串。-Lexical analyzer, each cycle dealing with a word lexical analysis procedure calls the output of each internal code word (species not coding, property values). I recommend reading the s
  3. 所属分类:Console

    • 发布日期:2017-04-29
    • 文件大小:193.34kb
    • 提供者:shangcongcong
  1. HuffmanCompress

    0下载:
  2. 一份大作业,基于Huffman(霍夫曼)编码实现的文本压缩,代码中对于Huffman树的创建、编码及压缩有详细的过程,包含一份文档-A great job, a text-based Huffman coding to achieve compression, Huffman code tree for creating, coding and compression process in detail, including a document
  3. 所属分类:Console

    • 发布日期:2017-05-09
    • 文件大小:1.65mb
    • 提供者:张稳龙
  1. Shannon

    0下载:
  2. 一个香农编码的小程序,输入编码后可自动生成香农编码。-Shannon coding a small program, enter the code can be automatically generated after Shannon coding.
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:825.32kb
    • 提供者:Stella
  1. Huffman_code

    0下载:
  2. Huffman编码 1、将信号源的符号按照出现概率递减的顺序排列。 2、将两个最小出现概率进行合并相加,得到的结果作为新符号的出现概率。 3、重复进行步骤1和2直到概率相加的结果等于1为止。 4、在合并运算时,概率大的符号用编码0表示,概率小的符号用编码1表示。 5、记录下概率为1处到当前信号源符号之间的0,l序列,从而得到每个符号的编码。-Huffman coding 1. Source symbols are arranged in order of decreasing
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:1.88kb
    • 提供者:水云间
搜珍网 www.dssz.com