-
vc环境下文件属性操作
vc环境下文件属性操作-vc environment file attributes operation
- 2023-02-18 02:50:03下载
- 积分:1
-
C++ Json序列化
自己基于jsoncpp实现的json的解析的序列化,很好用的,使用它就可以快速的掌握Json在c++里的对象序列化工作,代码写的很清楚,放在自己的工程里就可以使用了
- 2022-03-26 13:27: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
-
SPI这个RAR文件使用闪烁的串行闪存
spi rar this rar file use to flashing serial flash
- 2022-05-31 21:51:00下载
- 积分:1
-
对图的具体操作,包括建图,显示图,以及一些关于图的基本算法。。。更多功能有待添加...
对图的具体操作,包括建图,显示图,以及一些关于图的基本算法。。。更多功能有待添加-暇 木 图 示 图 约 一些 图 幕惴ㄠ功 写
- 2022-07-25 22:28:22下载
- 积分:1
-
一个用JAVA写的文件传输系统,非常方便,大家可以参考一下
一个用JAVA写的文件传输系统,非常方便,大家可以参考一下-a java file transfer program, maybe you can refer it!
- 2022-01-27 23:14:11下载
- 积分:1
-
This is a tool to find key word in Office Word Document.
使用C#编写的一款Office Word文档的关键字查询工具-This is a tool to find key word in Office Word Document.
- 2023-07-17 03:40:03下载
- 积分:1
-
stc头文件
这是STC的头文件,自己刚好用到,就传一下。希望对大家有帮助!
- 2023-04-12 11:35:03下载
- 积分:1
-
主要功能:用于实现文本文件的查找与替换,用VC编写,用到类CStdioFile...
主要功能:用于实现文本文件的查找与替换,用VC编写,用到类CStdioFile
-main functions : to make the full text of the document search and replace, with VC preparation, use category CStdioFile
- 2022-03-21 13:09:56下载
- 积分:1
-
自己写的文件取反加密类,对于加密不是太严格的程序来说差不多足够了,主要是用于本地消息传输。
包括从文件读数据,写入加密数据,恢复加密数据。...
自己写的文件取反加密类,对于加密不是太严格的程序来说差不多足够了,主要是用于本地消息传输。
包括从文件读数据,写入加密数据,恢复加密数据。-Himself wrote the paper check category of anti-encryption, the encryption is not very strict procedures for nearly enough, mainly for the local message transfer. Including data from the document read, write encrypted data, the restoration of encrypted data.
- 2022-07-07 07:35:28下载
- 积分:1