-
《Visual C++网络通信》中所有例子配套代码,请安下心学习和看明白,这本书所讲的还不错...
《Visual C++网络通信》中所有例子配套代码,请安下心学习和看明白,这本书所讲的还不错-"Visual C communications network," all the examples supporting code, requests are determined to learn and understand this, this book also stresses the good
- 2022-06-18 14:00:33下载
- 积分:1
-
socket编程 sever端设计
这是我写的一个socket的sever端,可以实现与多个客户端连接,使用了多线程和非阻塞,是windows下的编程,是基于对话框的。希望对大家有帮助。
- 2023-03-25 19:45:06下载
- 积分: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
-
这个源代码使用了ajax技术。详细介绍了如果使用ASP.NET进行ajax技术开发...
这个源代码使用了ajax技术。详细介绍了如果使用ASP.NET进行ajax技术开发-This source code uses the ajax technology. Described in detail if you are using ASP.NET to ajax technology development
- 2023-07-24 23:05:03下载
- 积分:1
-
visual Basic game progrmming example
visual Basic game progrmming example
- 2022-05-05 02:45:52下载
- 积分:1
-
With VC++ Realize vector map in the context of real
用VC++实现矢量地图背景下的实时显示源代码。-With VC++ Realize vector map in the context of real-time display the source code.
- 2023-04-18 12:50:03下载
- 积分:1
-
DAO多线程的技巧
DAO多线程的技巧-DAO multithreading techniques
- 2022-09-27 06:35:02下载
- 积分:1
-
鼠标点击出现日期时间,方便用户和管理者的使用。
鼠标点击出现日期时间,方便用户和管理者的使用。-Date Time click there
- 2022-05-30 20:42:45下载
- 积分:1
-
Maze algorithm, to find the path in a maze map.
Maze algorithm, to find the path in a maze map.
- 2022-01-25 18:48:59下载
- 积分:1
-
calculated another way, can increase code
另一种计算方法,可以增加代码
- 2022-04-07 07:57:38下载
- 积分:1