-
用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
-
INS
根据车速及驾驶员意愿改变助力大小,并可通过主动调整转向力矩来保持汽车行驶稳定性-INS
- 2022-01-25 18:22:26下载
- 积分:1
-
AJAX实现服务器端表单验证,struts2实现,给用户全新体验
AJAX实现服务器端表单验证,struts2实现,给用户全新体验-AJAX form validation server-side implementation, struts2 implementation, give the user a new experience
- 2022-09-24 01:35:04下载
- 积分:1
-
一个程序,主要解决窗口不能切换的问题
一个程序,主要解决窗口不能切换的问题
-A program, the main window can not switch to solve the problem
- 2022-08-24 21:05:13下载
- 积分:1
-
Office, client management, communication, research, bbs, download, tools, e
个人办公、客户管理、通讯中心、学习园地、论坛交流、资源下载、个人工具、邮箱等功能-Office, client management, communication, research, bbs, download, tools, e-mail,etc.
- 2022-03-09 20:19:33下载
- 积分:1
-
读取网卡MACS地址
读取网卡MACS地址-MACS address card reader
- 2022-05-23 02:11:44下载
- 积分:1
-
Dynamic digital display program, suitable for beginners, the program can be tran...
动态数码显示程序,适合初学者,程序可移植-Dynamic digital display program, suitable for beginners, the program can be transplanted
- 2022-05-06 02:17:23下载
- 积分:1
-
数据库开发一点心得,附有ACCESS数据库应用代码详情请细看...
数据库开发一点心得,附有ACCESS数据库应用代码详情请细看-database development experience, with its Access database application code details, please look at
- 2022-03-23 00:01:53下载
- 积分:1
-
减少在灰度级的数目
Reducing the Number of Gray Levels in an
Image.
- 2022-02-16 01:40:04下载
- 积分:1
-
基于MFC的雷达图,用于显示激光扫描仪的扫描点。
资源描述
使用MFC的绘图功能,绘制雷达显示界面。通过SOCKET通讯接收激光扫描仪一帧256个扫描点的角度和距离信息。极坐标系和像素坐标系转换,将没个扫描点角度,距离一一对应打在雷达图显示界面上。使用双缓冲技术,去除闪烁现象。简化运算,将图像更新频率提高到10HZ,达到实时显示周边环境2维特征的效果。
- 2022-05-24 01:24:51下载
- 积分:1