-
Great book from G.Satter
Great book from G.Satter - Solving new complex tasks on C++.-Great book from G.Satter- Solving new complex tasks on C++.
- 2022-02-20 08:43:10下载
- 积分:1
-
Bluetooth link layer connectivity testing code, tools l2ping centralized source
蓝牙链路层连通性的测试代码,
工具集中的l2ping源码-Bluetooth link layer connectivity testing code, tools l2ping centralized source
- 2022-04-11 03:55:19下载
- 积分:1
-
A small calculator, you can complete the calculation, such as computing features...
一个小型计算器,可以完成加减乘除等四则运算功能-A small calculator, you can complete the calculation, such as computing features four
- 2023-06-20 00:30:04下载
- 积分:1
-
Through the WINSOCK, achieved a long
通过WINSOCK,实现了远程采集功能,通过该程序可以了解VC++的简单编程,及WINSOCK控件的使用。-Through the WINSOCK, achieved a long-range capture functionality, through the program can learn a simple VC++ programming, and the WINSOCK control use.
- 2022-01-26 04:21:38下载
- 积分:1
-
测试时间表
这是 vb 时间表测试的源代码如何继续。欢迎下载,试用。谢谢大家的支持 !
- 2022-06-30 14:03:26下载
- 积分:1
-
一个易语言的屏幕取色例程,源码,供易初学者参考。
一个易语言的屏幕取色例程,源码,供易初学者参考。-An easy language to take color screen routines, source code, for easy to advanced users.
- 2022-02-05 22:32:27下载
- 积分:1
-
基于visual studio 2005平台开发的绘图软件,支持多种绘图功能
基于visual studio 2005平台开发的绘图软件,支持多种绘图功能-a darwing software develop on visual studio 2005. it is good for you if you are a new-learning person
- 2022-02-13 09:47:33下载
- 积分:1
-
自动重复点击。记录你的谅解备忘录第一次使用点击,保存文件…
Automates redundant clicking. Record your mous clicks on first use, save the file, then play it any time in the future.
- 2022-11-15 05: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
-
一个时钟的程序,带指针的哪种,主要是对画法的了解
一个时钟的程序,带指针的哪种,主要是对画法的了解-A clock procedures, with indicators of which, mainly for drawing understanding
- 2022-02-26 22:21:06下载
- 积分:1