CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 文件编码

搜索资源列表

  1. Huffman

    0下载:
  2. Huffman编码与译码 1.Huffman编码的算法,以及对一编码文件进行解码的算法 2.二叉树的应用 -Huffman encoding and decoding 1.Huffman coding algorithm, and the algorithm for decoding an encoded file 2. Application Binary Tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:13819
    • 提供者:xinwuya
  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
    • 文件大小:197985
    • 提供者:shangcongcong
  1. HUFFMAN

    0下载:
  2. 通过霍夫曼编码进行文件压缩,将文件中的字符进行霍夫曼编码,将其高效压缩。-Huffman coding through file compression, file characters Huffman encoding, which is efficient compression.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:9239
    • 提供者:whywkl305
  1. QEP5

    0下载:
  2. 用matlab的m文件编写的编码器初步仿真,实现了正余弦波、方波,以及脉冲计数和四倍频脉冲计数,初步实现了编码器的初步模型。-With matlab m-file write encoder preliminary simulation, to achieve a positive cosine wave, square wave, and pulse count and quadruple pulse count, the initial realization of preliminary
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1481
    • 提供者:刘帅
  1. huftree

    0下载:
  2. 哈夫曼树 可以编码译码 显示树形结构 基本信息都由文件存储-Huffman coding and decoding can be displayed by a tree structure file storage basic information
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:893672
    • 提供者:周茉
  1. Huffman

    0下载:
  2. huffman。编码和译码的源程序代码。编码:用于高效储存,译码:已知编码文件,可以还原信息符号串-Huffman. Encoding and decoding of the source code. Code: for efficient storage, decoding: known coding files, can restore information string
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-07
    • 文件大小:1204012
    • 提供者:sunyangyang
  1. huff

    0下载:
  2. 霍夫曼编码,对文件进行压缩和解压缩,应用二叉树的知识。-Huffman encoding, file compression and decompression application binary tree of knowledge.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:450062
    • 提供者:王围
  1. CCPPClearComments

    0下载:
  2. windows下去除c/c++文件中注释。只限于ASCII编码的正文(注释不要求)。可以成功转换VC生成的除resource.h以外的源文件和头文件。-windows were removed in c/c++ file comments. Limited to ASCII text encoding (note not required). VC can be successfully converted resource.h generated except the source and h
  3. 所属分类:File Operate

    • 发布日期:2017-04-27
    • 文件大小:206259
    • 提供者:
  1. CSharpbmp-base64

    0下载:
  2. 将图片BMP转换为Base64编码的文本文件,将base64编码的文本文件转化为bmp图片-Convert the picture Base64 to BMP encoding s text file, convert the text file of Base64 encoding to BMP images
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:45139
    • 提供者:小华
  1. 4

    0下载:
  2. 英语转换成编码 编码转换成英语 把翻译规则存入rule.txt文件中,english.txt中存放英文,code.txt存放编码-English converted into encoding Encoding converted into English The translation of the rules in the rule.txt file, english.txt in English, code.txt storage of encoding
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:106708
    • 提供者:各种吃
  1. ofdm

    0下载:
  2. OFDM信道估计文件,包含了编码,解码等多方面内容-OFDM channel estimation file containing the encoding, decoding, and many other content
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:476577
    • 提供者:
  1. mscomm_pc_2com

    0下载:
  2. PC机与PC机串口通信程序设计visual basic 编码设计文件-the comunication of pc1 with pc2
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2996
    • 提供者:wenzhexia
  1. File-compression-and-decompression

    0下载:
  2. 本系统通过哈夫曼编码实现对文件的压缩和解压,效果较好。-The system achieved by Huffman coding file compression and decompression, the better.
  3. 所属分类:File Operate

    • 发布日期:2017-05-07
    • 文件大小:1400137
    • 提供者:姜海涛
  1. MFC-parse-XML-file-types

    0下载:
  2. C++标准库中没有操作XML的方法,用C++操作XML文件必须熟悉一种函数库,LIBXML2是其中一种很优秀的XML库,而且它同时支持多种编程语言;2)LIBXML2库的Tutorial写得不太好,尤其是编码转换的部分,不适用于中文编码的转换;3)网上的大多数关于Libxml2的介绍仅仅是翻译了自带的资料,没有详细介绍如何在windows平台下进行编程,更很少提到如何解决中文问题。-C++ standard library no way to manipulate XML, C++, XML d
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4093
    • 提供者:曾小丽
  1. detectencode

    0下载:
  2. 检测文件的字符编码, 是utf-8还是GBK-detect char encoding for the file
  3. 所属分类:File Operate

    • 发布日期:2017-04-12
    • 文件大小:782
    • 提供者:chuanjiang.zh
  1. mbscq

    0下载:
  2. 本程序为 用友 U8 10.100版本 辅助程序 主要功能是生成 其它入库0301或其它出库0302模板文件 ckbm.txt 为仓库编码与仓库名称对应列表文件,文件名称不可以更改 oper.txt 为操作员代码与操作员名称对应列表文件,文件名称不可以更改 readme.txt 为本程序简介文件 _TEMPLET_Head.xml 为模板头文件,文件名称不要更改,大小写区分 _TEMPLET_Body.xml 为主体头文件,文件名称不要更改,大小写区分 模板生成器.e
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:123488
    • 提供者:兰吉
  1. file-en-de

    0下载:
  2. C++ builder 对以个文件进行编码解码的算法,加密有用-Builder C++ to a file for encoding decoding algorithm, encryption useful
  3. 所属分类:File Operate

    • 发布日期:2017-04-30
    • 文件大小:214930
    • 提供者:li
  1. A_HUFFMAN

    0下载:
  2. 本程序实现自适应哈夫曼编解码功能,能够对ASCII文件进行编码及解码。-This procedure realize adaptive Huffman encoding and decoding function, support for codec all ASCII files.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:25761
    • 提供者:徐君
  1. Huffman

    0下载:
  2. 哈夫曼编码。霍夫曼编码被广泛使用的一种非常有效的编码方法,用于数据文件的压缩。基于字符的频率进行编码。出现频率高的字符的编码较短,出现频率较低的字符的编码较长。 -Huffman coding. Huffman coding is widely used in a very efficient coding method data file compression. Huffman coding algorithm based on the frequency of characters a
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1314
    • 提供者:Lateefah
  1. haffman--

    0下载:
  2. 设计一个哈夫曼编码、译码系统。对一个ASCII编码的文本文件中的字符进行哈夫曼编码,生成编码文件;反过来,可将编码文件译码还原为一个文本文件-Huffman tree coding ,decoding,print
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3232
    • 提供者:p
« 1 2 ... 26 27 28 29 30 3132 33 34 35 36 »
搜珍网 www.dssz.com