搜索资源列表
Init
- 精典的.INI文件读写操作。虽然,现在使用注册表很方便,但在一些绿色版软件中,INI文件仍有一定市场。
ATL写的一个操作INI文件的COM组件
- 一个别人写的ini文件读写com控件,可以作为学习ATL编程的好例子,也可以学习ini文件读写-a written document literacy com ini control, ATL can learn as a good example of programming, but also can learn to read and write documents ini
ATL写的一个操作INI文件的COM组件
- 一个别人写的ini文件读写com控件,可以作为学习ATL编程的好例子,也可以学习ini文件读写-a written document literacy com ini control, ATL can learn as a good example of programming, but also can learn to read and write documents ini
VC++6.0INI类型文件读写类
- VC++6.0 INI类型文件操作实例类-VC 6.0 INI file types such examples operation
AConfig
- 一个读写INI配置文件的类CConfig,其中完整封装了对INI各种读写的操作,具体例子参考一段源代码Example.cpp。-a reader INI configuration file class CConfig, Packaging integrity of the various literacy INI, the operation of a reference to specific examples of source
Profile
- EVC 读写INI文件 EVC 读写INI文件 -EVC literacy INI file EVC literacy INI file EVC reader I NI documents EVC literacy INI file
WRini
- 功能:实现ini文件的读写操作。 主要函数:GetPrivateProfileInt(), GetPrivateProfileString(), WritePrivateProfileString() -function : to achieve the ini file read and write operations. Main functions : GetPrivateProfileInt (), GetPri
INI
- 用VC实现INI文件的读写操作,功能包括了对INI进行操作的全部代码-With VC realize INI file to read and write operations, features include the INI to operate all the code
Init
- 精典的.INI文件读写操作。虽然,现在使用注册表很方便,但在一些绿色版软件中,INI文件仍有一定市场。-The classical. INI file to read and write operations. Although it is convenient to use the registry, but in some green version of the software, INI file is still a cert
CIniFile(VC6)
- INI配置文件读写操作封装类For VC6.0-INI configuration file to read and write operations category Packaging For VC6.0
QQzxca
- 自己写的一款QQ在线批量查看器,其中QQ在线查看并怎么样,主要是里面用到了(.INI)文件的读写操作,而且没有用API函数来操作,完全VB完成,首先将INI文件读入内存中进行操作,退出程序时再把内存中的文件写入INI文件。-Wrote it myself a QQ online bulk viewer, which QQ online to view and how to, which is mainly used in the (.
manipulate_ini
- CE 下对INI文件操作的支持被去掉了,这个文件提供了4个函数,可以进行INI文件读写操作。注意,不支持注释。-CE under the INI file operations support is removed, this document provides four functions, INI files can read and write operations. Note that does not support Note
INI_Class
- VC++INI文件读写类,将对一般INI文件的各项操作,包括打开,读,写,修改等功能简化为几个方法,综合为一个类。-VC++ INI file reading and writing class, will the general operation of the INI files, including open, read, write, modify functions simplify several ways, integra
simpleini-4.8.2(2)
- Ini文件读写源代码,支持多种操作平台 - support for multi-line values (values with embedded newline characters) - optional support for multiple keys with the same name - optional case-insensitive sections and keys (for ASCII char
IniHelper
- /// <summary> /// INI文件读写操作帮助类 /// INI文件的结构 /// INI文件是一种按照特点方式排列的文本文件。每一个INI文件构成都非常类似,由若干段落(section)组成,在每个带括号的标题下面,是若干个以单个单词开头的关键词(keyword)和一个等号,等号右边的就是关键字对应的值(value)。其一般形式如下: /// [Section1] /// Key
fileTest
- excel、ini、txt、properties、xml文件的读写操作-excel, ini, txt, properties, xml files to read and write operations
ini
- VB 操作ini文件 读写,新建,删除-vb operate the ini file read write
stm32_fat_sd_ini
- 单片机STM32F103,环境KEIL ARM,系统UCOS,功能: 1 - 移植了网络上一份开源的文件系统 2 - *.ini文件在单片机上的读写操作-SCM STM32F103, environment, KEIL ARM, the system UCOS, function: 1- transplanted to a source on the network file system 2-*. ini file read
ini
- ini文件操作类,支持ini文件读写,对codeproject上的源码做了些修改。-ini file manipulation classes, read and write support for ini files, the source of codeproject made some changes.
ini文件读写操作
- 基于WindowsAPI函数,VB6.0语言编写的对INI配置文件读写操作程序(Ini configuration file read and write operations)