-
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
-
另外一个通过Windows API函数SendMessage发送消息的范例,这个范例改变文本框的只读属性...
另外一个通过Windows API函数SendMessage发送消息的范例,这个范例改变文本框的只读属性-one another through the Windows API function SendMessage messaging paradigm this paradigm shift in the text box CD-Attribute
- 2022-03-02 14:37:15下载
- 积分:1
-
ARIMA matlab实现 , 对时间序列进行预测分析
ARIMA matlab实现 , 对时间序列进行预测分析-ARIMA matlab realize, prediction of time series analysis
- 2022-08-10 05:44:11下载
- 积分:1
-
Set of dlls that I use for visual basic or basic xdev
在vb ide xdev basic中用于开发的dll和ocx集
- 2022-01-26 07:57:44下载
- 积分:1
-
万年历中星期的算法 包括闰年,从0000
万年历中星期的算法 包括闰年,从0000-9999年 原代码,未编译-hefty almanac weeks algorithm which include a leap year, from 0000-9999, the original code did not compile
- 2022-11-17 19:05:03下载
- 积分:1
-
VC++基于自动化方式嵌入EXCEL,代码排版清晰,包括合并单元格操作...
VC++基于自动化方式嵌入EXCEL,代码排版清晰,包括合并单元格操作-VC++-based automation embedded in EXCEL
- 2023-08-17 14:20:06下载
- 积分:1
-
MSDOS 7.1 ISO
MSDOS 7.1 ISO完整版镜像可在虚拟机内运行~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 2022-01-24 17:17:01下载
- 积分:1
-
SSD4 Exercise 3. Very useful for those giving SSD4 course.
SSD4 Exercise 3. Very useful for those giving SSD4 course.
- 2022-03-24 19:41:42下载
- 积分:1
-
dock bar 很好的程序,风格独特,希望大家支持
dock bar 很好的程序,风格独特,希望大家支持-dock bar a very good program, unique style, hope you will support
- 2022-03-04 08:32:32下载
- 积分:1
-
windows底层的内存搜索
windows底层的内存搜索-windows bottom of the memory search
- 2023-08-31 14:15:03下载
- 积分:1