资源列表
[文件操作] 用标准模板库STL实现文件比较
说明:用标准模板库STL实现文件比较. 本文讨论如何使用标准模板库(STL),类模板和函数模板,以及其它编程技术来解决实际问题。本文涉及到STL包含的集合和向量,函数模板,类模板,常量检验,出错处理和使用STL的文件I/O。 要阅读本文,你要熟悉C++,熟悉类模板和函数模板。本文汇集了大量有关的信息,指引你逐步阅读。 本文用提问,设计和解决方案引导阅读。希望你能喜欢。 -Standard Template Library STL files comparison. This pa<海贵 > 在 2025-06-08 上传 | 大小:82kb | 下载:0
[文件操作] 一个递归删除指定目录和文件的例子
说明:使用Visual C++编程久了,编写的工程多了,如果我们没有及时删除工作目录下的Debug或者Release目录,就会有大量的垃圾的中间文件存留在我们的系统中。占用我们大量的硬盘空间。但是,如果我们每次编译完一个工程就手动去删除这些多余的文件,是比较麻烦的一件事情。为了解决这个不便,我花了一点时间写了递归删除指定目录和文件的小工具。 -use Visual C Programming long, the preparation of the works and more, and if w<涂飞> 在 2025-06-08 上传 | 大小:15kb | 下载:0
[文件操作] ReplaceInclude
说明:用来根据脚本批量自动转换C工程文件名和目录名,并保证工程文件中涉及的头文件名路径相应地修改。-volume automatically converted C project file and directory names, and ensure the documents relating to the first file name paths revised accordingly.<宋强> 在 2025-06-08 上传 | 大小:1.95mb | 下载:0
[文件操作] POIProject
说明:用JAVA的开源做的操作Excel的例子程序!-use of open-source Java do the operation procedures Excel examples!<Alan> 在 2025-06-08 上传 | 大小:5kb | 下载:0
[文件操作] Delphi7.Rave
说明:delphi的报表RAVE 的操作以及属性函数的说明,在程序中怎样调用-statements RAVE of the operation and function of the attributes that the procedure called what<张新明> 在 2025-06-08 上传 | 大小:563kb | 下载:0
[文件操作] 005
说明:列出文件中用户名部分相同的邮件地址和相同的次数,并写到文件result.txt中,用户名部分只出现一次的邮件地址不用输出和写到文件中。-document listed user name part of the same e-mail address and the same number, and wrote papers result.txt, user name appeared only once part of the e-mail addresses and do not have<鲁昕> 在 2025-06-08 上传 | 大小:16kb | 下载:0
[文件操作] 018
说明:编写一个文件切分程序split,根据命令行传进的分割尺寸和文件名分割文件。如: split 100 c:\test.dat 为按每个小文件100字节大小对test.dat文件进行切分。切分后的文件名为 test01.dat test02.dat …… test nnn.dat-prepared a document segmentation procedures split, according to the command line transmitted to the division of<鲁昕> 在 2025-06-08 上传 | 大小:160kb | 下载:0