-
文件资源管理器通过使用 Microsoft Visual Studio C# 的复制和粘贴函数
该代码是创建简单的文件资源管理器中使用 Microsoft Visual Studio 的 GUI。文件资源管理器使用的 Visual studio 的固有类和执行简单的文件管理操作,如复制、 粘贴、 重命名和删除功能。
- 2022-01-25 19:39:36下载
- 积分:1
-
好的XML文件读写程序,不错不错
希望能给大家带来帮助。
好的XML文件读写程序,不错不错
希望能给大家带来帮助。-Good to read and write XML documents procedures, good good hope that they will be helpful to everyone.
- 2022-08-21 16:25:03下载
- 积分:1
-
是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在M...
是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.我把它改写成了一个c++类,使它可以方便的压缩和解压缩,更重要的是,我新增加了两个接口,这个类可以压缩/解压缩一段内存缓冲区,而不仅仅是文件.
一共提供了5个对外接口:
-Is a data compression algorithm based on LZARI class. Haruhiko Okumura 1989 July 4 daily c language to write algorithms to achieve this. But to use some of the above global or static variables, in the MFC under inconvenient to use them. I rewriting it into a c++ classes, so that it can easily compress and decompress, but more importantly, I added two new interfaces, this class can compress/decompress a memory buffer, rather than the file. a total of provides a five external interface:
- 2022-07-11 01:47:09下载
- 积分:1
-
System will automatically delete the directory of debug and release, so please d...
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
- 2022-03-12 22:38:14下载
- 积分: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
-
Visual C++中的记事本,本源码对MFC的单文档作了比较详尽的说明,适合初学者入门学习参考,了解MFC单文档框架结构...
Visual C++中的记事本,本源码对MFC的单文档作了比较详尽的说明,适合初学者入门学习参考,了解MFC单文档框架结构-Visual C of the notebook, the source of MFC single document made a more detailed note, suitable for beginners learning portal reference understanding MFC single document frame structure
- 2023-02-22 18:25:03下载
- 积分:1
-
Batch file encryption, the encryption algorithm can be increased or on
实现文件批量加密,其加密算法可以自选或者另行增加加密算法,其扩展方便-Batch file encryption, the encryption algorithm can be increased or on-demand encryption algorithm, the expansion of convenience
- 2023-02-25 14:35:04下载
- 积分:1
-
document access information source, beginners can look at things more systematic...
获得文件信息的源码,初学者可以研究一下,比较系统的东西-document access information source, beginners can look at things more systematically
- 2022-06-16 04:04:14下载
- 积分:1
-
用VC++处理字符串的程序,非常顺手,适合初级学生学习参考!...
用VC++处理字符串的程序,非常顺手,适合初级学生学习参考!-With VC++ Treatment procedure string, very comfortable, suitable for primary students to learn the reference!
- 2022-03-22 19:18:16下载
- 积分:1
-
文件读写监视,带有VXD源代码
文件读写监视,带有VXD源代码-document literacy surveillance, with the source code VXD
- 2022-01-26 05:28:32下载
- 积分:1