用C写的INI文件的读写,具有通用性,可放心用于嵌入式开发-C wrote INI file reader can be used, and can be assured for Embedded Development 下载
|
INI文件控制,c写的,可以放到Linux/Wince的OS- 下载
|
/* * 读取INI文件的函数(C语言) * File: readinifile.h * Read INI File * char* GetInitKey(FileName, Section, Key) * Return Key=>Value * + [config] * + dbhost=localhost * * strcpy(dbhost,GetInitKey("config.ini", "config", "dbhost")) */-/ * read INI file functions (C) * File : readinifile.h * Read INI File * char * GetInitKe y (">, Section, Key) * Return Key = 下载
|
window ce.net ini文件读写,纯c代码-window ce.net ini file read and write, code-c 下载
|
ini配置文件读写类。 C程序片段,用来读写配置文件。- 下载
|
BCB 编写的一些简单函数用于SQL的扩展存储过程. -检查文件是否存在Select dbo.FileExist( c:\boot.ini ) --删除文件Select dbo.FileDelete( C:\X.txt ) --服务状态Select dbo.ServerStat( awhost32 ,1) --建立目录Select dbo.MKDIR( C:\Test\test ,1) --文件复制Select dbo.FileCopy( C:\boot.ini , c:\Boot\YYY.ini ,1) --删除目录Select dbo.RDDIR( C:\Text ,1) --锁定计算机Select dbo.LockPc() --结束程序Select dbo.KillPorg( Notepad.exe ) --执行程序Select dbo.StartPorg( Notepad.exe ) --得到IP地址Select dbo.GetIP() --分解字符Select dbo.TextPart( 123*456*789 , * ,0) QQ:254082939 Email:haihong5995037@163.com-BCB prepared by the simple function for the expansion of SQL stored procedures. - Check file exists Select dbo.FileExist (c : \ boot.ini file) -- Select dbo.FileDelete delete the file (C : \ X.txt) -- state services Select dbo.ServerStat (awhost32, 1) -- Select dbo.MKDIR build directory (C : \ Test \ test, 1) -- Select copy dbo.FileCopy (C : \ boot.ini file, c : \ Boot \ 9985360E. ini, 1) -- Select dbo.RDDIR delete directory (C : \ Text, 1) -- Computer Select dbo.LockPc lock () -- Select dbo.KillPorg closing procedures (Notepad.exe) -- Select dbo implementation procedures. StartPorg (Notepad.exe) -- Select IP addresses to be dbo.GetIP () -- Select decomposition characters dbo.TextPart (123 * 456 * 789 *, 0) QQ : 254082939 Email : haihong5995037@163.com 下载
|
c++语言,跨平台,一个写ini配置文件的类,安全、好用、实用-c language, cross-platform, a document written ini class configuration, security, ease of use and practical 下载
|
读文件,.ini操作-read documents. Ini operation 下载
|
用WindowsAPI访问INI文件-with WindowsAPI visit INI file 下载
|
一个类似于WIndows API中INI文件读写的源码,可以在基于C的多平台(如Vxworks)下方便使用- 下载
|