搜索资源列表

  1. ReadWriteINI

    0下载:
  2. 这是一个文件管理程序,就像windows资源管理器一样。它对于windows explorer是一个更好的替换程序。功能包括,文本编辑器,可简为初学者演示了如何使用GetPrivateProfileString和WritePrivateProfileString APIs来读取和编写.ini文件。-This a document management procedures, like windows for the same resou
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4263
    • 提供者:冯华
  1. File_ini_RW

    0下载:
  2. 在工程控制软件中,有许多设计到系统配置的参数,可以将所有参数写到一个ini文件中,在VC程序中利用系统提供的GetPrivateProfileString及WritePrivateProfileString函数直接读写系统配置ini文件(指定目录下的Ini文件),而无需添加ini文件读写类.-project control software, there are many design to the system configurati
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:29193
    • 提供者:游志宇
  1. imi1

    0下载:
  2. 在工程控制软件中,有许多设计到系统配置的参数,可以将所有参数写到一个ini文件中,在VC程序中利用系统提供的GetPrivateProfileString及WritePrivateProfileString函数直接读写系统配置ini文件(指定目录下的Ini文件),而无需添加ini文件读写类.-project control software, there are many design to the system configurati
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:30358
    • 提供者:uhy
  1. WRini

    0下载:
  2. 功能:实现ini文件的读写操作。 主要函数:GetPrivateProfileInt(), GetPrivateProfileString(), WritePrivateProfileString() -function : to achieve the ini file read and write operations. Main functions : GetPrivateProfileInt (), GetPri
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:28096
    • 提供者:东方玉
  1. IniFile

    0下载:
  2. BCB配置文件操作。-BCB configuration file manipulation.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:67584
    • 提供者:李木
  1. ReadWriteINI

    0下载:
  2. 这是一个文件管理程序,就像windows资源管理器一样。它对于windows explorer是一个更好的替换程序。功能包括,文本编辑器,可简为初学者演示了如何使用GetPrivateProfileString和WritePrivateProfileString APIs来读取和编写.ini文件。-This a document management procedures, like windows for the same resou
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:
  1. File_ini_RW

    0下载:
  2. 在工程控制软件中,有许多设计到系统配置的参数,可以将所有参数写到一个ini文件中,在VC程序中利用系统提供的GetPrivateProfileString及WritePrivateProfileString函数直接读写系统配置ini文件(指定目录下的Ini文件),而无需添加ini文件读写类.-project control software, there are many design to the system configurati
  3. 所属分类:文件操作

    • 发布日期:2024-05-20
    • 文件大小:410624
    • 提供者:游志宇
  1. imi1

    0下载:
  2. 在工程控制软件中,有许多设计到系统配置的参数,可以将所有参数写到一个ini文件中,在VC程序中利用系统提供的GetPrivateProfileString及WritePrivateProfileString函数直接读写系统配置ini文件(指定目录下的Ini文件),而无需添加ini文件读写类.-project control software, there are many design to the system configurati
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:3442688
    • 提供者:uhy
  1. WRini

    0下载:
  2. 功能:实现ini文件的读写操作。 主要函数:GetPrivateProfileInt(), GetPrivateProfileString(), WritePrivateProfileString() -function : to achieve the ini file read and write operations. Main functions : GetPrivateProfileInt (), GetPri
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:27648
    • 提供者:东方玉
  1. SGIP1.2.0.10.DEMO

    0下载:
  2. 用c++编写的的中国联通SGIP协议,内容挺全。 MultiByteToWideChar WideCharToMultiByte CString CFile CFileException CWinApp CDialog CDataExchange CWnd DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu SetWindowText SetTimer IsI
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:646144
    • 提供者:tw
  1. MessageWin

    0下载:
  2. WinCe CF2.0 MessageWin使用源代码C# C#开发WinCE自定义消息传递机制代码-WinCe CF2.0 MessageWin use source code C# C# Development WinCE custom code messaging mechanism
  3. 所属分类:Windows CE

    • 发布日期:2024-05-20
    • 文件大小:19456
    • 提供者:Chen Zhongming
  1. EVC4.2.iniFilereadwriteFounction

    0下载:
  2. 是一个在EVC下开发的闹钟定制程序。其中一个难点就是如何创建、写、读一个ini 文件。由于是在EVC下,所以很多API函数都不被支持比如关于.ini文件读写GetPrivateProfileString和 WritePrivateProfileString函数。于是我开始在网上搜寻可以轻松读写ini文件的方法。最后找到了一个人写好的,可以实现类似 GetPrivateProfileString功能的函数。-EVC is a custom
  3. 所属分类:Windows CE

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:baihaili
  1. File_ini_RW

    0下载:
  2. 在工程控制软件中,有许多设计到系统配置的参数,可以将所有参数写到一个ini文件中,在VC程序中利用系统提供的GetPrivateProfileString及WritePrivateProfileString函数直接读写系统配置ini文件(指定目录下的Ini文件),而无需添加ini文件读写类.-Control software in the works, there are many design to the system config
  3. 所属分类:文件操作

    • 发布日期:2024-05-20
    • 文件大小:3467264
    • 提供者:caonimabitoo
  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 functi
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:2120704
    • 提供者:wangkafeng
  1. File_INI

    0下载:
  2. 在工程控制软件中,有许多设计到系统配置的参数,可以将所有参数写到一个ini文件中,在VC程序中利用系统提供的GetPrivateProfileString及WritePrivateProfileString函数直接读写系统配置ini文件(指定目录下的Ini文件),而无需添加ini文件读写类.-Comm Initilation file Get Private Profile Write Private Profile
  3. 所属分类:文件操作

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者:初学者
  1. Get_Write_PrivateProfileString

    0下载:
  2. WritePrivateProfileString GetPrivateProfileString Wince & Win Mobile
  3. 所属分类:Windows Mobile

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:Buldog
  1. rwinifiles

    0下载:
  2. 读写ini文件,主要使用windows中的API、函数:GetPrivateProfileString和WritePrivateProfileString-R/W INI files,useing by windows API:GetPrivateProfileString() and WritePrivateProfileString()
  3. 所属分类:文件操作

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:scxzh
  1. ini

    0下载:
  2. 读写配置文件,windows下, 用windows 读写配置文件的api 函数WritePrivateProfileString 这一系列函数-read and write config file using windows api function WritePrivateProfileString
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:fanxilai
  1. C语言实现读写配置文件INI

    0下载:
  2. 用C语言实现读写配置文件INI,可替代GetprivateProfileString和WritePrivateProfileString函数。
  3. 所属分类:源码下载

    • 发布日期:2013-01-25
    • 文件大小:5114
    • 提供者:yp821374975
  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. 所属分类:文件操作

    • 发布日期:2024-05-20
    • 文件大小:17408
    • 提供者:yangpeng
« 12 »

源码中国 www.ymcn.org