搜索资源列表
AWoke
- 这是一个定时提醒使用电脑用户注意时间的程序,用户可以在ini文件自行设置任务,以及提醒内容- This is fixed time reminds the use computer user attention time the procedure, the user may voluntarily establish the duty in the ini document, as well as reminder content
GenerateXML
- 实现读取ini文件的信息,然后生成XML文件。单文档程序-achieve read ini file information and then generate XML documents. Single-file procedures
inifile1
- 读取当前目录下CIniFile类文件,系统提供的WriteProfileInt()等函数,写到注册表或 系统ini文件里,调用比较麻烦,而且会占用注册表资源,下载了网上的ini类用起来又不太顺手,所以参照写了一个读取当前目录下ini文件的类。程序有详细的注释,欢迎批评指正。-read current directory CIniFile types of documents, the system provides WriteProfileInt () function, wrote reg
ini
- 一个简单的读取Ini文件的类,你可以自己扩充高级功能- Simple reads takes the Ini document the kind, you may own expand the high-level function
WebAdd
- 收藏Internet地址的小工具,可以基于INI文件存储的-collection of small tools can be based on the INI file storage
PathConfigFinal20060711
- 读取ini文件配置文件夹,同时有个渐进界面,-read ini file configuration file folders, while a gradual interface
youxicaidan
- 游戏菜单 的例子,调用API,动态增加控件及读写INI文件-game menu games menu example, call API, Dynamic Controls to increase literacy and INI file
ImportTextUtils
- 文本文件导入/导出类定义单元 *) (* 功能:导入--将表格形式的文本文件导入到一个字符串列表中 *) (* 导出--将一个字符串列表中的数据导出到表格形式的文本文件 *) (* 说明:字符串列表数据格式为普通INI文件格式,Section代表字段,值代表字段值*) (* 字类可以覆盖ProcessSingleLine函数,实现其它处理,例如导入到数据库 *) (* 版本:1.0-text file import / export module class definit
ini文件读写代码
- ini文件读写代码-ini file read and write code
基于电力行业短信报警组态INI文件的开发实现
- 实现基于电力行业短信报警组态INI文件的开发,程序中利用了组态的INI文件的开发。-power industry based SMS alarm configuration INI file to the development, use of the procedure configuration INI file development.
CIniEx
- INI文件操作C++类,可实现读写删除操作,支持各种数据类型,方便好用。-INI file operations C++ Category can be deleted to achieve read and write operations, supports a variety of data types, easy-to-use.
ini-ReadAndWrite
- DELPHI读写ini配置文件,初学者可以参考-DELPHI read and write ini configuration file, beginners can refer to
Ini
- 用汇编语言编写的ini文件分析程序,大家可以来学习下。-ini file.
sleepterminate
- 延时操作 结束批定进程 ini文件操作 -sleep terminate process inifiles
AppINIFileRW
- INI文件读写,可以按IP、数值、和文本三种方式读写INI文件-INI file to read and write, can be IP, numerical, and text in three ways to read and write INI files
78562_XmlIniEditor5
- 组件代码和例子程序,实现了XML文件和INI文件的相互转换和编辑-Component code and examples of applications that implement the XML file and the INI file conversion and editing each other
ini
- Delphi保存信息到INI文件中,编程学习源码,很好的参考资料。-Delphi to save the information to the INI file, learning programming source code, a good reference.
ini
- 提供了函数读写ini文件,perl源代码,很容易使用-provide some function to read and write ini files,perl source code,it s easy to use.
INI
- 读写INI文件,所有读写配置文件类型,实际使用过多次-read/write ini file
一个简单的读取配置文件程序
- 一个简单的读取配置文件程序,建立一个ini文件,按照段和键的格式写入相关数据,运行程序得到设定值。