-
VC产生的临时文件有时真的很烦人!这是一个专门清理VC垃圾的小工具,隔一段时间运行一次,彻底清除指定类型的垃圾文件...
VC产生的临时文件有时真的很烦人!这是一个专门清理VC垃圾的小工具,隔一段时间运行一次,彻底清除指定类型的垃圾文件-VC generated temporary file is sometimes really annoying! This is a specialized VC garbage clean-up of small tools, from time to time to run time, the elimination of designated types of junk file
- 2022-11-06 04:55:02下载
- 积分:1
-
文本文件导入sql数据库,文本文件导入sql数据库
文本文件导入sql数据库,文本文件导入sql数据库-Text file import sql database, text file into sql database
- 2023-05-14 13:35:03下载
- 积分:1
-
一个读写INI配置文件的类CConfig,其中完整封装了对INI各种读写的操作,具体例子参考一段源代码Example.cpp。...
一个读写INI配置文件的类CConfig,其中完整封装了对INI各种读写的操作,具体例子参考一段源代码Example.cpp。-a reader INI configuration file class CConfig, Packaging integrity of the various literacy INI, the operation of a reference to specific examples of source code Example.cpp.
- 2022-01-31 03:06:10下载
- 积分:1
-
编码转换工具 charset tool v1.0.2 我写的文本编码转换工具。可以对常见字符集做转换,包括简繁通,big5...
编码转换工具 charset tool v1.0.2 我写的文本编码转换工具。可以对常见字符集做转换,包括简繁通,big5-->gb2312.唯一缺点是要安装java JRE.-transcoding tool charset tool v1.0.2 I wrote the text encoding conversion tools. Can the common character set conversion done, including 66.248.97.196 Qualcomm, big5-- gt; Gb2312. The only drawback is to install java JRE.
- 2022-04-20 06:32:53下载
- 积分:1
-
实现文件对话框的相关操作
实现文件对话框的相关操作-files related to the operation of dialog
- 2022-01-28 03:49:35下载
- 积分:1
-
本设计模拟文件管理工作流程, 编写了一个树型的目录结构的文件系统,可支持多用户、树型目录结构文件操作...
本设计模拟文件管理工作流程, 编写了一个树型的目录结构的文件系统,可支持多用户、树型目录结构文件操作-Simulation of the design document management workflow, the preparation of a directory tree structure of the file system that supports multi-user, the directory tree structure of file operations
- 2022-10-18 17:25:03下载
- 积分:1
-
著名online judging usaco的问题集,方便参加竞赛的同学
著名online judging usaco的问题集,方便参加竞赛的同学-Well-known online judging usaco of questions to facilitate students to take part in competition
- 2022-03-22 18:18:22下载
- 积分:1
-
电话薄源代码,简单易懂,可以作为文件数据库操作的典范代码。...
电话薄源代码,简单易懂,可以作为文件数据库操作的典范代码。-telephone directories source code is simple to understand and document database can be used as a model operation code.
- 2022-03-03 11:09:29下载
- 积分:1
-
文件上传SmartUpload
资源描述此代码是基于oracle数据库的文件上传功能实现,实现的是雇员信息功能,因为雇员信息有图片显示功能要求,通过文件上传功能实现信息录入功能。代码包含sql语句和具体实现代码,个人也是刚学,如有不对的地方大家指出。
- 2022-10-21 14:05:04下载
- 积分: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