-
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
-
H.363低比特率通信的视频编码标准,中文版的,对视频压缩研究有帮助...
H.363低比特率通信的视频编码标准,中文版的,对视频压缩研究有帮助-Low bit rate H.363 video coding standard communication, the Chinese version of video compression research help
- 2023-06-26 11:20:04下载
- 积分:1
-
一个简单捕获本地TCP数据包程序源码。 适合于初学者。
一个简单捕获本地TCP数据包程序源码。 适合于初学者。-a simple catch local TCP packet procedure source. Suitable for beginners.
- 2022-03-20 15:16:17下载
- 积分:1
-
nod32自动安装及设置.主要是为了一些不懂设置的人而做的
nod32自动安装及设置.主要是为了一些不懂设置的人而做的-nod32 2.7 setup ,Thank you.I hope I can learn more. Thank you.
- 2022-09-15 17:30:04下载
- 积分:1
-
ZbarCam
将zbar重新配置一下,使之能正常编译使用,并附上完整的文件。
- 2022-02-07 08:01:45下载
- 积分:1
-
定时文字弹窗提醒或定时关机
可以实现定时文字提醒和定时关机的功能,定时时间可以手动输入24小时制的时间,定时开始后会显示倒计时,可以实现两种定时功能,一种是到了定时时间时进行弹窗提醒,弹窗里的文字可以预先Z自己输入设定,另一种功能是到达定时时间后进行自动关机。在定时过程中可以隐藏程序窗口。
- 2022-02-02 12:58:45下载
- 积分:1
-
cube的综述,讲述了超立方体及其变形的很多性质等
cube的综述,讲述了超立方体及其变形的很多性质等-Summary of the cube, and hypercube about a lot of the nature of deformation
- 2022-03-07 05:32:52下载
- 积分:1
-
In a weighted directed connected graph G, given the starting point v, find it to...
在一个带权有向连通图G中,给定出发点v,求出它到所有点的最短路径长度-In a weighted directed connected graph G, given the starting point v, find it to all points of shortest path length
- 2023-06-27 23:45:03下载
- 积分:1
-
ac48 development example
ac48开发实例-ac48 development example
- 2023-09-01 11:00:02下载
- 积分:1
-
关于数据结构中的链表,树的小程序,实现链表的插入,删除,对树的遍历等...
关于数据结构中的链表,树的小程序,实现链表的插入,删除,对树的遍历等-On the data structure of linked lists, tree applet, realize list insertion, deletion, traversal of the tree, etc.
- 2022-04-19 06:22:15下载
- 积分:1