-
用c++的多态性编写一个简单的管理程序,处理的信息包括教师、学生、职员等三类对象。程序应具有适当的数据结构。程序的功能是管理学生,教师,职工信息,要求具有添加,...
用c++的多态性编写一个简单的管理程序,处理的信息包括教师、学生、职员等三类对象。程序应具有适当的数据结构。程序的功能是管理学生,教师,职工信息,要求具有添加,删除,查询,排序的功能,在输出时注意综合应用所学知识灵活应用虚函数。 要求: 1. 在一个容器中存储不同类型的对象,要求数据结构中不能有类型判断字段。 2. 利用继承和虚函数,使得程序容易扩展,如输出对象信息。 3. 利用代理或者句柄实现引用计数和写时复制。-polymorphism with a simple preparation of the management procedures, the processing of information, including teachers, students and other staff the three targets. Procedures should have the appropriate data structure. Procedures function is the management of students, teachers, staff information, requiring add, delete, query, sort, in which the function to output integrated application knowledge to use virtual function. Requirements : 1. In a storage containers of different types of targets, data structure types can be judged field. 2. The use of inheritance and virtual function, making procedures easier to expand, as output target information. 3. Agents use or handle achieve reference counting and write copy.
- 2022-03-10 06:53:16下载
- 积分:1
-
CMOS信息读取
读取CMOS信息并在对话框中显示
- 2022-06-28 08:04:27下载
- 积分:1
-
use Directx produced by the Earth 3D
使用Directx 制作的3D地球-use Directx produced by the Earth 3D
- 2022-06-13 03:15:03下载
- 积分:1
-
用标准C实现任意时间暂停,可以利用 这个原理对程序计时
用标准C实现任意时间暂停,可以利用 这个原理对程序计时-Using standard C to achieve any time to suspend, you can use this principle to the process time
- 2023-03-28 11:10:04下载
- 积分:1
-
ADO模块处理最常用的ADO功能.
ADO模块处理最常用的ADO功能.-ADO module handles the most commonly used functions ADO.
- 2022-06-12 21:31:16下载
- 积分:1
-
读写程序,一个简单的文件,可以用来读写二进制文件
读写程序,一个简单的文件,可以用来读写二进制文件-Reading and writing program, a simple document that can be used to read and write binary files
- 2022-01-26 03:58:18下载
- 积分:1
-
VC.NET转换成VC6.0的程序源码.将VC.NET工程转换成VC6.0工程的程序源码...
VC.NET转换成VC6.0的程序源码.将VC.NET工程转换成VC6.0工程的程序源码-VC.NET VC6.0 into the program source code. VC.NET project will be converted into VC6. 0 works procedures FOSS
- 2023-08-05 03:25:02下载
- 积分:1
-
一个简单的跑马灯例子
,拿来与大家共享, c#开发
一个简单的跑马灯例子
,拿来与大家共享, c#开发-pao ma deng example
- 2022-03-23 19:05:36下载
- 积分:1
-
单片机的液晶显示模块程序,能实现字符在液晶上的显示
单片机的液晶显示模块程序,能实现字符在液晶上的显示-Single-chip liquid crystal display module procedures can achieve on the character LCD display
- 2022-04-25 10:33:59下载
- 积分:1
-
简单人事管理系统
#include
#include
#include
#include
using namespace std;
const int Maxr=100;
int ID=10000;
class Employee //职工类
{
int tag;//删除标记
int no;//职工编号
char name[20];//职工姓名
char zw[20]; //职工职务
- 2022-03-24 22:13:18下载
- 积分:1