-
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
-
VB+MAPX程序:mapx下状态栏显示当前光标位置的标准1:10000地形图图幅号程序(广西范围)...
VB+MAPX程序:mapx下状态栏显示当前光标位置的标准1:10000地形图图幅号程序(广西范围)-VB Connection : mapx under the status bar display the current cursor location of the standard one : 10000 topographic map sites procedure (Guangxi Scope)
- 2022-08-15 01:19:53下载
- 积分:1
-
基数排序算法的实现
the implementation of radix sort algorithm
- 2022-12-12 10:45:03下载
- 积分:1
-
a Java
一个基于JAVA聊天室服务端程序-a Java-based chat room-service procedures
- 2022-04-23 18:41:10下载
- 积分:1
-
Improved methods of AVL tree structure, this paper to describe in detail the AVL...
改进的AVL树构造方法,本文详细讲述了AVL树动态快速的构造方法。-Improved methods of AVL tree structure, this paper to describe in detail the AVL tree fast method of constructing dynamic.
- 2022-02-14 05:26:04下载
- 积分:1
-
磁盘设备驱动样品
Disk Device Driver Smaple
- 2022-03-24 02:42:59下载
- 积分:1
-
是在evc环境下开发的,用于读取手机的一些信息
是在evc环境下开发的,用于读取手机的一些信息-AES in the development environment for mobile phones to read some information
- 2022-07-09 07:28:32下载
- 积分:1
-
TIME服务的UDP客户端实现,主要文件:UDPtime.cpp包含了实现了time服务的UDP客户代码...
TIME服务的UDP客户端实现,主要文件:UDPtime.cpp包含了实现了time服务的UDP客户代码-TIME Service UDP client-side implementation of key documents: UDPtime.cpp contains the realization of the time of services UDP client code
- 2022-08-25 07:06:54下载
- 积分:1
-
一个用C++程序开发的简单的LED界面显示控件。
一个用C++程序开发的简单的LED界面显示控件。-A C++ program with the development of a simple LED display control interface.
- 2022-01-24 16:18:43下载
- 积分:1
-
UDP网络通信学习例子
基于C++的UDP通信程序, 在同一个电脑上分别允许客户端和服务端程序可以实现UDP广播通信
- 2022-08-03 03:50:06下载
- 积分:1