-
a VB right INI file read and write very user
一个VB对INI文件进行读写得很好用的类-a VB right INI file read and write very user-friendly category
- 2022-02-24 17:55:56下载
- 积分:1
-
vc make the Notepad, a simple, string processing, input input
vc做的记事本,简单,字符串处理,输入输入-vc make the Notepad, a simple, string processing, input input
- 2023-02-08 16:50:04下载
- 积分:1
-
程序运行过程中,鼠标位置的记录与重演
GetCursorPos/SetCursorPos,fwrite/fread...
程序运行过程中,鼠标位置的记录与重演
GetCursorPos/SetCursorPos,fwrite/fread-running process, the position of the mouse and a repeat of the record GetCursorPos/SetCursorPos, fwrite/fread
- 2022-07-01 01:06:38下载
- 积分:1
-
优素福Ozturk去# 305 ng的高技术工程departman electronik盖布泽…
yusuf ozturk goı ng a electronik engineering departman of gebze high technology of enstitue. end this fileis c++ decument of pic 18f4550
- yusuf ozturk goı ng a electronik engineering departman of gebze high technology of enstitue. end this fileis c++ decument of pic 18f4550
- 2022-07-16 11:19:28下载
- 积分:1
-
PDF file format describing about FPGA projects
PDF file format describing about FPGA projects
- 2022-07-25 01:31:09下载
- 积分:1
-
这是学习软件结构体系的时候的课程实验,主要用到了文挡的持续化原理...
这是学习软件结构体系的时候的课程实验,主要用到了文挡的持续化原理-This is the learning software structure of the time course experiment, the main use of the text block to the sustained Principle
- 2022-01-27 12:57:54下载
- 积分:1
-
Java字典编码
Java字典压缩编码:很小很实用;双击Jar文件运行,再观察out文件夹下多出的两个文件:分别是编码流文件和解码文件。
另外会弹出消息框显示压缩率。
- 2023-01-06 09:25:03下载
- 积分:1
-
This is a program of notepad,which imitates the
WINDOWS notepad,and
一个记事本程序,模仿WINDOWS记事本,基本实现记事本的功能-This is a program of notepad,which imitates the
WINDOWS notepad,and
- 2022-08-24 08:30:03下载
- 积分:1
-
计算文件的MD5结果,可以对比文件是否被更改过。
计算文件的MD5结果,可以对比文件是否被更改过。-documents MD5 calculated results can be compared documents were changed.
- 2022-08-08 12:38:37下载
- 积分: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