-
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
-
一个简单的套接字通信原理实现的聊天程序
一个简单的利用socket通讯原理实现的聊天程序-A simple principle of the use of socket communication realize the chat program
- 2022-04-23 13:17:05下载
- 积分:1
-
vbsystray
自制托盘控件,用来使应用程序隐藏到系统托盘的控件(Zìzhì tuōpán kòngjiàn, yòng lái shǐ yìngyòng chéngxù yǐncáng dào xìtǒng tuōpán de kòngjiànHomemade tray control, used to make an application to the system tray hide the controls)
- 2013-11-05 11:49:39下载
- 积分:1
-
本程序用差分进化算法来优化神经网络 DE-ANN
说明: 本程序用差分进化算法来优化神经网络,克服局部最优,使得全局最优,亲测可用(This program uses differential evolution algorithm to optimize neural network, overcome local optimum, make global optimum and pro-test available.)
- 2019-05-24 21:07:49下载
- 积分:1
-
LG-beam-phase-master
说明: 模拟拉盖尔光束在相位屏中传输,具有参考价值(Simulation of Laguerre beam propagation in phase screen)
- 2021-03-18 13:49:19下载
- 积分:1
-
listview_draw
漂亮的LISTVIEW,delphi7开发的,使用标准控件,直接编译,带图标显示,可以参考下(Beautiful Delphi7, LISTVIEW development, the use of standard controls, directly compiled, with icon display, you can refer to the next)
- 2016-02-11 12:49:10下载
- 积分:1
-
window下的简单网络chat小程序
window下的简单网络chat小程序-qqqqqqqqqqq
- 2023-01-01 19:30:03下载
- 积分:1
-
Material-Management-System
vc编写的物资管理系统,使用sql数据库,ODBC访问方式,包含索引及存储过程,很好的参考价值(vc prepared materials management system, use sql , ODBC access methods, including indexing and storage process, a good reference value)
- 2014-12-17 09:55:32下载
- 积分:1
-
dropfile--Java
drop file java(drop file java------------------------ )
- 2006-07-19 11:57:44下载
- 积分:1
-
7
说明: 7、反转姓名字符串,例如:输入James Levis输出Levis James
主程循环读入三个字符串,并分别输出其反转后的结果(7, reversed the names of the string, for example: James Levis input output Levis James read into the main three-way cycle of string, and output, respectively, after the results of their inversion)
- 2007-09-29 15:26:25下载
- 积分:1