-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
VC++6做的一个 开机自动运行 还不是很完善 不过例子不错
VC++6做的一个 开机自动运行 还不是很完善 不过例子不错-VC++ 6 to do a boot to run automatically is not perfect but a good example of
- 2022-03-25 18:51:37下载
- 积分:1
-
设计模式抽象工厂的C#实现,开发平台为VS2005已转VS2008
设计模式抽象工厂的C#实现,开发平台为VS2005已转VS2008-Abstract factory design pattern in C# implementation, development platform, have switched to VS2008 as VS2005
- 2022-02-22 07:49:48下载
- 积分:1
-
TCPIP协议下的文件传输包括超过4G的文件支持断点续传
TCPIP协议下的文件传输包括超过4G的文件支持断点续传
TCPIP协议下的文件传输包括超过4G的文件支持断点续传
TCPIP协议下的文件传输包括超过4G的文件支持断点续传
TCPIP协议下的文件传输包括超过4G的文件支持断点续传
TCPIP协议下的文件传输包括超过4G的文件支持断点续传
TCPIP协议下的文件传输包括超过4G的文件支持断点续传
- 2023-01-10 21:05:03下载
- 积分:1
-
从vb像pdf文件进行操作的源代码,我在一个项目中需要
从vb像pdf文件进行操作的源代码,我在一个项目中需要-Pdf file from vb to operate as the source code, I need a project
- 2023-08-14 20:35:04下载
- 积分:1
-
查找编译在VB二进制文件,如 *.frx *.ctx *.dsx *.dox *.pgx中的图片(...
查找编译在VB二进制文件,如 *.frx *.ctx *.dsx *.dox *.pgx中的图片(-in VB compiler search binary files, such as*. frx*. ctx*. dsx*. dox*. pgx the pictures (
- 2023-07-07 21:45:02下载
- 积分:1
-
一个复合控件,其中可以输入文件或者文件夹的名称,右边的浏览按钮可以选择路径。...
一个复合控件,其中可以输入文件或者文件夹的名称,右边的浏览按钮可以选择路径。-A composite control, which could enter the file or folder name, the right of the Browse button to select a path.
- 2023-05-12 08:55:04下载
- 积分:1
-
This function invokes the interrupt service routine whose address is pisr and...
This function invokes the interrupt service routine whose address is pisr and returns the results in the most general fashion.
- 2022-03-16 20:11:24下载
- 积分:1
-
基于vs 2005,用c#编写,成功编译,使用A*
算法,是一个交通诱导系统。...
基于vs 2005,用c#编写,成功编译,使用A*
算法,是一个交通诱导系统。-vs 2005, with the preparation of c# successful compiler, the use of A* algorithm, is a traffic guidance system.
- 2022-01-25 18:53:38下载
- 积分:1
-
Good muster for your 404 error page. Source code includes fit preheads for index...
Good muster for your 404 error page. Source code includes fit preheads for index bots.
- 2022-03-20 12:55:34下载
- 积分:1