-
基于VC的数据库编程 源码 RAR
基于VC的数据库编程 源码 RAR
基于VC的数据库编程 源码 RAR
基于VC的数据库编程 源码 RAR-VC-based Database Programming RAR source database programming source code based on VC in VC-based Database Programming RAR source RAR
- 2022-12-15 07:20:04下载
- 积分:1
-
漂亮时钟,超酷的
漂亮时钟,超酷的 -Beautiful clock, cool
- 2022-07-09 13:59:03下载
- 积分:1
-
SDI实现MDI的功能
SDI实现MDI的功能-SDI to achieve the function of MDI
- 2022-07-19 18:50:37下载
- 积分:1
-
MSP430晶振布局要领 教你如很布线
MSP430晶振布局要领 教你如很布线-MSP430 crystal layout to experience if you are wiring
- 2022-06-18 21:23:31下载
- 积分:1
-
这是一个实现电子签章的程序,在Visual C++6.0环境中编译通过,打开看看,一定会觉得很有意思:)...
这是一个实现电子签章的程序,在Visual C++6.0环境中编译通过,打开看看,一定会觉得很有意思:)-This is a realization of electronic signature procedure in the Visual C Compiler 6.0 environment through, open look, we will find it very interesting :)
- 2022-07-08 04:23:03下载
- 积分:1
-
提取具有阴影物体轮廓,去除阴影干扰,C++,
提取具有阴影物体轮廓,去除阴影干扰,C++,-shading
- 2022-04-20 06:15:38下载
- 积分:1
-
游戏代码相当不错,感兴趣的可以下载来看看,
游戏代码相当不错,感兴趣的可以下载来看看, -Game code pretty well, interested can download to look at,
- 2022-04-28 05:20:16下载
- 积分:1
-
WinCE下的图片处理包调用imgdecmp.dll实现的
WinCE下的图片处理包调用imgdecmp.dll实现的-WinCE under the photo package called imgdecmp.dll realized
- 2022-07-12 01:46:37下载
- 积分:1
-
chess
下棋类小游戏,通过源程序的编译实现对弈。可以在任一环境下运行!-chess-like game, the compiler source code to achieve a chessboard. In an environment where the operation!
- 2023-02-15 11:55: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