-
扫盲计划的源程序(风险投资)
读写pdf文件的程序开发库源码 (vc++)-literacy program for the source (vc)
- 2022-08-15 03:58:29下载
- 积分:1
-
网上最全的UltraEdit
网上最全的UltraEdit-32语言着色配置文件,将近600种语言的着色配置,可以让编程更简单。-Most comprehensive online UltraEdit-32 language coloring configuration files, and nearly 600 kinds of colored configuration language that allows programming easier.
- 2022-08-22 04:03:54下载
- 积分:1
-
简单的文件加密,XP风格的.
开发工具:VC7.0
简单的文件加密,XP风格的.
开发工具:VC7.0-simple file encryption, XP style. Development tools : VC7.0
- 2022-02-01 18:42:49下载
- 积分:1
-
This code is written in vc platform, code, there is some reference value
本代码是在vc平台写的代码,有一定的参考价值-This code is written in vc platform, code, there is some reference value
- 2022-03-30 22:59:24下载
- 积分:1
-
这是一个加密程序和# 39;的源代码,非常实用,强烈推荐…
这是一个加密程序源代码,很实用,强烈推荐-This is an encryption program"s source code is very practical, strongly recommended
- 2022-04-21 03:03:01下载
- 积分:1
-
文本文件(txt)合并:
适合检索多个文本文件时使用(先合并多个文件然后再检索)
简单的TStringList应用举例...
文本文件(txt)合并:
适合检索多个文本文件时使用(先合并多个文件然后再检索)
简单的TStringList应用举例-text (txt) : a suitable text document retrieval over the use of (merging multiple files first and then search), a simple application example TStringList
- 2022-03-24 03:06:51下载
- 积分: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
-
linux下C++编程入门及MAKE文件
linux下C++编程入门代码,helloworld 文件 信号量 文件属性 账号属性
linux cpluscplus program for new learner porpose
- 2023-01-07 19:30: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
-
这是注册表编辑器下的电脑,我的移植原工艺…
这个是PC下的注册表编辑器,我对原来的程序进行了移植并做了相应的修改。原作者是在EVC在模拟器上做的,相信大家看了之后也可以进行相应的操作的-This is a PC under the Registry Editor, I am the original process of the transplant and the corresponding changes. Author of the EVC done in the simulator, I believe we can also read after the corresponding operation
- 2022-04-17 06:52:46下载
- 积分:1