-
利用递归函数调用方式,将所输入的5个字符,以相反顺序打印出来。...
利用递归函数调用方式,将所输入的5个字符,以相反顺序打印出来。-The use of recursive function call, and will enter the five characters, print out the order to the contrary.
- 2022-07-21 07:56:00下载
- 积分: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
-
可以成批对mp3的进行编辑的源程序,这个实用性想必不用我说了吧,解决你mp3命名的困难。感谢原作者,所有的版权属于原作者!...
可以成批对mp3的进行编辑的源程序,这个实用性想必不用我说了吧,解决你mp3命名的困难。感谢原作者,所有的版权属于原作者!-can mp3 bulk of the editing of the source, the utility said I definitely do not have a bar, Naming your mp3 resolve the difficulties. Thank authorship, all the copyrights to the original author!
- 2023-03-22 03:30:04下载
- 积分:1
-
类Excel(全部使用VB编写)
类Excel(全部使用VB编写)-Excel category (all prepared using VB)
- 2022-03-23 01:11:23下载
- 积分:1
-
Source for DB V1.0 with ISAM File Manager
Source for DB V1.0 with ISAM File Manager
- 2023-05-28 17:35:03下载
- 积分:1
-
vba程序,word自动化程序,vc操作msword,vc操作msword
vba程序,word自动化程序,vc操作msword,vc操作msword-vba procedures, word automation procedures, vc operation msword, vc operation msword
- 2022-02-03 13:41:50下载
- 积分:1
-
实例 49--文件的读写,可以自由的下载
实例 49--文件的读写,可以自由的下载-Examples of 49- to read and write files, you can free download
- 2022-06-21 02:21:19下载
- 积分:1
-
vc写的清除历史记录的程序
vc写的清除历史记录的程序-vc written historical record of the removal procedures
- 2022-01-31 06:37:14下载
- 积分:1
-
文件切割器 ,分割成小文件
文件切割器 ,分割成小文件-paper cutter, split into small paper
- 2022-02-04 09:04:15下载
- 积分:1
-
write the log file a class, of course, can also be used for recording time data...
写log文件的一个类,当然也可以用作记录适时数据使用。该类使用了临界区、事件、文件读写、线程等技术,是学习这些技术非常有参考价值的实例.-write the log file a class, of course, can also be used for recording time data access. The use of such a critical, events, document literacy, threading technology, learning technology is very useful examples.
- 2023-03-12 21:55:03下载
- 积分:1