-
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
-
基于跟踪检测人
运动检测是对象的检测在相对于对象的环境中相对于其环境或改变位置的变化过程。运动检测可以通过机械和电子两种方法。当运动检测通过自然生物体来完成的时它被称为运动知觉。运动可以通过检测:
红外 (无源和有源传感器)
光学 (视频和照相机系统)
无线电频率能量 (雷达、 微波和层析
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-15 09:22:35下载
- 积分:1
-
吹泡泡左键显示蓝泡泡右键显示红泡泡 并不断变大 移动 同时显示区域内的泡泡数...
吹泡泡左键显示蓝泡泡右键显示红泡泡 并不断变大 移动 同时显示区域内的泡泡数-The left arrow show the blue froth,and the right arrow show red froth,and it will be largen and moving, at the same time,it will show the number of the froth.
- 2023-01-26 06:25:03下载
- 积分:1
-
convert Vedio to a .bmp Images.writed in VC++6.0
convert Vedio to a .bmp Images.writed in VC++6.0
- 2022-08-07 04:30:20下载
- 积分:1
-
vb反弹连接源码
vb source code rebound Connection
vb反弹连接源码
vb source code rebound Connection-vb source code rebound to connect vb source code rebound Connection
- 2022-05-08 12:55:58下载
- 积分:1
-
packetnt,从事SOCKET,INTERNET,TCPIP,UDP,MULTIMEDIA开发工程师
packetnt,从事SOCKET,INTERNET,TCPIP,UDP,MULTIMEDIA开发工程师-packetnt a engineer who work for socker,internet,tcp/ip,udp and multimedia.
- 2023-02-06 08:10:04下载
- 积分:1
-
C++数据结构数组作业
这是我上数据结构课程时候的数组实验,里面包括了如何对数组元素进行交换,排序,运算等代码,刚开始学的我觉得有点难,哈哈,不过现在好些咯,希望对大家有所帮助!!
- 2023-04-01 20:50:04下载
- 积分:1
-
循环链接列表
这是一个简单的代码在 c + + 中的循环链接列表。欢迎下载和使用。非常感谢您的支持。
- 2022-04-30 20:37:54下载
- 积分:1
-
the source code can create and delete desktop shortcuts can also set menu shortc...
该源代码可以在桌面创建和删除快捷方式,也可以创建菜单快捷方式-the source code can create and delete desktop shortcuts can also set menu shortcuts
- 2022-03-13 16:37:13下载
- 积分:1
-
通过利用VB的控件制作播放器 并通过制作小的计算程序 能够实现边听音乐边学习...
通过利用VB的控件制作播放器 并通过制作小的计算程序 能够实现边听音乐边学习-Through the use of VB controls the production of players and through the production of a small computer program can be realized while listening to music while studying
- 2023-06-23 13:05:03下载
- 积分:1