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

搜索资源列表

  1. RdWrtIni

    0下载:
  2. VC++操作INI文件的一个类以及示例程序,将左边列表框的学生姓名写入ini文件,然后从该ini文件读出放到右边的列表框中,也就是读写INI文件,这是操作INI文件最基础的技能,我们编写大型的项目软件,一般为用到INI文件来作为配置文件,用VC去获取这些配置或更新配置等。 -VC++ INI file a class action and the sample program, students will name the list box on the left to write ini
  3. 所属分类:File Operate

    • 发布日期:2017-03-30
    • 文件大小:20425
    • 提供者:madud00064
  1. VBINI

    0下载:
  2. vb中使用读写配置文件的源码,简单更改就可使用-vb read and write configuration files used in the source code, you can use a simple change
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:2146726
    • 提供者:孙占朋
  1. ConfigHelp

    0下载:
  2. C#写的读写配置文件的小程序,可能会有用,可以供大家参考-C# to write a small program to read and write configuration files, may be useful for your reference
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:25847
    • 提供者:zhangtao
  1. RdWrtIni_wince

    0下载:
  2. wince 下面读写.ini格式的配置文件,源码,使用相对路径-Read and Write config file(.ini) Code ,if you need lib yuo Compile it youself used Relative path
  3. 所属分类:Windows CE

    • 发布日期:2017-04-15
    • 文件大小:7694
    • 提供者:Daniel
  1. INIUtil

    0下载:
  2. 一个INI属性文件操作类,可以读写配置文件,操作简单-An INI file manipulation class attribute, you can read and write configuration files, easy to operate. . .
  3. 所属分类:File Operate

    • 发布日期:2017-04-14
    • 文件大小:4393
    • 提供者:
  1. test11

    0下载:
  2. 对配置文件的读写,只需要修改文件路径即可使用,经调试无误-Read and write to the configuration file, just need to modify the file path used by the debug and correct
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:12231
    • 提供者:sunshine
  1. java-properties

    0下载:
  2. java读写配置properties文件-java properties file to read and write configuration
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:996
    • 提供者:爱情码头
  1. ini

    0下载:
  2. 读写ini文件,适用于初学都,ini文件是指对系统的配置文件,掌握后能提升vb开发水平-Ini file to read and write, for all beginners, ini file refers to the system configuration files, master the development can improve the level of vb
  3. 所属分类:File Operate

    • 发布日期:2017-04-05
    • 文件大小:2606
    • 提供者:Smason
  1. R_W_ini

    0下载:
  2. 自己编写的读写INI配置文件的例程,希望对你有用-I have written a routine to read and write INI files, you want to be useful
  3. 所属分类:File Operate

    • 发布日期:2017-04-15
    • 文件大小:5975
    • 提供者:杨健
  1. INI

    0下载:
  2. 这是一个通用的读写INI文件的类,直接加入到您的程序中,引用后直接使用,其中有两个函数,一个读取配置文件中指定的配置的值,一个将指定的值写入到配置文件中。其中有配置文件路径,默认是在程序目录中,有特殊需要的可以修改。从此操作配置文件将非常方便。-This is a generic class to read and write INI files, directly into your program, refer directly after use, of which there are t
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:763
    • 提供者:朱晨涛
  1. FTPClientintroduction

    0下载:
  2. FTP客户端软件是在了解FTP工作原理后,利用C#语言来设计和开发的。FTP客户端分为连接模块、文件管理模块、文件传输模块和辅助管理模块。连接模块实现主机与服务器的连接的功能;文件管理模块实现新建文件、删除文件等功能;文件传输模块实现主机与服务器连接成功后上传和下载文件功能。辅助管理模块实现一些相关功能如:读写配置INI文件。该FTP客户端软件达到了使用方便的目标,希望开发软件的经验能为使用.NET设计开发Windows应用程序FTP客户端软件的初学者提供一些帮助。-FTP client FTP
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-29
    • 文件大小:137467
    • 提供者:阳阳
  1. inifile

    0下载:
  2. 配置文件类的代码,用于ini文件的读写操作,项目中所用,绝对有价值-Class code of the configuration file for the ini file read and write operations , used in the project , the absolute valuable
  3. 所属分类:File Operate

    • 发布日期:2017-04-13
    • 文件大小:2132
    • 提供者:文川
  1. config

    0下载:
  2. 读写配置文件,config.ini;有C语言版和C++语言接口,简单易用-config.h config.c config.cpp
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:9582
    • 提供者:yesiryao
  1. CIniFile

    0下载:
  2. 在读写ini配置文件时,往往同学们直接使用系统自带的api函数GetPrivateProfileString,这个api函数会在代码实现内部对windows注册表进行操作。但商业环境下,往往会对系统的注册表操作权限进行设置,那么这个函数将会发生操作失败。于是我们最好的办法是放弃此类函数,重写对ini的操作。本代码实现了此功能。很方便偶-The read and write ini configuration file, often students use the system api func
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:9433
    • 提供者:lxun
  1. zjhftp

    0下载:
  2. 自己写的FTP服务器,包括完整的makefile,上传下载,断点续传,限速,更改目录等等功能。自定义哈希表读写,读取配置文件等,linux多文档多进程编程,多进程之间通讯。-Write your own FTP server, including the complete makefile, upload and download, HTTP, speed limits, change directories and more. For learning to use custom hash t
  3. 所属分类:Ftp Server

    • 发布日期:2017-03-26
    • 文件大小:20549
    • 提供者:
  1. Source-Code

    0下载:
  2. 读写ini的类, 用来管理配置文件很方便。-read/write ini file class.
  3. 所属分类:File Operate

    • 发布日期:2017-11-26
    • 文件大小:1292
    • 提供者:ye
  1. Config_file_operation

    0下载:
  2. Config配置文件的操作,使用Visual Stdio 2008 编写的C#对Config文件的读写操作,用于,保存和读取每次程序运行时的数据。-Config configuration file operation, written in C# Visual Stdio 2008 Config file read and write operations for save and read data each time the program runs.
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:88189
    • 提供者:张元科
  1. daojishi

    0下载:
  2. 带超时显示的倒计时显示牌,制作的目的是一个教学比赛,其他的软件到时间就停了,但是这个比赛是允许超时的,只不过超时多少扣相应的分数,因此自己动手写了这个程序,不知道是不是太简单了,代码还是有一堆的。起码有读写配置文件。-The countdown with timeout display signs, produced a teaching game stopped other software to time, but this game is allowed timeout, but time
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:59260
    • 提供者:tonycheung
  1. testini

    0下载:
  2. linux下对ini读写API,纯c开发,接口和windows读取配置文件的形式差不多,可以提供学习-API of ini Conifig File Read And Write.The interface of this API is like The API For windows.We can study with this API.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-13
    • 文件大小:2442
    • 提供者:binggou
  1. readIni

    0下载:
  2. 读写INI配置文件的小程序,可以加到自己的工程中,注意这是纯C写的,如果加到C++工程中,要加extern "C",测试完全可以运行的,请大家放心使用,有什么问题可以留言-Applet to read and write INI configuration file can be added to their own projects, note that this is written in pure C, if added to C++ project to add extern " C"
  3. 所属分类:File Operate

    • 发布日期:2017-11-12
    • 文件大小:3638
    • 提供者:changhe.cheng
« 1 2 3 4 5 6 7 89 10 11 12 »
搜珍网 www.dssz.com