资源列表
sy1
- 命令解释程序设计源码,大三实验报告源代码-Command interpreter programming source code, source code for junior Experimental Report
friendclass
- 一个学习学习友元类的很好的例子,已通过vc++6.0上机调试-A friend to learn to learn good example of the class has passed through the machine debugging vc++6.0
INHERI1
- Example of inheritance
DblGEGA
- DblGEGA 用双切点遗传优化求解一维无约束优化问题 -DblGEGA with double tangent point genetic optimization one-dimensional unconstrained optimization problems
tongbufadianji
- 同步发电机 两相对地短路仿真(有阻尼情况)-Synchronous generator two relatively short-circuited (damping)
wenjian
- 1.编一名为delblank.asm的汇编程序存盘。 2.把文件delblank.asm从盘中读出。 3.把其中的空格删除,存入文ourfile.txt。 4.在屏幕上显示ourfile.txt文件。 5.把文件中的小写字母改为大写字母。 -1. Compiled an assembler for the delblank.asm save. 2. Delblank.asm read from the document tray. 3. The space in which
8255
- 8255交通灯汇编语言程序,简单明了,适合初学者入门。-8255 traffic light assembly language program, simple, suitable for beginners entry.
TestAbstract
- 抽象类和抽象方法的实现 求圆的周长和面积-Realization of the area and circumference of a circle of abstract classes and abstract method
ascii
- 将ASCII码按顺序在屏幕上竖列显示。 要求: (1)逐个显示字符,相邻的两个字符之间显示要有时间间隔。 (2)字符颜色为绿色。 (3)每列显示20个字符,列间距为5个字符。显示完128个ASCII码,共需7列。 -The ASCII code sequence vertical columns displayed on the screen. Requirements: (1) by-character display, the display between
16bit-booth-multiplier
- 16bit booth multiplier
asgn_6
- this code is about random walk
t1
- 1. 从people类派生出student类,添加属性:班号char classNO[7];从people类派生出teacher类,添加属性:职务char principalship[11]、部门char department[21]。从student类中派生出graduate类,添加属性:专业char subject[21]、导师teacher advisor;从graduate类和teacher类中派生出TA(助教)类,注意虚基类的使用。用成员函数实现对人员信息的录入和显示。附:people