-
《C++大学教程》中,类与数据抽象的示例程序。教你接口与实现方法的分离,控制对成员的访问和private属性的工具函数。...
《C++大学教程》中,类与数据抽象的示例程序。教你接口与实现方法的分离,控制对成员的访问和private属性的工具函数。- C++ University Guide , the abstract data type and sample programs. Teach you methods of interface and implementation separation, control of members of private property access and function of the tool.
- 2022-01-25 20:11:08下载
- 积分:1
-
通用人事管理系统,实现公司的职工资料管理,工资发放管理.人事管理...
通用人事管理系统,实现公司的职工资料管理,工资发放管理.人事管理-General personnel management system, information on the company" s staff management, payroll management. Personnel Management
- 2022-02-16 03:59:43下载
- 积分:1
-
palette procedures Visual basic procedures for the development of small, very si...
调色程序 Visual basic开发的小程序,功能很简单-palette procedures Visual basic procedures for the development of small, very simple function
- 2022-01-26 18:20:27下载
- 积分:1
-
基于导频的传统的OFDM系统的信道估计源程序 [scme
基于导频的传统的OFDM系统的信道估计源程序 [scme-2006-08-30.zip] - 3gpp信道模型代码,加入mimo,-Based on the traditional pilot channel estimation in OFDM system, source [scme-2006-08-30.zip]- 3gpp channel model code, adding mimo,
- 2022-03-13 04:58:57下载
- 积分: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
-
计算器程序的实现(vc)
计算器程序的实现(vc)-calculator program achievement (vc)
- 2022-04-27 03:04:50下载
- 积分:1
-
IEC 61850 模型配置工具,可以建立61850模型,增加,删除,修改逻辑设备,逻辑节点等...
IEC 61850 模型配置工具,可以建立61850模型,增加,删除,修改逻辑设备,逻辑节点等-IEC 61850 model configuration tools, we can set up 61,850 model, add, delete, revised logic devices, logic nodes
- 2023-07-27 06:55:03下载
- 积分:1
-
利用WMI获取系统信息
本程序利用WMI技术获取系统的详细信息,如硬盘,CPU,操作系统,显卡,内存,等,其中WMI包含很多类的信息。可以自己找资料,都是通用的。
- 2022-08-25 05:58:19下载
- 积分:1
-
课程设计,用C++编写的目录管理程序,用来对我..
课程设计 一个用C编写得通讯录管理程序 用链接实现得 可以删除添加项目-curriculum design with a C prepared in directory management procedures used to link realize that they can add the item to delete
- 2023-02-07 08:15:03下载
- 积分:1
-
socket with the development of networks to link examples
用socket开发网络链接实例-socket with the development of networks to link examples
- 2023-04-22 12:10:03下载
- 积分:1