-
在实现文件复制功能的高校实习作业…
在linux下实现文件的复制功能 对高校操作系统实习的非常有用-in achieving document reproduction function of the college internship operating system very useful
- 2023-01-16 00:50:04下载
- 积分:1
-
一个目录拷贝的源码例子,可以整个目录检索和拷贝
一个目录拷贝的源码例子,可以整个目录检索和拷贝-Copy of the source code example of a directory
- 2022-03-07 09:49:54下载
- 积分:1
-
输入两个正整数m和n,求其最大公约数和最小公倍数。
输入两个正整数m和n,求其最大公约数和最小公倍数。-Enter two positive integers m and n, for their common denominator and least common multiple.
- 2022-03-16 13:31:06下载
- 积分:1
-
Vb 转换 unicode
更将 Unicode 转换为 VNI,TCVN,
...
..
...
.
..
.
.
.
- 2022-03-09 18:02:56下载
- 积分:1
-
VC++6.0写的关于用API函数把文件放入回收站的测试程序,欢迎大家下载...
VC++6.0写的关于用API函数把文件放入回收站的测试程序,欢迎大家下载-VC++ 6.0 written on the use of API functions to the file into the recycle bin of the test procedure, welcome everyone to download
- 2023-04-01 13:35:03下载
- 积分:1
-
PE文件解析
应用背景对EXE DLL文件pe结构 进行解析 ,包括 是否PE文件 资源表 导入表 导出表 重定位表 等各目录表项 PE文件基本信息 入口点 大小 区段等关键技术pe文件的各结构 进行解析 各目录表项:1.资源表 2.重定位表 3.导出表 4.导入表等 详细信息:入口点 大小 区段等
- 2022-04-14 18:19:04下载
- 积分:1
-
一个通过调制解调器接收、发送报表的小程序,使用md5确定是否已传输,rar压缩、解压文件...
一个通过调制解调器接收、发送报表的小程序,使用md5确定是否已传输,rar压缩、解压文件-through a modem to receive, send statements for the small, the use of md5 determine whether transmission, rar compression, decompression documents
- 2022-03-12 16:12:09下载
- 积分:1
-
设计一个程序,根据不同的调度算法模拟操作系统对进程的调度。...
设计一个程序,根据不同的调度算法模拟操作系统对进程的调度。-Design a procedure , to the dispatcher of the process according to algorithm simulation operating systems of different dispatchers.
- 2022-05-15 21:08:08下载
- 积分:1
-
separate the file paths
separate the file paths-separate the file paths.............
- 2023-09-06 10:25:03下载
- 积分:1
-
CFile.Open()的使用说明
CFile file;
CFileException fe;
//打开文件
if(!file.Open(lpszPathName,CFile::modeRead|CFile::shareDenyWrite,&fe))
{
ReportSaveLoadException(lpszPathName,&fe,FALSE,AFX_IDP_FAILED_TO_OPEN_DOC);
return FALSE;
}
CFIIE类是MFC的文件类的基类,它直接提供无缓冲的二进制 磁盘I/O设备,并且通过它的派生类可以提供对text文件和内存文件的存取。CFILE与CArchive类一起提供对MFC序列化的支持。
- 2022-08-18 11:25:14下载
- 积分:1