- 
                        一个小脂肪文件系统的源代码
                        
                          一个小型的FAT文件系统源码-a small FAT file system source code                         
                            - 2022-02-21 08:08:04下载
- 积分:1
 
- 
                        notepad plus是sourceforge上一个非常优秀的开源项目,是用C++编写的,相当于很多语言的编译器...
                        
                          notepad plus是sourceforge上一个非常优秀的开源项目,是用C++编写的,相当于很多语言的编译器-sourceforge on notepad plus is a very good open source project, is to use C     prepared, which is equivalent to many language compiler                         
                            - 2022-04-29 11:41:56下载
- 积分:1
 
- 
                        literacy ini a category C, the only four categories of functions, namely digital...
                        
                          读写ini的C++类 一、本类只有4个函数,分别为写数字,读数字,写文本,读文本。支持相对路径。可以用于有或无mfc支持的程序。visual c++6编译通过。 ini格式: [appname] keyname=s 二、代码:请下载压缩包。 三、如需要绝对路径删除CHAR FilePath[255] ---strcat(FilePath,fn)-literacy ini a category C, the only four categories of functions, namely digital writing, word reading, writing text, reading text. Support relative path. Can be used with or without mfc support procedures. Visual C++6 compile. Ini format : [appname] keyname = s 2, code : Please download compressed. Three, if required absolute path to delete CHAR FilePath [255]--- Geodetic (FilePath, fn)                         
                            - 2022-08-07 05:34:58下载
- 积分:1
 
- 
                        查看access密码的VB源程序,可以查看access 2000 access2003等文件
                        
                          查看access密码的VB源程序,可以查看access 2000 access2003等文件-See the VB source code access password, you can view access 2000 access2003 and other documents                         
                            - 2023-02-09 18:45:04下载
- 积分:1
 
- 
                        用delphi写的文件更改名称的小程序,希望对学习文件操作的人有所帮助...
                        
                          用delphi写的文件更改名称的小程序,希望对学习文件操作的人有所帮助-used to write the document to change the name of the small programs, and I hope to study documents the operation of some help                         
                            - 2022-01-26 17:20:23下载
- 积分:1
 
- 
                        用PB调用API访问文件夹,有一些毛病,在WINDOWS简体中文当中,显示为繁体中文...
                        
                          用PB调用API访问文件夹,有一些毛病,在WINDOWS简体中文当中,显示为繁体中文-API call with PB visit folder, there are some problems in Windows Simplified Chinese, Traditional Chinese shows                         
                            - 2022-05-18 12:24:13下载
- 积分:1
 
- 
                        file to view documents in PDF,
                        
                          file to view documents in PDF,                         
                            - 2022-05-01 02:39:44下载
- 积分:1
 
- 
                        notepad++插件
                        
                          本插件包包含了经常使用notepad差价,主要有16进制的转换,主题风格(本人不喜欢黑底白字的主题),导出为word文档(RFT)或网页(HTML)文件;资源管理器: Explorer括号自动补全插件显示函数列表:Function List等等    请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看       加载中 侵权举报                         
                            - 2022-04-22 18:03:44下载
- 积分:1
 
- 
                        用正则表达式提取文本内容
                        
                          VB代码实现用正则表达式对一段文字或对一个文本文件的内容进行匹配提取,提取到多段符合表达式的内容后可以自已指定用什么符号隔开显示。注意,建立VB工程后,要引用regexp.tlb文件,才支持正则表达式。                         
                            - 2022-03-15 07:46:51下载
- 积分: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