-
VC资料,值得一读。
编程交流请E_mail Me:ghcyq@263.net
VC资料,值得一读。
编程交流请E_mail Me:ghcyq@263.net-VC information, it is worth a read. Exchange program please reproduced Me : ghcyq@263.net
- 2022-05-15 01:29:54下载
- 积分:1
-
很有用的文件分割程序
很有用的文件分割程序 -Very useful procedure for the carving out of the document
- 2023-03-19 06:25:03下载
- 积分:1
-
编程时发现,网上下的许多代码文件开头的几个都不是所需要的代码,因此就写了个简单的除去一个文件每行开始的几个字符的程序,最近发现每次要选文件的路径不方便,改用直接...
编程时发现,网上下的许多代码文件开头的几个都不是所需要的代码,因此就写了个简单的除去一个文件每行开始的几个字符的程序,最近发现每次要选文件的路径不方便,改用直接拖东文件更方便
-discard the first byte from a source file,this new editon,you can drap source file and not to select source file s path
- 2022-03-22 17:13:29下载
- 积分:1
-
This program can change elf file into bin file.
用VC编写的将elf文件转化为bin文件的程序,可以用来转化elf文件为二进制可执行文件-This program can change elf file into bin file.
- 2022-05-12 21:25:44下载
- 积分:1
-
一个汉语拼音的程序,很简单实用。可以查询…
一个汉字转拼音的程序,非常简单实用.能够还能够查询功能。-a Chinese pinyin transfer procedures, a very simple and practical. Inquiries can also be able to function.
- 2023-01-20 20:15:04下载
- 积分:1
-
chm 帮助很多人问起现在的CHM帮助文档如何作为软件的热点敏感帮助,网上搜索的资料也不多,可能是太简单了吧,...
chm 帮助很多人问起现在的CHM帮助文档如何作为软件的热点敏感帮助,网上搜索的资料也不多,可能是太简单了吧,-chm helpful to a lot of people asked now how CHM help documentation software as a hot-sensitive help. Search online information is not large, may be too simplistic a bar, Oh
- 2022-02-03 09:15:52下载
- 积分:1
-
一个文件捆绑器代码,编译时把杀毒软件关了,因为它会被杀毒软件杀。...
一个文件捆绑器代码,编译时把杀毒软件关了,因为它会被杀毒软件杀。-bundled with a document code, compile-time antivirus software related, because it will be scrapped antivirus software.
- 2022-03-06 17:14:46下载
- 积分:1
-
文件版本比较类 文件版本比较类
文件版本比较类 文件版本比较类-documents more types of documents earlier versions category
- 2023-07-28 17:55:03下载
- 积分:1
-
文件读写监视,带有VXD源代码
文件读写监视,带有VXD源代码-document literacy surveillance, with the source code VXD
- 2022-01-26 05:28:32下载
- 积分:1
-
INI文件的操作,是使用非常方便:1。首先,inifil删除…
操作INI文件,非常方便...
使用方法:
1.先把IniFile.h,IniFile.ccp加入Porject,在要使用该类的头文件中加入
#include "IniFile.h",及CIniFile IniFile
2.读取和写入:
string = IniFile.GetString("section","item","默认")
int = IniFile.GetInt("section","item",666)
IniFile.SetString("section","item","设置值")
IniFile.SetInt("section","item",666)
3.ini文件名及路径在初始化时,用SetFileName()设置-Operation of INI file, is very convenient to use ...: 1. First IniFile.h, IniFile.ccp adding Porject, to be used in the first such document by adding# Include
- 2023-07-09 08:15:03下载
- 积分:1