-
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++中轻松实现滑动控件
VC++中轻松实现滑动控件-easily achieve sliding control
- 2022-06-28 18:46:01下载
- 积分:1
-
遗传算法的简单例子
一个简单的遗传算法的例子,文件包括遗传算法的MATLAB主程序及相关函数文件,含有一个例子文件,一共包含4个文件,仅供学习参考。
- 2022-12-30 05:40:04下载
- 积分:1
-
关于虚函数表总结的一点资料,描述了C++虚函数表的相关内容...
关于虚函数表总结的一点资料,描述了C++虚函数表的相关内容-With regard to virtual function table summarizes the point of information, describes the C++ virtual function table of the relevant content
- 2022-02-19 22:28:34下载
- 积分:1
-
imitate the genie Office97
模仿Office97的精灵-imitate the genie Office97
- 2022-11-21 08:15:02下载
- 积分:1
-
用javascript开发字典探测用户名或密码工具.rar
用javascript开发字典探测用户名或密码工具.rar-Use javascript to detect the development of dictionaries username or password tool. Rar
- 2022-05-27 12:05:32下载
- 积分:1
-
这个是可以用于windos mobile平台下面的软键盘的代码
这个是可以用于windos mobile平台下面的软键盘的代码-This is can be used for windos mobile platform following soft keyboard code
- 2023-06-18 16:15:03下载
- 积分:1
-
Unicode字符串封装类 , vc++可用.
Unicode字符串封装类 , vc++可用.-Unicode string type package, vc++ Available.
- 2022-05-06 22:01:18下载
- 积分:1
-
源代码。按照网站的规定。ini中的列表要求,…
VC++源码。按照“网址.ini”中的列表要求,自动批处理下载网页。程序后台隐藏运行。只有程序仍在运行,那么每天自动下载一次,按照日期分别建立文件夹保存,且保存的文件名的尾部都自动添加了日记标志。提供了安装BAT文件和卸载BAT文件。安装后,只要系统启动,就会自动后台执行网页下载。-VC++ Source. In accordance with the Web site. Ini in the list of requirements, automated batch download page. Hide the background process is running. Only the process is still running, then automatically downloaded once a day, in accordance with the dates of the establishment of a folder to preserve and save the file name of the tail are automatically added to the diary signs. Provided to install and uninstall BAT file BAT file. After installation, as long as the system startup, will be automatically downloaded from the homepage of the background.
- 2022-12-30 21:00:09下载
- 积分:1
-
为C++程序员制作的小测验
C程序员问答
- 2022-02-02 22:09:56下载
- 积分:1