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

搜索资源列表

  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
    • 文件大小:38806
    • 提供者:qiyunping
  1. 123222

    0下载:
  2. WinCE显示JPEG、读写INI文件,EVC下编译通过-WinCE display JPEG, read and write INI files, EVC compiler passed under
  3. 所属分类:Windows CE

    • 发布日期:2017-04-08
    • 文件大小:21973
    • 提供者:zyw
  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
    • 文件大小:4223
    • 提供者:红红
  1. readAndWriteIniFile

    0下载:
  2. MFC函数读写ini文件,内有详细的参考资料和,试用说明!所用函数GetPrivateProfileInt,GetPrivateProfileString,WritePrivateProfileString等-MFC function to read and write ini files, there are detailed reference materials and trial descr iption! The function GetPrivateProfileInt, GetPr
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:248993
    • 提供者:wangkafeng
  1. readwriteini

    0下载:
  2. wince下读写ini文件代码,用evc编写的-wince to read and write ini files under the code, prepared by EVC
  3. 所属分类:Windows CE

    • 发布日期:2017-04-13
    • 文件大小:1962
    • 提供者:liuhuajian
  1. profile

    0下载:
  2. ini配置文件读写代码.教你如何使用api读写ini文件-ini file read and write
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:3520
    • 提供者:hhh
  1. INI

    0下载:
  2. ini读写类(c#) ini读写类(c#)-ini to read and write categories (c#) ini to read and write categories (c#)
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:3850010
    • 提供者:Ardy
  1. inifile

    1下载:
  2. 这个程序可以用来在matlab环境下读入和写出.ini文件的内容,因为matlab并没有提供专门读写.ini的函数,所以这个函数很实用-This procedure can be used to read into matlab environment and to write. Ini file, because matlab does not provide specialized reading and writing. Ini function, this function is ver
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:8708
    • 提供者:李远
  1. phone

    0下载:
  2. 用数组 和 链表做的C++电话本程序。数据存储在.dat的文件中,用记事本可以打开,由于当时本人还不知道配置文件(.ini)这回事,所以没有用.ini文件 现在想来,完全可以用.ini文件,而且更简单,可以大量减少代码量,代码中还有大量的读写文件的地方完全可以写到一个函数中, 这样更是可以减少代码量,但由于时间有限,事情繁多, 一直没有时间修改完善,大家拿到代码后,可以自行修改。此程序分为两个版本,数组版 和 链表版-telephone book using C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:2046298
    • 提供者:刘凯
  1. IniHelper

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

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

    0下载:
  2. 读写INI文件的例子程序 使用Delphi编写-INI file example to read and write procedures
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:336524
    • 提供者:jadebug
  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
    • 文件大小:4059454
    • 提供者:everlee
  1. INI

    0下载:
  2. VB编写的,对INI文件的读写操作的例子源码。-VB prepared to read and write operations to the INI file example source code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:2825
    • 提供者:席水平
  1. fileTest

    0下载:
  2. excel、ini、txt、properties、xml文件的读写操作-excel, ini, txt, properties, xml files to read and write operations
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-03-29
    • 文件大小:964694
    • 提供者:link
  1. ini

    0下载:
  2. wince下文件的读写操作,在wince上是没有的函数GetPrivateProfileString,GetPrivateProfileInt等
  3. 所属分类:File Operate

    • 发布日期:2017-04-15
    • 文件大小:6612
    • 提供者:jackson
  1. videospto203

    0下载:
  2. windows32系统 VC++6.0环境下 可以读写*.INI文件,可以保存系统数据-read write*,ini file read write*,ini file read write*,ini file
  3. 所属分类:Scanner

    • 发布日期:2017-05-19
    • 文件大小:5176732
    • 提供者:wanghuyuan
  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
    • 文件大小:129159
    • 提供者:zzc
  1. VB-INIFunction

    0下载:
  2. 工作中需要处理一个INI文件,于是上网找了几个读写INI文件的VB函数。-Work to deal with an INI file, so surf the Internet and a few of the VB function to read and write INI files.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1340
    • 提供者:hj
  1. ini

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

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

    0下载:
  2. 单片机STM32F103,环境KEIL ARM,系统UCOS,功能: 1 - 移植了网络上一份开源的文件系统 2 - *.ini文件在单片机上的读写操作-SCM STM32F103, environment, KEIL ARM, the system UCOS, function: 1- transplanted to a source on the network file system 2-*. ini file read and write operations on the MC
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-13
    • 文件大小:3384359
    • 提供者:jim
« 1 2 34 5 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com