-
ex10
定义一个CStudent类,在该类定义中包括:一个数据成员score(分数)及两个静态数据成员total(总分)和学生人数count:成员函数STC(float s)设置分数,求总分,累计学生人数:静态成员函数Sum返回总分;静态成员函数Average求平均值。在main函数中,输入某班同学的成绩,并调用上述函数求全班学生的总分和平均分。(Define a CStudent class in the class definition, including: a data member score (Score) and two static data members total (total score) and the number of students count: the member function STC (float s) set score, find the total score, the cumulative Number of students: the static member function Sum return score static member function Average average. In the main function, enter the results of a class of students seeking the total score and the average score of students in the class and call the above function.)
- 2012-12-04 21:00:34下载
- 积分:1
-
The-data-for-processing
这是关于信号处理方面的知识,对matlab的卡尔曼滤波十分重要(This is knowledge about signal processing and it is very importance of kalman filter for matlab
)
- 2013-07-16 09:32:36下载
- 积分:1
-
spvolren_src
说明: 德国斯图加特大学图形图像方面的技术超牛的,spvolren是他们的开源体绘制,完全基于C和glut,随意跨平台(Stuttgart, Germany University of graphics images technical super cow, spvolren is their open-source volume rendering, based entirely on the C and the glut, casual cross-platform)
- 2008-10-20 15:07:03下载
- 积分:1
-
PID0001
PID比例积分微分控制程序包
神经网络自适应控制程序
- 2010-12-18 17:12:44下载
- 积分:1
-
aGPR
高斯过程建模matlab原程序,sinx比X的测试程序。希望有用(Gaussian process modeling matlab original program, sinx than X' s testing program. I hope useful)
- 2015-02-03 21:01:06下载
- 积分:1
-
ARDUINO_A3D8_Master
实现光立方多个动画,多种酷炫动画来回切换,实现光立方的控制。(It is very difficult,but it is useful.)
- 2020-06-21 03:00:01下载
- 积分:1
-
Visual C# 在无连接数据表中创建AutoIncrement列
C# 在无连接数据表中创建AutoIncrement列,在数据表中添加记录一.代码:
//在数据表中添加记录一
DataRow MyRow = MyTable.NewRow();
MyRow["ID"] = 87121;
MyRow["Name"] = "罗斌";
MyRow["Tel"] = "023-40231026";
MyRow["MP"] = "13036371686";
MyRow["Company"] = "无锡宝特软件有限公司";
MyTable.Rows.Add(MyRow);
this.dataGridView1.DataSource = MyTable;
- 2022-05-16 06:23:51下载
- 积分:1
-
mysql-5.0.67
说明: 这个文件是windows mysql源码(This document is a source windows mysql)
- 2008-09-26 15:52:39下载
- 积分:1
-
stlport-code-5
c++ 非常好的跨平台源码,对学习非常有用。(c++ source code of cross platform.)
- 2016-07-28 16:43:48下载
- 积分:1
-
51单片机平衡小车程序
基于stc51单片机的自平衡小车程序,非常精简
- 2022-02-12 03:31:45下载
- 积分:1