CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ini文件读写

搜索资源列表

  1. 不用API的ini文件读写

    0下载:
  2. 不用API的ini文件读写,支持现有的INI读写,并且还可以脱离API的限制,再修改一下源码就能更好的支持其它的文件读写-not API ini document literacy, support existing INI to read and write, and also from the API restrictions further changes to the source code will be able to better support other document li
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1.81kb
    • 提供者:闫帅
  1. ini文件读写代码

    0下载:
  2. ini文件读写代码-ini file read and write code
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11.71kb
    • 提供者:丁俊
  1. ATL写的一个操作INI文件的COM组件

    1下载:
  2. 一个别人写的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
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:18.64kb
    • 提供者:wgw
  1. simpleini-4.8.2(2)

    0下载:
  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 characters only) - saves files
  3. 所属分类:Windows CE

    • 发布日期:2017-03-29
    • 文件大小:54.87kb
    • 提供者:michael
  1. ini文件的读和写

    0下载:
  2. ini文件的读和写-ini document reads and writes
  3. 所属分类:系统编程

    • 发布日期:2017-11-09
    • 文件大小:50.95kb
    • 提供者:熊友根
  1. inirw

    0下载:
  2. 一个读写INI文件的例子-An example of reading and writing INI files
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-09
    • 文件大小:36.8kb
    • 提供者:站长
  1. VC_ini_1

    0下载:
  2. 一个的读写INI文件的类及实例-INI file reading and writing a class and examples of
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-20
    • 文件大小:32.61kb
    • 提供者:赵电波
  1. MyOKFile

    0下载:
  2. 本程序演示const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点
  3. 所属分类:File Operate

    • 发布日期:2017-11-14
    • 文件大小:37.9kb
    • 提供者:qiyunping
  1. IniHandler

    0下载:
  2. 最实用性的ini文件读写类,已经经过作者多次试用认证,读写文件都十分方便,用c#编写,非常适宜green hand,是学习、工作方便的助手,并不比XML逊色!-The most practical type of ini file read and write, the author has been repeatedly tested authentication, read and write documents are very convenient, with c# Prepared,
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:4.12kb
    • 提供者:红红
  1. INI_Class

    0下载:
  2. 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, integrated into a category.
  3. 所属分类:File Operate

    • 发布日期:2017-04-11
    • 文件大小:1.78kb
    • 提供者:narnia
  1. iniFilesVB

    0下载:
  2. 功能最齐全的vb ini文件读写源码示范,直接放到你的源码中即可-Features the most complete source vb ini file to read and write the model directly on the source you can
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:16.43kb
    • 提供者:achi
  1. ModINI

    0下载:
  2. VB的INI文件读写得模块,支持直接读写INI配置文件-VB of the INI file to read and write a module, support for direct read and write INI configuration files
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:636byte
    • 提供者:东门吹牛
  1. INI

    0下载:
  2. ini文件读写的类,可以满足基本INI文件的读写。-ini file reading and writing classes, to meet the basic reading and writing INI files.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:976byte
    • 提供者:mason
  1. IniHelper

    0下载:
  2. /// <summary> /// INI文件读写操作帮助类 /// INI文件的结构 /// INI文件是一种按照特点方式排列的文本文件。每一个INI文件构成都非常类似,由若干段落(section)组成,在每个带括号的标题下面,是若干个以单个单词开头的关键词(keyword)和一个等号,等号右边的就是关键字对应的值(value)。其一般形式如下: /// [Section1] /// KeyWord1 = Valuel /// KeyWord2
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:1.48kb
    • 提供者:Joe
  1. AppINIFileRW

    0下载:
  2. INI文件读写,可以按IP、数值、和文本三种方式读写INI文件-INI file to read and write, can be IP, numerical, and text in three ways to read and write INI files
  3. 所属分类:MultiLanguage

    • 发布日期:2017-05-15
    • 文件大小:3.87mb
    • 提供者:everlee
  1. File_ini_RW

    0下载:
  2. INI文件读写类,可以直接引用,相当有实用价值。-INI file reading and writing classes, can be directly quoted, quite practical value.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:126.13kb
    • 提供者:zzc
  1. ini

    0下载:
  2. VB 操作ini文件 读写,新建,删除-vb operate the ini file read write
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:3.49kb
    • 提供者:horatio
  1. ini

    0下载:
  2. ini文件操作类,支持ini文件读写,对codeproject上的源码做了些修改。-ini file manipulation classes, read and write support for ini files, the source of codeproject made some changes.
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:1.66kb
    • 提供者:cxm
  1. ini文件读写操作

    0下载:
  2. 基于WindowsAPI函数,VB6.0语言编写的对INI配置文件读写操作程序(Ini configuration file read and write operations)
  3. 所属分类:文件操作

    • 发布日期:2017-12-27
    • 文件大小:2kb
    • 提供者:雷电
  1. SaharpINI(jb51.net)

    0下载:
  2. ini文件的读写,与创建功能,很好用,,,还要不能小于20个字(Ini file to read and write, and create function, very useful)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:44kb
    • 提供者:z08581
« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com