-
二进制文件,所有字节的高四位与低四位调换。
二进制文件,所有字节的高四位与低四位调换。-Binary file, all four bytes of high and low four swap.
- 2022-03-18 09:48:45下载
- 积分:1
-
Binary view the source code
利用MFC写的二进制查看源代码。
-Binary view the source code
- 2022-12-03 00:50: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
-
This file contains a summary of what you will find in each of the files that
m
This file contains a summary of what you will find in each of the files that
make up your ex_1 application.
ex_1.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
ex_1.cpp
This is the main application source file.
- 2023-07-14 17:00:04下载
- 积分:1
-
mfc进行控件设计
mfc进行控件设计-mfc for Control Design
- 2022-07-04 10:19:53下载
- 积分:1
-
VB操作临时文件的方法,比较有用,对文件的删除等操作有比较详细介绍...
VB操作临时文件的方法,比较有用,对文件的删除等操作有比较详细介绍-VB operating the temporary document, a useful comparison, the paper"s operation delete a more detailed briefing
- 2022-02-05 23:44:09下载
- 积分:1
-
能够操作excel, 代码短小清晰, 作用学习操作excel 的学习实例.
能够操作excel, 代码短小清晰, 作用学习操作excel 的学习实例.-Can handle excel, the code short and clear, the role of learning how to operate the learning instances of excel.
- 2022-02-20 16:41:25下载
- 积分:1
-
图像-跟踪 Kman 滤波器-检测数据基
这是数据基为图像处理目的使用卡曼筛选......,它请看
- 2023-05-07 18:40:02下载
- 积分:1
-
本系统支持系统用户,来宾用户,当输入用户名为: jeny 密码:123 时为系统用户,可以对系统进行 所有操作;输入用户名:guest 无需输入密码时,只能显示...
本系统支持系统用户,来宾用户,当输入用户名为: jeny 密码:123 时为系统用户,可以对系统进行 所有操作;输入用户名:guest 无需输入密码时,只能显示数据,不能修改,增删数据等。-the system to support users of the system, the guests users when the input user name : jeny Password : 123 for users of the system when, all of the system operation; Input Username : guest without a password, they can only display the data, and no amendment to delete data.
- 2022-03-13 11:55:54下载
- 积分:1
-
我们都经常使用配置文件。为此我编写了IniFile文件读写类。使用非常简单,请参见示例程序。
程序采用了两种方法,一种是使用iterator调用,一种是直接...
我们都经常使用配置文件。为此我编写了IniFile文件读写类。使用非常简单,请参见示例程序。
程序采用了两种方法,一种是使用iterator调用,一种是直接使用数组下标,可根据不同情况分别选用。
采用C++STL编写,适用于Windows,Linux,Unix任意平台下的任意开发环境,在此只是用Win平台的CBuilder做个示意。-we are always use configuration files. Therefore, I have prepared a document literacy IniFile category. Using very simple, please see sample program. Adoption of the two methods is the use of an iterator call, a direct use of the array index, under different circumstances were used. STL prepared using C, applies to Windows, Linux, Unix platform under the arbitrary arbitrary development environment, this is the platform used Win CBuilder become indicate.
- 2022-02-05 17:59:29下载
- 积分:1