-
一个源码统计程序,统计源代码行数
一个源码统计程序,统计源代码行数-a source statistical procedures, statistical source code line number
- 2023-05-01 09:50: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
-
Binary view the source code
利用MFC写的二进制查看源代码。
-Binary view the source code
- 2022-12-03 00:50:03下载
- 积分:1
-
简单的文件加密,XP风格的.
开发工具:VC7.0
简单的文件加密,XP风格的.
开发工具:VC7.0-simple file encryption, XP style. Development tools : VC7.0
- 2022-02-01 18:42:49下载
- 积分:1
-
可以将一个大文件分成多个小文件,然后可以将多个小文件合并成一个大文件...
可以将一个大文件分成多个小文件,然后可以将多个小文件合并成一个大文件-Can be a large file into multiple small files, and then a number of small files can be merged into one large file
- 2022-02-01 22:05:07下载
- 积分:1
-
wave test program that debug succesfuled i n the visual c 6.0. please try it you...
test wave program that debug succesfuled in the visual c++ 6.0 . please try it yourself .-wave test program that debug succesfuled i n the visual c 6.0. please try it yourself.
- 2023-05-08 18:00:02下载
- 积分:1
-
本程序实现了遍历一个文件夹下所有文件的功能,注意,若输入文件名必须在其后加上"",现时单击"遍历"按钮开始遍历,遍历后的结果将存在下面的列表框中...
本程序实现了遍历一个文件夹下所有文件的功能,注意,若输入文件名必须在其后加上"",现时单击"遍历"按钮开始遍历,遍历后的结果将存在下面的列表框中-realized by the traverse a folder function of all the documents and pay attention, if documents were to be imported in the following words "", click "traverse" button to begin traverse, traverse the result of the existence of the list box below
- 2022-05-06 04:13:50下载
- 积分:1
-
文件读写类,设置文件的路径,读取文件的路径等
文件读写类,设置文件的路径,读取文件的路径等
- 2022-04-24 22:20:41下载
- 积分:1
-
使用LabWindows实现文件的拖拽操作。本程序将拖拽的文件名显示在文本框内,并记录下鼠标的释放位置。...
使用LabWindows实现文件的拖拽操作。本程序将拖拽的文件名显示在文本框内,并记录下鼠标的释放位置。-Use LabWindows implementation file drag and drop. This program will drag the file name displayed in the text box, and record the location of the next release of the mouse.
- 2022-02-01 17:33:29下载
- 积分:1
-
此程序实现文件管理,模拟os中的文件管理,可实现文件的创建,访问,删除等功能!...
此程序实现文件管理,模拟os中的文件管理,可实现文件的创建,访问,删除等功能!-this program document management, simulation os of document management, document can be realized in the creation, access, and delete functions!
- 2022-03-31 18:35:41下载
- 积分:1