-
读取目录下的所有txt文本文件
资源描述读取指定目录下的所有文本文件,指定目录是m_strSDFile,这个变量可以按需要改变,可以打开一个目录让用户选择。读取的方法采用递归调用,如果txt文件比较多,对于内存占用会比较多。文本文件的大小没有限制。文本文件找到后,存储在m_TxtFileArry中。
- 2022-09-20 19:15:03下载
- 积分:1
-
由Ayn Rand的源泉
the fountain head by ayn rand
- 2023-01-27 04:05:04下载
- 积分:1
-
AsynchIO shows how to use OPC events synchronously
AsynchIO shows how to use OPC events synchronously
- 2023-02-28 21:50:03下载
- 积分:1
-
系统开发的一个C++小游戏。全面介绍了VC的开发过程
系统开发的一个C++小游戏。全面介绍了VC的开发过程-System development of a C++ Game. A comprehensive introduction to the development of VC
- 2022-08-05 21:47:07下载
- 积分:1
-
该系统为一简单文件模拟管理系统,简单模拟计算机管理文件的过程...
该系统为一简单文件模拟管理系统,简单模拟计算机管理文件的过程-a file manage system
- 2022-08-14 07:52:11下载
- 积分:1
-
获取word每页缩略图
private void ConvertToImage(string wordInputPath, int resolution)
{
try
{
Aspose.Words.Document doc = new Aspose.Words.Document(wordInputPath);
if (doc == null)
{
return;
}
- 2022-07-13 14:38:36下载
- 积分:1
-
MIPS five
MIPS五级流水线模拟程序,能执行简单的MIPS指令,模拟流水线状态及寄存器结果,实现cpu流水的概念-MIPS five-level stream-line simulation program, this program can execute simple MIPS instruction, simulat stream-line s status and register result, and it implements stream-line of cpu.
- 2023-04-01 23:10:03下载
- 积分:1
-
测试移动Ad hoc网络安全路由
testing secure aodv in mobile ad hoc network
- 2022-05-13 03:30:12下载
- 积分:1
-
库存系统
库存管理系统的销售和购买的选项来修改它,如你所愿,也不要忘记分享它再一次请不要不客气
- 2022-05-15 16:08:24下载
- 积分:1
-
自己写的绘制wav波形码的Code。
至于放大等特殊需求没有包含在内。
需要各位自己来了。...
自己写的绘制wav波形码的Code。
至于放大等特殊需求没有包含在内。
需要各位自己来了。-Wav to write their own rendering code waveform Code. As for the special needs, such as not to enlarge included. Need your own come.
- 2022-02-03 11:32:39下载
- 积分:1