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

搜索资源列表

  1. IniFileParesUseCppAndSTL

    0下载:
  2. Ini 文件解析, 在Windows下有API提供INI文件的支持, 但在Linux和WinCE下就没有了, 为了实现接口统一,所以写了两种INI文件的C++解析实现-IniFile Pares Use Cpp And STL
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:5128
    • 提供者:弘扬
  1. BmpPack

    0下载:
  2. 一个BMP文件压缩打包工具源码. 在LIB目录中包括了一系列相关C++类源码. 其中有INI文件一读写类,字符串类(可计算表达式)图形类.-A BMP file compression tool for source code package. In the LIB directory, including a series of related C++ type source. Which one to read and write INI file type, string type
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-27
    • 文件大小:430961
    • 提供者:周志鹏
  1. INIREADWRITE

    0下载:
  2. 使用C#读写INI文件时,有时不是很方便,所以特此写成了dll文件,直接调用即可,方便实用,此是源代码,可以更改-Use C# to read and write INI files, and sometimes not very convenient, it is hereby dll file written in a direct call to facilitate the practical, this is the source code, you can change
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:22700
    • 提供者:彬彬
  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. 所属分类:File Operate

    • 发布日期:2017-04-16
    • 文件大小:38411
    • 提供者:c++crazy
  1. phone

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

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

    0下载:
  2. The tutorial deals with a simple program in console (in c++) which will be in charge to change wallpaper automatically. We will gather data of a configuration file (INI), like it can be the images to put and the time that will take in updating wallpa
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:40858
    • 提供者:lolako
  1. DesAndXml

    0下载:
  2. 查了一下,基本上都是提供C++方式的DES加密,所以,上传一个C#写的DES 另外,提供了一个把XML文件当作INI文件来处理的类-provide a des class written by c#。 also provide a XML class, which take the xml files as ini to read and write
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:2793
    • 提供者:xld800
  1. readini

    1下载:
  2. c++读取ini文件的一个小的类库,用起来很方便的-c++ read the ini file of the class library in a small, very convenient to use
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:2247
    • 提供者:高尚
  1. Ginet2000VOD

    0下载:
  2. 使用须知: 请运行SETUP.EXE进行本软件的安装,本软件自动安装到C:\ginet2000\;同时安装到该目录的文件夹有C:\ginet2000\data数据库目录、C:\ginet2000\singer\歌星图片目录 其中C:\ginet2000\setpara.ini文件保存了系统运行的必需环境: [title] closewindows= 09999999 关机密码 alarmfile= c:\alarm.dat 报警文件路径 netplay=1
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-16
    • 文件大小:4314152
    • 提供者:
  1. CSHARPINIClass

    0下载:
  2. 提供c#开发下的读写ini配置文件的类库。 免除了重复劳动。欢迎大家使用-C# development under the provision of reading and writing ini configuration file library. Eliminating the duplication of effort. Welcome to use. . . . . . .
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:691
    • 提供者:王璇
  1. ConfigurationPattern

    0下载:
  2. 一个用C#编写的自动读写配置文件的开源组件 -V1.0.2版该版本为一个补丁版本,修改一处Bug:Ini 配置模式下,如果被配置的字段为非字符串类型字段,当该字段被配置为空字符串或无效字符时,[Key]属性设置的默认值无效。如 示例中 Age 字段,如果配为 "Age=" 或 "Age=abcd",正确结果应该是Age=18(即Age的[Key]属性指定的默认值。但实际结果是 Age=0(这个值是实体类中Age字段的默认值) V1.0.2版本修改该Bug,当出现无效配置时,首先试图将[Key
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:16340
    • 提供者:王璇
  1. inifilesCforfullsolutio

    0下载:
  2. 这是个word文档的ini文件C++实现全解,帮助大家理解ini文件读写机制。-This is a word document ini files C++ for full solution to help you understand the mechanism of ini file read and write.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6770
    • 提供者:高建军
  1. updater_exe

    0下载:
  2. 自动更新程序 用C++开发 读配置文件INI-Automatic Update
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2849247
    • 提供者:wangbo
  1. toobt

    0下载:
  2. xp 和Apple的双系统,该文件是用来在xp的启动栏里加Apple的启动选项,用于启动Apple系统,具体的方法是吧tboot复制到c:\(和boot.ini同级目录)在boot.ini文件的最后加上行加上c:\tboot=Apple Mac Os x 10.5 leopard 保存-xp, and Apple' s dual system, the file is used to start bar xp plus Apple startup options used to start
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:732
    • 提供者:王恒
  1. inifile_mb_wide_mfc_vc6

    0下载:
  2. ini配置文件读取。适用于VC6.0下.可自行修改后加入自己的工程中-an ini reader. work under Visual C++ 6.0
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:21092
    • 提供者:hugh
  1. FileDemo

    1下载:
  2. Labwindows CVI 基于标准C环境编程,对INI和TXT文本的编程范例-Labwindows CVI environment based on standard C programming, the text of the INI and TXT programming paradigm
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:44561
    • 提供者:Kevin Zou
  1. easyVM_Small.tar

    0下载:
  2. easyVM是一个简单的虚拟机。 0.1版本只支持8086指令集和一些简单的I/O设备,只支持英文文本显示方式。 0.2版本主要是在0.1版基础上加了一小部分32位指令(push eax等),使得easyVM可以运行MS-DOS 6.22自带的大部分程序。 文件说明: ==================== Bios\Bios.bin Bios程序 Bios\BiosData.bin CMOS数据
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1707209
    • 提供者:zhanghui
  1. php_yaz

    0下载:
  2. 提示信息如:“事件 ID ( 487 )的描述(在资源( Zend Optimizer )中)无法找到。本地计算机可能没有必要的注册信息或消息 DLL 文件来从远程计算机显示消息。您可能可以使用 /AUXSOURCE= 标识来检索词描述;查看帮助和支持以了解详细信息。下列信息是事件的一部分: Unable to view file mapping, 试图访问无效的地址。”的错误,重新启动IIS问题依旧,这主要原因是 eAccelerator 的错误造成的 总结了以下几种
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:80858
    • 提供者:当家好
  1. cxxtools-1.4.8.tar

    0下载:
  2. Cxxtools 源码, Cxxtools把大部分linux C 库函数封装成C++类。封装方法巧妙高效,可以用于学习和直接使用。-Cxxtools is a collection of general-purpose C++ classes. It includes classes for: * argument parsing * logging * wrappers for threading (pthreads) * network
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:451807
    • 提供者:leo
  1. windowplacement

    0下载:
  2. Class TWindowplacement can store information about the size, location, condition of windows and the final resolution of the screen as in the registry and ini-file. To receive and adjust the window size used WinApi function GetWindowPlacement and SetW
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:3115
    • 提供者:Prr0tEct0
« 1 2 3 4 5 6 7 89 10 11 12 13 14 15 »
搜珍网 www.dssz.com