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

搜索资源列表

  1. EnCodeChange_CSharp

    0下载:
  2. 进行各种文件编码[GB2312-80, GB18030, BIG5等所有编码]之间的转换,支持递归转换所有子目录-A variety of file encoding [GB2312-80, GB18030, BIG5 and all other codes] between conversion, support for the conversion of all subdirectories recursively
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:22789
    • 提供者:secret
  1. Completion_Ports

    0下载:
  2. 当你开发不同类型的软件,你迟早必须处理C/S的开发。对一个程序员来说,写一个通用的C/S编码是一项困难的工作。本文档提供了一份简单但是功能强大的C/S源码,可以扩展到任何类型的C/S应用程序中。这份源码使用了高级的IOCP技术,该技术可以高效的服务于多客户端。IOCP提供了解决“每个客户端占用一个线程”的瓶颈问题的办法,只使用几个处理线程,异步输入/输出来发送/接收。IOCP技术被广泛应用在各种类型的高效服务端,例如Apache等。这份源码也提供了一系列的在处理通信和C/S软件中经常使用的功能,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:151660
    • 提供者:高军
  1. Huffmancoding

    0下载:
  2. Huffman编码,在该文件夹中有Huffman编码的相关源程序,并且给出了实验要求-Huffman encoding, in the folder in the relevant source Huffman coding, and test requirements are given
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:6075
    • 提供者:沈晓光
  1. huffman

    0下载:
  2. 编写完整的系统,要求具有以下功能: 1、 I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存入文件hfmTree中。 2、 E:编码(Encoding)。利用以建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 3、 D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:320281
    • 提供者:张亦楠
  1. JPEGdecode

    0下载:
  2. JPEG编码,解码的实现。包括可执行文件和源码-JPEG encoding and decoding implementations. Including the executable file and source code
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:835230
    • 提供者:Jon
  1. VChaffuman

    0下载:
  2. 哈夫曼编码技术压缩,可对txt,dat等文件进行压缩,节省空间,加快网路数据的传播速度
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:269146
    • 提供者:吴明
  1. AviParse

    0下载:
  2. Avi文件读写,支持各种类型音视频编码。读文件的时候可以向前,向后,单帧播放-Avi file to read and write in support of various types of audio and video encoding. Document can be read forward, backward, single-frame playback
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:6885
    • 提供者:唐旭
  1. huffman

    0下载:
  2. 利用huffman编码实现小于4g文件的压缩,先用2进制读写将文件变为2进制码,再通过前缀码构造huffman树,最后存储huffman编码,解码过程反之。-Using huffman coding to achieve less than 4g file compression, first two to read and write binary file into 2 binary code, and then through the prefix code construct huffm
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:52547861
    • 提供者:邹平
  1. hafuman

    0下载:
  2. 实现简单赫夫曼编码,对简单的txt文件进行编译和统计-To achieve a simple Huffman coding, to compile a simple txt file and statistics
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:3094
    • 提供者:许文举
  1. hkj

    0下载:
  2. 哈弗曼编码(1)文件名的输入可以从命令行给出或程序界面给出; (2)压缩和解压选择也可以从命令行给出或程序界面给出; (3)给出压缩后的指标:压缩率=压缩后的文件大小/压缩前的文件大小-Havermann code (1) the input file name can be given from the command line interface is given or procedures (2) compression and decompression options can als
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-28
    • 文件大小:1726
    • 提供者:杨旸
  1. FormFileEncode

    0下载:
  2. 文件编码转换器源码 v1.0 C#源码 我在VS2008下编译的,非常好用!-Source file encoding converter v1.0 C# source code
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:156224
    • 提供者:冷月宫主
  1. Cpp1

    0下载:
  2. C语言编译利用霍夫曼编码压缩/解压缩文件-C compiler to use Huffman coding compression/decompression file
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-04
    • 文件大小:1585
    • 提供者:诸葛孔亮
  1. huffman

    0下载:
  2. 赫夫曼编码译码器:能对指定的文本文件进行各字符出现频度分析,并建立哈夫曼树与哈夫曼编码,将该文本文件编码成目标文件 -Huffman codec: Can the specified text file to the frequency analysis of characters in there, and the establishment of Huffman Tree and Huffman encoding, the encoded text file into the desti
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:17889
    • 提供者:刘军
  1. EncodingFileTransform

    0下载:
  2. 文件编码转换,提供多种编码形式的转换功能.-File encoding conversion, offers a variety of encoding the form of conversion.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:50364
    • 提供者:SetsuNa
  1. Huffman

    0下载:
  2. 读取文件编码译码,用了数据结构的算法。晚饭后让我ihgieh-read in something from Text and, convert them to and the verse
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-02
    • 文件大小:911301
    • 提供者:werty
  1. simulink

    2下载:
  2. simulink通信系统仿真,包括信源编码及调制,附pdf说明文件 (communication system simulation using simulink, with explanation file(.pdf))
  3. 所属分类:其他小程序

    • 发布日期:2017-06-19
    • 文件大小:29717107
    • 提供者:sunyi
  1. pmes_GB2UTF8_code

    0下载:
  2. 应一些网友的要求,发布“GB/BIG5/UTF-8 文件编码批量转换程序”的VB源代码。这个源码其实比较简单,界面也非常之简陋,开发之初衷本为方便自己工作中使用。 由于最近一直忙于琐事,没有时间对代码进行整理。因此代码中缺少必要的注释,大家凑合着看吧!-User requirements should be a number, release " GB/BIG5/UTF-8 file encoding batch conversion process" VB source
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:18968
    • 提供者:zhoudh1980
  1. jpg_handle

    0下载:
  2. jpg文件的解码和编码文件C语言写的,纯C语言实现 没有任何混编的成分-jpg file decoding and encoding files written in C language
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:515982
    • 提供者:wangh
  1. Josephus

    0下载:
  2. 解决JOSEPHUS问题的成功范例 文件编码没有错误-C++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:708
    • 提供者:123
  1. 123B2UTF8_code

    0下载:
  2. 应一些网友的要求,发布“GB/BIG5/UTF-8 文件编码批量转换程序”的VB源代码。这个源码其实比较简单,界面也非常之简陋,开发之初衷本为方便自己工作中使用。 由于最近一直忙于琐事,没有时间对代码进行整理。因此代码中缺少必要的注释,大家凑合着看吧! -Some users should request release " GB/BIG5/UTF-8 batch file encoding conversion process" VB source code. In
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:22383
    • 提供者:di
« 1 2 34 5 6 7 8 9 10 ... 36 »
搜珍网 www.dssz.com