资源列表
23
- 2.某出版系统发行图书和磁带,利用继承设计管理出版物的类。要求如下:建立一个基类Publication存储出版物的标题title、出版物名称name、单价price及出版日期date。用Book类和Tape类分别管理图书和磁带,它们都从Publication类派生。Book类具有保存图书页数的数据成员page,Tape类具有保存播放时间的数据成员playtime。每个类都有构造函数、析构函数,且都有用于从键盘获取数据的成员函数inputData(),用于显示数据的成员函数display()。-2
zhouchang
- 一个简单的c#程序:c#语言求周长,能说明功能的实现。-A simple c# program: c# language requirements circumference, can explain features of the implementation.
adsf
- just easy i have a try dont say anyting to me
Frm_Main
- 使用one-time pad算法加密数据,输入需要加密的数据和密钥,输出解密后的数据-Encrypted data and key algorithm using one-time pad encryption of data, input, output the decrypted data
measurement-height
- 对导线测量中的高差进行计算,得到相应的误差解算结果-The wire measurement height has been calculated, the results corresponding error solver
huanying1
- 又一欢迎界面,是雪景,而且有音乐。跟前一个的运行方法一样。
udf 消波方法
- udf,可应用于fluent软件2D水槽的波浪消波。Udf can be applied to wave elimination of FLUENT software 2D flume.
0-1
- 给定一背包和N种物品,物品i的价值是Wi,背包容量是C,如何选择装入背包中的物品,使得总价值最大。
danxiangdongtailianbiaodejianli
- 1.动态链表的建立、输出、删除、插入! 2.单项动态链表的建立-1. The establishment of the dynamic list, export, delete, insert! 2. The establishment of a single `` dynamic list
2
- 用C#语言把符合IEEE754浮点数储存规范的单精度的浮点数从二进制表示形式转化为十进制表示-C# language to use meet the specifications IEEE754 floating-point single-precision storage of floating-point numbers from binary into a decimal representation that
CaptureCircle
- 判断光线是否照射到接收机DepartureAngle---光线离开移动台的角度 // cur-------当前结点,发出光线 // Rx--------接收机或拐角 // type------入射光线类型 // Record----记录数组-Determine whether light exposure to the light receiver DepartureAngle--- from the mobile station' s point of view// cu
copy-tree
- 用c语言进行简单的二叉树复制,但是实用性不大-C language simple binary tree replication