-
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
-
最终-高级转弯
一个简单的电脑鼠走迷宫程序,略微改进了转弯代码。(A Micromouse maze simple procedure, slightly improved turn code.)
- 2017-10-30 11:07:21下载
- 积分:1
-
RfQkjNTYK
代码是用来实现使用IP地址控件显示和设置IP地址的vc代码,好,有需要的朋友可以看看(Vc code is used to display and set the IP address using the IP address of the control code, need friends can look at)
- 2013-01-10 18:07:07下载
- 积分:1
-
1-(10)
数据结According to the structure of the tutorial class computer source code, computer experiment10构第4版 ,上机实验课10上机源代码。(According to the structure of the tutorial class computer source code, computer experiment10)
- 2015-12-13 13:28:52下载
- 积分:1
-
SynWriteFile
调用API函数在VC++6.0的编译环境下,对串口进行写入操作,简单易懂,易实现,通过调试后取得较好的效果(using api functions in the vc++6.0 progress the serial communiction )
- 2010-09-25 15:44:29下载
- 积分:1
-
Cpp1
数据库编程实例
详细描述了数据库的原理及应用(data module)
- 2012-04-06 19:12:29下载
- 积分:1
-
sourcenode
以点为基础,对基于TDMA的adhoc网络进行复用的时隙分配。(Point based on time slots multiplexed TDMA-based adhoc network distribution.)
- 2016-03-17 14:03:50下载
- 积分:1
-
test21
说明: 五子棋实现人机对战,利用危害对进 行优先级计算(renju achieve human-machine players, for use against right-priority calculation)
- 2005-09-04 01:26:44下载
- 积分:1
-
VC_screen_bianan
VC++实现点击按钮屏幕变暗特效,值得一看!(VC++ Click the screen dimmed to achieve special effects, worth a visit!)
- 2011-05-25 06:07:17下载
- 积分:1
-
ShortRoad
完整实现了单源最短路径的算法。
采用的是贪心算法思想。(integrity to achieve a single-source shortest path algorithm. The greedy algorithm.)
- 2006-10-19 17:32:22下载
- 积分:1