资源列表
huanying1
- 又一欢迎界面,是雪景,而且有音乐。跟前一个的运行方法一样。
udf 消波方法
- udf,可应用于fluent软件2D水槽的波浪消波。Udf can be applied to wave elimination of FLUENT software 2D flume.
矩阵求逆new
- 一个相当有用的矩阵求逆算法程序,非常好用-a useful matrix inversion algorithm, very handy
fingerprintOPFormAuth
- This is a clase to use with Griaule Finger print
CachingMechanism
- 微软数据访问应用模块 缓存机制v5.0-Microsoft patterns & practices Enterprise Library Data Access Application Block CachingMechanism
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
lyj
- 小型的计算器,可以实现发声的功能,能完成很多计算功能-Small calculator, which can sound, able to complete a lot of computing power
shiyan2
- 编写一个控制台应用程序,程序中有两个类定义,一个是创建程序时系统自动创建的类Class1,一 个是用户自定义的Student类, 要求该类包含私有字段:学号(字符串)、姓名(字符串)和性别(字符),具有三个属性:学号(读写)、姓名(只读)、性别(读写), 具有有参构造方法、具有同时显示学生个人信息的方法。在Class1类的Main方法中完成以下功能: (1)从键盘上输入一个学生的个人信息(学号、姓名、性别)。 (2)修改该学生的学号和性别。 (3)打印修改前后该学生的个人信