搜索资源列表
H.264编码算法的完整源代码
- H.264编码算法的完整源代码 文件:VideoEncoderX264.h class CVideoEncoderX264 : { public: CVideoEncoderX264(void); ~CVideoEncoderX264(void); virtual bool Connect(CVideoEnDecodeNotify* pNotify, const CVideoEnDecodeItem& Item); virtual void Release(void);
delphi对文件进行MD5编码
- delphi写的文件进行MD5编码的例程,速度不错,稳定性也还好。
嵌入式FAT文件系统免费源码下载
- 嵌入式FAT文件系统免费源码下载 本文件系统兼容FAT16/FAT32文件系统格式,兼容长文件名,兼容GB2312/UNICODE汉字编码(支持中文),并且实现了对子目录的支持,实现了文件的读取,写入,创建,删除等文件系统的常用功能。另外,代码都使用C编写,可以移植到各种单片机平台上来实现文件系统模块。 (FAT16是免费代码,用户可直接使用。 本代码有FAT32(兼容FAT16)和多个盘的版本(收费), 如果需要,请与我们联系!qq:292942278,E-MAIL:tony_yang123@
批量转换文件编码的小程序
- 这是一个批量转换文件编码的小程序。支持GBK,BIG5, UTF8互相转换,支持自动探测源文件编码,This is a batch file encoding conversion of smaller procedures. Support for GBK, BIG5, UTF8 conversion each other to support the automatic detection of the source file encoding
最终哈夫曼编码.rar
- 统计文件中字符的个数和种类,分析,图形显示构造出哈夫曼树,statistics document the number and character types, analysis, graphics constructed Huffman tree
赫夫曼编码文件
- 可以以文件的形式将一篇英文文章的单词逐个翻成赫夫曼编码,并用文件输出。
human
- 用C语言编写的哈夫曼算法,比一般的功能要多,包括树形结点输出,生成文件,编码,译码.-Using C language Huffman algorithm, than the general functions, including tree node output, generated documentation, coding, decoding.
FileUtil
- 文件基本类源代码,包括获取文件编码、文件编码转换,文件下载,整个文件夹拷贝、删除等。源文件中已附带说明-Basic types of source code files, including access to a document encoding, file encoding conversion, file download, the entire folder copy, delete and so on. Source file has been included in the Not
CSharp_Write_Read_File
- CSharp读写文件,不会产生乱码的现象。在使用旰注意文件编码的使用。-CSharp_Write_Read_File
FileEncodingConverter
- FileEncodingConverter 文本文件编码转换工具,非常好用!-FileEncodingConverter text file encoding conversion tool, very easy to use!
compress
- 文本文件的压缩和解压程序 1. 先统计文件中出现的每个字符的出现次数; 2. 根据上述的统计结果设计huffman编码; 3. 为在文件编码时提高查询字符对应huffman编码的查询速度,以每个字符为结点内容构造一棵二叉排序树; 4. 压缩。即将文本文件中的每个字符用huffman编码代替,并写入二进制文件中。也就是说,压缩文件是一个记录文件内容的二进制流; 5. 解压。即将二进制文件还原为文本文件。 6.程序运行后应该有一个菜单,菜单 包含:打开文本文件、压缩、解压
文件
- 1、DA数模转换就是将离散的数字量转换为连接变化的模拟量。与数模转换相对应的就是模数转换,模数转换是数模转换的逆过程。 2、差分编码和HDB3编码(DA digital to analog conversion is to convert discrete digital quantity into analog quantity of connection change. Analog to digital conversion is analog to digital conversion
行程编码(又名游程编码)
- 行程编码又名游程编码,是无损压缩的一种,本文件用于图像压缩及解压,压缩前后图像完全一样(Run length coding, also known as run length coding, is one of lossless compression. This file is used for image compression and decompression. The image is exactly the same before and after compression)
DBC-File-Format-Documentation
- DBC数据库文件格式说明, 描述dbc文件编码格式。(DBC database file format descr iption)
lorzen(另一个文件凑数)
- 这是可进行混沌方程的xz图像形成的matlab文件(This is the matlab file that can be formed by the XZ image of the chaotic equation)
YuvToH264
- 通过FFMPEG,将YUV文件编码成H264文件,在用的时候,要在网上找一个YUV文件。(Through FFMPEG, the YUV file is encoded into a H264 file, and when you use it, find a YUV file on the internet.)
wjbm
- 业务类,文件编码的spring dao,用于公司的文件编码规则生成(Business class, the spring Dao for file encoding, is used for the generation of the company's file encoding rules)
哈弗曼树6.0
- 使用文件保存初始的文本数据及最终的结果。 ? 文件名为inputfile1.txt的文件保存的是一段英文短文; ? 文件名为inputfile2.txt的文件保存01形式的编码段; ? 文件名为outputfile1.txt的文件保存各字符的出现次数和对应的编码; ? 文件名为outputfile2.txt的文件保存对应于inputfile2.txt的译码结果。 统计inputfile1.txt中各字符的出现频率,并据此构造Huffman树,编制Huffman 码;根据已经得到的编码,
huffman
- 可以实现将txt文件进行huffman编码压缩(Txt files can be compressed by Huffman encoding)
EncodingDetect
- 代码可读取文件编码格式,常见的有UTF-8、ASSCII等(Code can read file encoding format, common UTF-8, ASSCII, and so on)