-
《vc精华文摘
《vc精华文摘-数据库》-"vc essence Digest-database"
- 2023-09-05 18:05:04下载
- 积分:1
-
用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
-
自动运行添加器autorun
自动运行添加器autorun-automatically add the device automatically
- 2022-07-02 10:12:47下载
- 积分:1
-
Rekursif列表
Rekursif List#include "boolean.h"#include "listrekursif.h"#include #include /* Manajemen Memori */address Alokasi (infotype X) { address P; /* Algoritma */ P = (address)malloc(sizeof(ElmtList)); if (P != Nil) {/* alokasi berhasil */ Info(P) = X; 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-24 03:46:16下载
- 积分:1
-
VCPP the routines, caculator
VCPP的例程,caculator-VCPP the routines, caculator
- 2022-07-23 14:27:57下载
- 积分:1
-
c#修改系统时间
c#修改系统时间,打开一个验证时间得程序,再修改成正确时间,达到验证时间得程序破解的目的
- 2022-05-23 06:29:59下载
- 积分:1
-
博客程序源程序,可以参照下,最近较流行哟
博客程序源程序,可以参照下,最近较流行哟-blog procedures source, the light, the recent more popular yo
- 2022-01-29 00:19:19下载
- 积分:1
-
a good database application
一个很好的数据库应用程序-a good database application
- 2023-02-06 07:05:04下载
- 积分:1
-
这是一个用C语言编写的应用型小游戏程序,主要在Dos环境下运行...
这是一个用C语言编写的应用型小游戏程序,主要在Dos环境下运行-This is a C language application procedures for small game, mainly in the Dos operating environment
- 2022-01-28 00:49:40下载
- 积分:1
-
可以进行内码的转换
可以进行内码的转换-can change the code within
- 2022-07-26 07:40:49下载
- 积分:1