-
off模型与obj模型相互转化
在很多情况下,需要将不同的文件格式转换为我们需要的文件,或者其他的软件需要这样的文件,而另一个需要编程的程序又需要那样的文件。此程序需要off与obj文件可以需要转换。
- 2023-02-09 07:20:08下载
- 积分:1
-
查看磁盘信息的程序,相信对初学者有帮助的系统编程了~
查看磁盘信息的程序,相信对初学者有帮助的系统编程了~-View disk information procedures, I believe for beginners help of the System Programming ~
- 2022-02-07 10:55:32下载
- 积分:1
-
用于将图像文件转换为内核引导屏幕的位图转换器
Bitmap Converter for converting image files to kernel boot screen
- 2022-06-21 17:50:21下载
- 积分:1
-
一个实现文件读取与写入的示例小程序,简单的记事本程序,重在理解文件操作原理...
一个实现文件读取与写入的示例小程序,简单的记事本程序,重在理解文件操作原理-achieve a file read and write small programs example, the simple procedure of the notebook, it is important for understanding the document operation principle
- 2023-08-22 12:20:03下载
- 积分:1
-
关于excel的单元格的合并的问题,很有效的一个文件,帮助进行excel操作...
关于excel的单元格的合并的问题,很有效的一个文件,帮助进行excel操作-excel on the cells of the merger, a very effective one, for help operators excel
- 2022-05-08 15:17:59下载
- 积分:1
-
Will display the contents of the documents, this is a DOS program, delphi useles...
将文件内容显示出来,这是一个DOS程序,没用delphi做过DOS程序的可以看一下。-Will display the contents of the documents, this is a DOS program, delphi useless DOS procedures can be done to look at.
- 2023-07-14 23:50:03下载
- 积分:1
-
This tool will clear up to 400 GB on each
drive by writing into 1 GB Files unt...
This tool will clear up to 400 GB on each
drive by writing into 1 GB Files until drive space is full
then these files will be deleted.
- 2022-06-13 06:05:57下载
- 积分:1
-
文件操作
数据结构大作业,变长记录文件,查找,删除,修改等功能-file operation
- 2022-02-14 14:52:40下载
- 积分:1
-
c++ builder 调用子窗体,一个例子,满足用户开发
c++ builder 调用子窗体,一个例子,满足用户开发-c builder called child windows, an example to satisfy users
- 2022-01-28 13:11:16下载
- 积分: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