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

搜索资源列表

  1. 556

    0下载:
  2. 开发具有记忆功能的MP3 主要用到了INI文件的读写方法-MP3 with memory function developed mainly used to read and write INI file
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-01
    • 文件大小:2426473
    • 提供者:xiqoqing
  1. Winform-CSharpINI

    0下载:
  2. 简单对INI文件的读写。封装好了。有调用例子-Simple on the INI file read and write. Good package. There are examples of call
  3. 所属分类:CSharp

    • 发布日期:2017-11-20
    • 文件大小:71259
    • 提供者:xieminwen
  1. duxiewenjian

    0下载:
  2. 读写二进制文件、xml文件、txt文件、ini文件-Binary files, XML files, TXT file, read and write ini files
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:177489
    • 提供者:Lwc
  1. ReadIniFile

    0下载:
  2. 读写当前目录下的INI文件,写字符串,读取字符串,更新到界面上。-Read and write INI files in the current directory, write the string
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:40582
    • 提供者:jxf
  1. ReadIni

    0下载:
  2. 简单读写INI文件Read INI fileRead INI file简单读写INI文件-Read INI file简单读写INI文件
  3. 所属分类:Game Program

    • 发布日期:2017-04-05
    • 文件大小:2006
    • 提供者:摆放花草
  1. ReadIni

    0下载:
  2. 简单读写INI文件Read INI fileRead INI file简单读写INI文件-Read INI file简单读写INI文件
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2053
    • 提供者:uneThe
  1. libetc

    0下载:
  2. linux 配置文件 cfg ini etc 读写库-linux configuration file cfg ini etc literacy library
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-01
    • 文件大小:14985
    • 提供者:王碧
  1. iniFileReadOrWrite

    0下载:
  2. 对 ini 文件读写进行了封装,用户定义对象后,可直接调用-Ini file read and write on the package, a user-defined object, you can directly call
  3. 所属分类:File Operate

    • 发布日期:2017-04-14
    • 文件大小:3556
    • 提供者:付恩宇
  1. Player-profiles

    0下载:
  2. 这是一个基于vs2005编译的播放器配置文件,可以进行读写文件操作。读写的文件格式为.ini格式。-This is a player based on vs2005 compiler configuration files, you can read and write file operations. Read and write file format. Ini format.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:34995
    • 提供者:黄武涛
  1. IniFile

    0下载:
  2. INI文件读写类,文件打开时全部加载文件内容到内存,关闭时写回文件-Ini reader and writer
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2084
    • 提供者:yuanjie
  1. INIFIle

    0下载:
  2. 封装系统API实现对INI配置文件的读写。-INI configuration file read and write.
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:17779
    • 提供者:Barry
  1. ProgramBox

    0下载:
  2. 简易程序管理器,可拖动程序图标或者快捷方式加入到管理器中,也可以打开文件对话框直接选择程序。加入后可以快速打开程序。免安装,ini读写,纯绿色。-简易程序管理器,可拖动程序图标或者快捷方式加入到管理器中,也可以打开文件对话框直接选择程序。加入后可以快速打开程序。免安装,ini读写,纯绿色。 A simple program manager, you can drag the program icon or shortcut to manager, can also direct select
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:24815
    • 提供者:柴雄平
  1. File

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

    • 发布日期:2017-05-09
    • 文件大小:1925173
    • 提供者:奋斗不止
  1. DlgIniTest

    0下载:
  2. 由于现代软件中,很多时候需要保留一些配置信息,而ini文件就是其中的方法之一,该工程简单而详细体现了ini文件的读写调用方式-Because of modern software, often need to retain some configuration information, and the ini file is one of the ways that the project reflects the simple and detailed invocation ini file
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2109600
    • 提供者:jescy
  1. ReadConfig

    0下载:
  2. 利用C语言实现配置文件(.ini)的读写操作,可跨平台使用,实现的功能与windows API 函数 GetPrivateProfileString 和WritePrivateProfileString的功能一样-Using C language to complete two functions which can read and write config files, like that with suffix .ini
  3. 所属分类:File Operate

    • 发布日期:2017-03-31
    • 文件大小:16976
    • 提供者:yangpeng
  1. Demo

    0下载:
  2. 在INI文件中读写数据,VC++精选学习源码,很好的参考资料。-Read and write data in the INI file, select learning VC++ source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:12839
    • 提供者:什锦豆腐
  1. INI_Sources

    0下载:
  2. 对INI文件VC提供类库,但不能满足个人需要,需要自己定制INI文件的读写操作,源码实现了INI文件的读写。-INI files for VC provides library, but can not meet the individual needs, needs its own custom INI file read and write operations, read and write the source code to achieve the INI file.
  3. 所属分类:File Operate

    • 发布日期:2017-04-13
    • 文件大小:2520
    • 提供者:TankW
  1. RWIniFileDemo

    0下载:
  2. 使用INI文件保存程序的信息。演示了如何读写配置文件-INI file using the information stored program. Presentations and how to read and write INI
  3. 所属分类:File Operate

    • 发布日期:2017-04-17
    • 文件大小:12000
    • 提供者:
  1. Testini

    0下载:
  2. 跨平台的ini读写程序,支持#和 注释 主要文件有两个CYRdWrIni.c和CYRdWrIni.h-Ini write cross-platform program to support# and notes there are two key documents and CYRdWrIni.h CYRdWrIni.c
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:11825
    • 提供者:陈鹏飞
  1. File

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

    • 发布日期:2017-04-27
    • 文件大小:36684
    • 提供者:lw
« 1 2 ... 16 17 18 19 20 2122 23 24 »
搜珍网 www.dssz.com