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

搜索资源列表

  1. ebookreader-6128

    0下载:
  2. 本软件实现了自动将站点小说采集成txt格式的功能,目前软件功能如下: 1.自动根据目录全部采集整部小说 2.可扩充可修改的设计,系统采用xml配置文件作为系统采集的配置脚本,通过自定义正则表达式可理论针对任何非ajax小说站点采集.同时任何人都可以根据对方站点的系统修改重新修改xml配置文件. 3,可设定采集站点编码格式,是否采用GZip压缩,系统目前能支持所有编码格式以及GZip压缩站点.(通过配置xml文件) 4.比前一版本更加有好的界面,采集进度一目了然,随时可以停止系统工
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:181010
    • 提供者:许嘉贤
  1. turbo

    0下载:
  2. 本文件是关于TURBO编码的相关程序,很有价值。值得参考学习。-This document is on the TURBO-coded procedures, of great value. Good reference to learn.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:669114
    • 提供者:mayi
  1. huffman

    0下载:
  2. 哈弗曼编/译码程序,C语言实现.这个程序是从文件中读取字符串,编码和译码之后也写到文件里,可以改变文件路径,或做适当更改,编程从终端输入输出.自己写的,可能会有不合适的地方,供大家参考而已.-Havermann encoding/decoding process, C language. This program is the string read from a file, encoding and decoding is also written after the file, you ca
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:469265
    • 提供者:water
  1. huffman

    0下载:
  2. 哈弗曼编码译码器 通过建立哈弗曼树,并对其进行编码译码 然后放入相应的TXT文件中-Havermann codecs through the establishment of Havermann tree, and its encoding and then decoding into the corresponding TXT file
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:185135
    • 提供者:lilin
  1. traffic

    0下载:
  2. 用Visual C++编写的基于Haffman编码的交通咨询源码,直接打开工程文件即可-Prepared using Visual C++ code based on the Transport Advisory Haffman source code, open the project file can be directly
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1254037
    • 提供者:王贝
  1. tanchishe

    0下载:
  2. 经典游戏贪吃蛇,C ++编码,比较不错的学习文件源代码-very good!very good!very good!very good!very good!very good!very good!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:387552
    • 提供者:吴用
  1. 6

    0下载:
  2. (1) 从终端读入字符集大小为n(即字符的个数),逐一输入n个字符和相应的n个权值(即字符出现的频度),建立哈夫曼树,将它存于文件 hfmtree 中。并将建立好的哈夫曼树以树或凹入法形式输出 对每个字符进行编码并且输出。 (2) 利用已建好的哈夫曼编码文件 hfmtree ,对键盘输入的正文进行译码。输出字符正文,再输出该文的二进制码。 -(1) read from the terminal into the character set of size n (ie the numbe
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:1973
    • 提供者:chenwei
  1. main

    0下载:
  2. 简单的用c编写的程序。 可以计算文件中字符出现的频率,进而代替权值。进而进行编码。-Simple to use c write programs. Can calculate the frequency of characters in the file, then instead of weights. And then encoded.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:2836
    • 提供者:乔桑
  1. haffman

    2下载:
  2. 哈夫曼编码 问题描述:利用哈夫曼编码,实现压缩和解压缩 基本要求: 对于给定的一组字符,可以根据其权值进行哈夫曼编码,并能输出对应的哈夫曼树和哈夫曼编码;实现哈夫曼解码 提高要求: (1) 能够分析文件,统计文件中出现的字符,再对文件进行编码,实现文件的压缩和解压缩 (2) 能够对于文件的压缩比例进行统计 (3) 能够打印文件 这是数据结构的课程设计-Huffman Coding Problem Descr iption: Using the Huffman co
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:193714
    • 提供者:dian
  1. 200921901110486

    0下载:
  2. 1、可以支持常见编码格式如UTF-8、UTF-7、Unicod、ASCII、GB2312、Big5之间的转换。 2、支持选取文件夹批量、文件多选、翦贴板中复制三种文件批量选取方式,能实现指量转换。 3、支持文件过滤,采用openFileDialog的文件过滤方式。 4、支持源文件编码自动识别,可用于统一未知文件的格式。 5、支持备份 -1, can support the common encoding formats such as UTF-8,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-23
    • 文件大小:41874
    • 提供者:fans
  1. BytesEncodingDetect

    0下载:
  2. java自动识别文件的编码,是GB2312还是UTF8等-java automatically recognize the file' s encoding is GB2312 or UTF8, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:30384
    • 提供者:冯峰
  1. ASP_JTBC_CMS

    0下载:
  2. JTBC网站内容管理系统是一套可扩充的网站内容管理系统,其特点:使用UTF-8编码、HTML代码,程序,语言的两两分离使其具备了扩充为多语言,多模板,可无限克隆模块的功能,脱离了传统网站内容系统的区域局限性,界面局限性,与功能局限性,将网站的架构赋予了一个新的概念,使用本系统,您无须再考察系统的那几个功能是否符合您的要求,每一个功能模块均是可以拆分与拼装的,卸载或者安装一个模块只需删除或者添加文件夹与数据库表即可,系统都将自行辨认该模块的存在与否。 用户名:admin 密码:admin-
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1150291
    • 提供者:xu
  1. HexShow

    0下载:
  2. 这是一个查看文件二进制编码的小程序,对初学者,以及底层工作者使用-This is a view the file binary encoded small program for beginners, as well as the use of low-level workers
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1943878
    • 提供者:haha
  1. hfm

    0下载:
  2. 用哈夫曼编码实现文件的压缩和解压! C语言版的-Huffman Coding with file compression and decompression! C language version! ! ! ! ! ! ! ! ! ! !
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:3018
    • 提供者:zhangsan
  1. viterbi_encoding_213

    0下载:
  2. Viterbi213编码程序的VHDL的实现,包括整个quartusII 的工程文件,以及仿真波形图-Viterbi213 VHDL code implementation of procedures, including the quartusII project files, and simulation waveforms
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:323332
    • 提供者:lizhenni
  1. viterbi213

    0下载:
  2. 编码方式为213的Viterbi卷积码编码器和译码器的FPGA的实现,包含整个QuartusII的工程文件,解码方式为寄存器交换法-Encoding for the 213 convolutional code encoder and Viterbi decoder FPGA realization of the project file that contains the entire QuartusII, decoding method for the register exchange
  3. 所属分类:Other systems

    • 发布日期:2016-05-19
    • 文件大小:2668524
    • 提供者:jenny
  1. encode_decode

    0下载:
  2. 对一个文件的内容进行有失真处理,然后对处理后的文件进行无失真编码和译码。对理解编码理论还有帮助!-The contents of a file handle with distortion, then the processed file lossless coding and decoding. Coding theory in understanding there is help!
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:3837
    • 提供者:李思明
  1. HuffmanTree

    0下载:
  2. 哈夫曼树编码译码器,对文件进行压缩和解压缩,从文件中读取内容-HuffmanTree encoding and decoding the files from a file reads the contents
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:3343
    • 提供者:耿一刚
  1. huffmancode

    0下载:
  2. 通过哈夫曼算法实现哈夫曼树编码,成功压缩和解压缩文件-Huffman code
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:150696
    • 提供者:LiLei
  1. haffman

    0下载:
  2. 输入文件路径,为指定文件进行编码、解码操作,同时为文件打印haffman tr-haffman
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1817
    • 提供者:石严
« 1 2 3 45 6 7 8 9 10 11 »
搜珍网 www.dssz.com