-
用CStdioFile读写文件,实现文件的串行化操作
用CStdioFile读写文件,实现文件的串行化操作-CStdioFile reading and writing with paper documents realize serialization operation
- 2022-04-11 16:34:32下载
- 积分:1
-
筛选器执行 dor 数字图像处理在 matleb
hwew 是我在 matlab 例程中的筛选器执行的一些。这些包括高通滤波器低通和拉普拉斯筛选器。希望它将对初学者有用。
- 2022-05-21 23:14:55下载
- 积分:1
-
企业级的DLL全部源代码
企业级的DLL全部源代码-enterprise-level DLL full source code
- 2022-04-19 09:44:29下载
- 积分:1
-
用vb.net编写的读office中doc文件的例子.
用vb.net编写的读office中doc文件的例子.-vb.net using office time to prepare the documents were doc example.
- 2022-12-15 15:45:03下载
- 积分:1
-
DOS下修改文件属性,Windows下同样可以使用。
DOS下修改文件属性,Windows下同样可以使用。-DOS modify file attributes, Windows can use the same.
- 2022-01-22 02:05:38下载
- 积分:1
-
Office2000
像Office2000似的办公软件
可编辑文件 图片-Office2000-like office software as editable file picture
- 2022-09-06 08:40:03下载
- 积分:1
-
学的好一点的时候写的一个记事本程序,供大家参考一下
学的好一点的时候写的一个记事本程序,供大家参考一下-Learn better when written in a notebook procedures, refer to U.S. for
- 2022-04-12 01:56:07下载
- 积分:1
-
利用递归函数调用方式,将所输入的5个字符,以相反顺序打印出来。...
利用递归函数调用方式,将所输入的5个字符,以相反顺序打印出来。-The use of recursive function call, and will enter the five characters, print out the order to the contrary.
- 2022-07-21 07:56:00下载
- 积分:1
-
a very small easy inireader
从国外转来的一个非常简洁的INI 读写文件
本人在里面加了一个判断键是否存在的函数-a very small easy inireader
- 2023-07-31 11:15:03下载
- 积分:1
-
INI文件的操作,是使用非常方便:1。首先,inifil删除…
操作INI文件,非常方便...
使用方法:
1.先把IniFile.h,IniFile.ccp加入Porject,在要使用该类的头文件中加入
#include "IniFile.h",及CIniFile IniFile
2.读取和写入:
string = IniFile.GetString("section","item","默认")
int = IniFile.GetInt("section","item",666)
IniFile.SetString("section","item","设置值")
IniFile.SetInt("section","item",666)
3.ini文件名及路径在初始化时,用SetFileName()设置-Operation of INI file, is very convenient to use ...: 1. First IniFile.h, IniFile.ccp adding Porject, to be used in the first such document by adding# Include
- 2023-07-09 08:15:03下载
- 积分:1