-
I have written Run Length Encoder Decoder program which compress files with RLE...
I have written Run Length Encoder Decoder program which compress files with RLE algorithm.
- 2022-01-26 03:01:16下载
- 积分:1
-
VC++6.0写的关于用API函数查找文件的测试程序,欢迎大家下载
VC++6.0写的关于用API函数查找文件的测试程序,欢迎大家下载-VC++ 6.0 written on the document search using API function testing procedures are welcome to download the U.S.
- 2022-08-19 12:12:54下载
- 积分:1
-
繁体字和简体字是汉字中经常使用的两种汉字表现形式,在计算机中它们的内码稽核分别称为BIG5和GB码。平时经常会遇到这两种编码需要相互抓换的情况,因此掌握汉字内码...
繁体字和简体字是汉字中经常使用的两种汉字表现形式,在计算机中它们的内码稽核分别称为BIG5和GB码。平时经常会遇到这两种编码需要相互抓换的情况,因此掌握汉字内码对于软件开发人员非常重要。本例实现了汉字内码转换。-traditional and simplified Chinese characters are frequently used Chinese characters of the two forms, the computer code within their respective audit called BIG5 and GB yards. Usually encountered both need each other coding for grasping the situation, master CICS code for software developers is very important. The realization of the cases CICS code conversion.
- 2022-01-25 16:58:16下载
- 积分:1
-
本地硬盘与可移动盘文件的更新与同步.工具 文件 VC 例程
本地硬盘与可移动盘文件的更新与同步.工具 文件 VC 例程-Local hard disk and removable disk file updates and synchronization. Tool file routines VC
- 2022-08-20 00:32:57下载
- 积分:1
-
说明了如何从资源文件中释放出自己的文件。
工程首先需要一个testdll.dll,其中只有一个函数test(),表明工程是否正确加载了该dll。然后运行后点...
说明了如何从资源文件中释放出自己的文件。
工程首先需要一个testdll.dll,其中只有一个函数test(),表明工程是否正确加载了该dll。然后运行后点击按钮释放出testdll2.dll,替换原先的testdll.dll,仍旧可以正常运行。-of how the resources released from the documents themselves in the paper. First projects need a testdll.dll, of which only one function test (). indicate whether the correct loading of the dll. Then run after it released testdll2.dll button, replacement of the original testdll.dll, remains normal operation.
- 2022-02-02 20:06:47下载
- 积分:1
-
自己写的公交查询系统 vb读写文件操作,比较简单
自己写的公交查询系统 vb读写文件操作,比较简单-Write their own public inquiry system file vb read and write operation, relatively simple
- 2022-03-22 21:11:38下载
- 积分:1
-
可以把你选择的文件类型用你选择的程序打开。显示的图标也可以由你自己选择。附带SDK程序源代码。比较好用的程序...
可以把你选择的文件类型用你选择的程序打开。显示的图标也可以由你自己选择。附带SDK程序源代码。比较好用的程序-You can open the file you chose with the program you chose.You also can choose the icon,with SDK program source code.A good program.
- 2022-01-26 00:24:13下载
- 积分:1
-
ResourceEidtor Base Speadrum CPU, This is the exe file
ResourceEidtor Base Speadrum CPU, This is the exe file
- 2022-03-26 17:22:17下载
- 积分:1
-
以前写小游戏的时候写的打包工具。这次重写了个GUI界面。附带C++ SDK源代码。 .NET 编译通过。给游戏玩家又一个好的工具,欢迎共同学习,商讨。...
以前写小游戏的时候写的打包工具。这次重写了个GUI界面。附带C++ SDK源代码。 .NET 编译通过。给游戏玩家又一个好的工具,欢迎共同学习,商讨。-before the game was small when written in packing tools. This rewrite of the 000 GUI interface. Fringe C SDK source code. .NET compile. For gamers also a good tool, welcomed the joint study, to discuss.
- 2023-06-02 08:25:03下载
- 积分:1
-
文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文...
文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文件表示,比如说下列格式:文件名长度(4字节),文件名,文件长度(4字节),文件内容。然后新建一个文件,将你要加入的文件依次写进(当作二进制文件)。 至于还原吗,先读入合并后的文件,然后依次按以下过程还原文件:读入文件名长度,按此长度得到文件名,读入文件长度,按此长度得到文件的内容,写到磁盘上即可。具体的编程见以下例子: //以下为文件合并与分解函数,合并文件后的文件中各子文件顺序存放-document merging algorithm to the original document as a unified binary files were read, followed by the introduction of a new binary file, so it completed the merger operation; Contrarians can separate document ... their first definition of a common document, for instance, the following format : Name length (4 bytes), file name, file size (4 bytes), the contents of the file. Then a new document, you will be included in the document were included (as binary files). As for the reduction yet, dialer after the merger documents, to be followed by the following process Reduction Document : Reading into the file name length, according to the length of availability of documents, and read into the length of documents, accord
- 2022-09-07 18:55:02下载
- 积分:1