-
cpp
首先通过文件操作,读取文件内容,把字符逐个提取后统计字符频率,建立哈夫曼树和进行哈夫曼编码,当然这是根据ASCII编码来将字符转换为二进制,然后实现前缀编码,然后把编码后的使用二进制流写入相应文件(First through file operations, read the file content, the characters one by one after extracting character frequency statistics, establish a Huffman tree and Huffman encoding, and, of course, this is according to ASCII code to convert characters to the binary, then realize the prefix encoding, and then the encoded using binary stream into the corresponding files
)
- 2013-12-01 14:18:04下载
- 积分:1
-
php 文件操作 示例(递归删除目录)
//递归删除目录function deletedir($dir){$handle = opendir($dir); while(false !==($file=readdir($handle))){ if($file!=="."&&$file!==".."){ //排除当前目录与父级目录 $file=$dir .DIRECTORY_SEPARATOR. $file; if(is_dir($file)){ deletedir($file); }else{ @unlink($file);} } } @rmdir($dir) ; closedir($hadnle) ;}
- 2014-07-01下载
- 积分:1
-
BX-5U0-25Q16BVS1G
BX-5U0 25Q16BVS1G.bin不小心损坏了后,可用这个文件恢复BX-5U0库文件(BX-5U0 25Q16BVS1G.bin accidentally damaged, the available file recovery BX-5U0 library files)
- 2013-11-25 06:25:07下载
- 积分:1
-
ADO_Excel_CWR
通过ADo显示Excel内容
并对Excel中数据进行添加、删除、修改等操作(Excel content through ADo display data in Excel and add, delete, modify and other operations)
- 2010-05-31 17:03:19下载
- 积分:1
-
fileinfo
获取文件信息,包括创建时间,修改时间,访问时间,属性(To obtain file information, including creation time, modification time, access time, properties)
- 2012-06-11 15:36:16下载
- 积分:1
-
sound
给音频降噪,还原清晰声音,自动增益开源代码(Audio reduction, restore clear voice, auto gain open source code.)
- 2018-11-14 09:30:11下载
- 积分:1
-
ansic_headers
标准c的重要的头文件,便于在程序编写中查阅,很有帮助的(standards of the first important document, prepared to facilitate the inspection process, helpful)
- 2007-05-09 19:15:17下载
- 积分:1
-
cPP
C++程序设计教程第二版答案,作者钱能,文件包含书后习题所有答案及程序代码及PDF版书籍(C++ Programming Guide (Second Edition) OF Money can answer, the file contains all the answers and exercise books and PDF version of the code books)
- 2016-06-01 22:21:57下载
- 积分:1
-
apzlicamitn
说明: 猫吃老鼠问题的算法程序的VC完整应用程序代码,(Cat eating Mouse problem algorithm program VC complete application code,)
- 2018-12-31 13:55:57下载
- 积分:1
-
gen_data.c.tar
可以设定文件大小和路径的,随机生成一个设定大小的文件(this is A PROGRAM,which can make a file with random)
- 2016-05-06 17:19:29下载
- 积分:1