搜索资源列表
bin
- 用文件流读取二进制数值文件,写入到新的文件中-Read a binary file stream value file, write to a new file
cpp
- 首先通过文件操作,读取文件内容,把字符逐个提取后统计字符频率,建立哈夫曼树和进行哈夫曼编码,当然这是根据ASCII编码来将字符转换为二进制,然后实现前缀编码,然后把编码后的使用二进制流写入相应文件-First through file operations, read the file content, the characters one by one after extracting character frequency statistics, establish a Huffman tr
RorWFile
- 二进制读取文件16进制写入文件,任何格式的文件读取在内存中都是以二进制形式显示的。-Read and Write File!
HomeWork1_04
- 这是你与十六进制值的工作能力一个很好的测试 与各个位。请记住,每个十六进制数字表示4位。 有六种不同组合对文件的打开方式, 读取,写入或附加的组合与每个文本和二进制模式。 因此,您可以设置模式,在六迭代循环。-This is a good test of your ability to work with hexadecimal values and individual bits. Remember, each hexadecimal digit define
supermarket
- (1)使用两个不同的结构体分别保存货物信息和购物车中的商品信息,可在商品信息结构体中嵌套货物信息结构体。 (2)将货物信息写入文件保存,在每次运行时,货物信息可以从二进制文件中导入,并在结算后更新。 (3)建立一个链表保存购物车信息,可以实现商品的添加和当前购物列表的显示-(1) uses two different structures were preserved cargo information and shopping cart of merchandise informati
DSP
- 把写好的二进制文件写入DSP板子上的FLASH中实现FLASH的烧写-DSP FLASH
compress
- 运用哈夫曼编码实现的文件压缩源代码 功能:可以实现文件以二进制输入进行哈夫曼编码在写入另一个重建的文件中实现文件压缩- File compressed source code implemented using the Huffman code Functionality: you can implement files in binary input with the haffman encoding in a file that is written to anothe