-
A智能算法,是一个小型游戏,能够在有效的时间内找出最短的路径....
A智能算法,是一个小型游戏,能够在有效的时间内找出最短的路径.-A smart algorithm, is a small game that can effectively find the shortest time path.
- 2022-03-23 04:55:12下载
- 积分:1
-
resskinsample,一些皮夫开发包和资源,有许可证
resskinsample,一些皮夫开发包和资源,有许可证-resskinsample, some皮夫development kit and resources, has a permit
- 2022-02-24 18:09:56下载
- 积分:1
-
VC画图应用程序=二维几何图形变换的演示
VC画图应用程序=二维几何图形变换的演示-VC drawing application = 2D geometry transform demo
- 2023-01-02 01:40:05下载
- 积分:1
-
使用Windows的统一数据传输,进行进程间通讯的例子。
使用Windows的统一数据传输,进行进程间通讯的例子。-use windows uniform for communicato of process
- 2022-03-15 18:58:30下载
- 积分:1
-
经典的指针应用编程(作者是C语言的开发者Kernighan和Ritch)
经典的指针应用编程(作者是C语言的开发者Kernighan和Ritch)-classic indicators Application Programming (The writer is a C language developers Kernighan and Ritch)
- 2022-03-28 23:14:17下载
- 积分:1
-
first come first serve 2
first come first serve 2
- 2022-12-22 06:30:03下载
- 积分:1
-
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
-
颜色模式下雾中茶壶
颜色模式下雾中茶壶-color mode teapot Mist
- 2022-01-26 05:51:47下载
- 积分:1
-
Internet chat room programs, support group chat, user friendly interface, you ca...
网络聊天室程序,支持群聊,用户界面友好,可以通过输入ip添加成员-Internet chat room programs, support group chat, user friendly interface, you can add members by entering the ip
- 2022-03-12 13:57:12下载
- 积分:1
-
基于stm32F405RGT的svpwm程序
使用STM32F4的SVPWM程序 建立的BLDC 控制程序
- 2022-01-28 21:36:22下载
- 积分:1