Location:
Search - ini file
Search list
Description: 读取ini文件类,十分实用的工具-read ini file type, a very useful tool
Platform: |
Size: 14336 |
Author: 许志广 |
Hits:
Description: 读写 INI 文件-literacy INI file
Platform: |
Size: 28672 |
Author: sxl |
Hits:
Description: C# ini文件的读写-C# ini file reader
Platform: |
Size: 1024 |
Author: 徐水星 |
Hits:
Description: 使用vb对ini文件加密以及读取-use vb right ini file encryption and read
Platform: |
Size: 34816 |
Author: |
Hits:
Description: ini文件读写代码-ini file read and write code
Platform: |
Size: 11264 |
Author: 丁俊 |
Hits:
Description: c#读取INI文件-read INI file
Platform: |
Size: 27648 |
Author: 下载 |
Hits:
Description: 实现基于电力行业短信报警组态INI文件的开发,程序中利用了组态的INI文件的开发。-power industry based SMS alarm configuration INI file to the development, use of the procedure configuration INI file development.
Platform: |
Size: 945152 |
Author: 张三水 |
Hits:
Description: 本源码是关于读写ini文件的vc程序,开发环境是vc++6.0。该程序实现了以索引式的读写ini文件,经过适当的修改将可以实现各种存储功能。-the source of the document literacy ini vc procedures, the development environment is vc++ 6.0. The process to achieve a literacy Index-ini file, after appropriate amendments will be achieved various storage functionality.
Platform: |
Size: 1993728 |
Author: 李力邦 |
Hits:
Description: 这是我为公司做的一个初步软件,其实现功能是:在指定的文件夹下生成缺少的ini文件(对应wma音乐文件),并且在TreeView控件中显示文件名,点击可以进行编辑,修改-This is my company to do an initial software, its function is to achieve : the designated folder generation indispensable ini file (for WMA music files), and the TreeView control display of file names, it can edit, modify, etc.
Platform: |
Size: 63488 |
Author: 王作 |
Hits:
Description: 采用VB开发的一个操作INI文件类,实现了多项操作,对文件操作的一个类-using the VB one operation INI file class, achieving a number of operations, the operation of a document type
Platform: |
Size: 2048 |
Author: 陈文斌 |
Hits:
Description: VC++6.0
INI类型文件操作实例类-VC 6.0 INI file types such examples operation
Platform: |
Size: 21504 |
Author: who |
Hits:
Description: 在编写一些C#应用程序的时候,通常要写文件保存一些配置,那么INI文件就很好的解决了这个问题,能将一些固定的信息保存起来.-in the preparation of some C# application procedures, usually write documents preserved configuration INI file so good on the solution of this problem and fixed can store information.
Platform: |
Size: 26624 |
Author: 吴维志 |
Hits:
Description: 采用Platform Builder进行编程,可以显示JPEG图像、并读取INI文件。在嵌入式定位导航系统中应用。-using Platform Builder program can display JPEG images. INI file and read. Embedded in the GPS navigation system applications.
Platform: |
Size: 21504 |
Author: 新新 |
Hits:
Description: .Net访问INI文件比较麻烦,本人做一个类使用(VB.net)写的,希望能有所帮助,您有什么疑问请发送邮件到Nick4@tom.com-. Net access INI file is too much trouble, I do use a class (VB.net) to write the hope that it can help, you have any questions please send an e-mail to Nick4@tom.com
Platform: |
Size: 25600 |
Author: 严臣 |
Hits:
Description: ini文件操作示例程序,VC代码,可以方便用户进行INI文件操作。-Sample ini file operations procedures, VC code, users can easily INI file operations.
Platform: |
Size: 1886208 |
Author: 科第 |
Hits:
Description: 操作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
Platform: |
Size: 3072 |
Author: 电风扇 |
Hits:
Description: 用VC实现INI文件的读写操作,功能包括了对INI进行操作的全部代码-With VC realize INI file to read and write operations, features include the INI to operate all the code
Platform: |
Size: 1882112 |
Author: lasdfa |
Hits:
Description: const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-const char* and char* const distinction. C language of the document to read and write support, FILE pointer text file and binary file distinction. Used to read and write text files and read and write files in binary mode Notes. C++ Of documents to read and write support, ofstream and ifstream usage. Win32 SDK to read and write support for the document, CreateFile function, WriteFile function, ReadFile function to use MFC support reading and writing of the document, CFile Class CFileDialog and the use of paper filter settings. win.ini file and registry read and write methods and related knowledge points.
Platform: |
Size: 36864 |
Author: asfsafd |
Hits:
Description: INI文件操作代码,使用非常方便,只需要几行代码便可以实现INI文件的读写,实例终止时自动存盘-INI file operations code, the use of a very convenient, only needs a few lines of code will be able to achieve read and write INI files, examples terminate automatically save
Platform: |
Size: 21504 |
Author: yuantiger |
Hits:
Description: Wince平台下INI文件读写程序源码,该升级包,主要修改了以前添加记录后,继续读写INI文件出现的指针错误等bug。是一个比较完美的INI文件读取程序。-Wince platform INI file reading and writing program source code, the upgrade package, the main amendments to add the previous records, continue to read and write INI file pointer error occurs, such as bug. Is a more perfect process INI file to read.
Platform: |
Size: 3072 |
Author: 牛欣欣 |
Hits:
« 12
3
4
5
6
7
8
9
10
...
50
»