-
baseCla
利用虚函数手段,按照三种不同的数据存储方式及其处理方法来实现如下的所谓“反序输出问题”:从键盘输入n 个int 型数据先存储起来(具体n 值由用户从键盘输入),而后再按照与输入相反的顺序将这些数据显示在屏幕上。具体地说,可通过在基类baseCla 及其派生类method1Cla、method2Cla 和method3Cla中说明如下的同一个虚函数“virtual void reverseout() ”,来实现所述问题的三种不同处理方法。例如,可设计并使用已经在第四章和第六章的实践题中所使用的数据存储结构以及处理方法:(1)使用大小为100 的常界数组存放数据;(2)通过new 生成大小恰为n 的动态数组存放数据;(3)使用指针与链表的实现法。(err)
- 2007-12-18 16:30:58下载
- 积分:1
-
20180020569-刘林栋
取钱,存钱,转帐,登陆注册,注销账号,修改密码。(getmoney savemoney and so on......)
- 2020-06-23 10:40:01下载
- 积分:1
-
FreeImage3154Win32
开源的FreeImage图形库的Win32平台发行包,可以方便日常的应用开发。(Win32 platform open source graphics library FreeImage distribution package, you can easily everyday application development.)
- 2013-12-28 10:04:06下载
- 积分:1
-
Hardware-information-viewer
VC++系统开发实例精粹 硬件信息查看器程序代码 Hardware information viewer(Instance of VC++ System hardware information viewer the essence of the program code Hardware information viewer)
- 2011-05-28 18:53:58下载
- 积分:1
-
MediaPlayer
c++ builder制作的简易播放器,可供大家参考学习。(MediaPlayer developed by C++ buidler for excise )
- 2013-02-19 10:37:39下载
- 积分:1
-
Basic_FLTK_File_Chooser
说明: 基于vc6环境下开发,实现了打开文件操作,利用了fltk图形开发包(based vc6 environment in development and operation of open files using a graphical development kit fltk)
- 2005-12-02 13:54:01下载
- 积分:1
-
C-P-P-100-cases-of-classic-program
C++经典程序100例,更多的试题,源代码,c++的练习题
(C++ 100 cases of classic program, more questions, source code, c++ exercises)
- 2013-03-29 11:10:28下载
- 积分:1
-
pk1.05ym
C#语言开发的自动排课系统,运行在ASP.NET软件上。(C# language to develop an automatic Timetable system software running on ASP.NET.)
- 2009-05-27 10:30:55下载
- 积分:1
-
SCadsAPI
A documented functions of the synchronous memory chip cards api for gemalto readers that should be used for such cards.
- 2011-01-28 19:24:07下载
- 积分:1
-
Even-break-down
输入一串数,将偶数分解为两个质数,如8=3+5,只取第一组,就是后面出现的8=5+3不再打印。(Enter a string of numbers, the even number into two prime numbers, such as 8 = 3+5, just take the first group, is behind the emergence of 8 = 5+3 no longer print.)
- 2013-07-30 19:09:06下载
- 积分:1