-
MATLAB
系统详细的介绍了matlab软件在各个领域中的应用以及其在科学计算语言中的应用(System is described in detail matlab software applications in various fields as well as their application in scientific computing language)
- 2013-10-25 09:29:02下载
- 积分:1
-
newsom11
matlab神经网络代码(Matlab neural network code)
- 2004-12-08 15:25:57下载
- 积分:1
-
PhD_Thesis_Adil.pdf.tar
phd thesis on backgroung substraction
- 2013-02-12 18:05:18下载
- 积分:1
-
interspeech2008
独立成分分析2008年会议论文,能够有效解决基于ICA的多生源分离问题(Independent Component Analysis 2008 conference papers, can effectively solve the multi-ICA-based separation problem students)
- 2011-10-23 12:51:04下载
- 积分:1
-
Vehicle-dynamics
汽车动力学中汽车四分之一和二分之一MATLAB模型,还有路面谱模型,可以直接运行,效果良好(Vehicle dynamics in a quarter and half car MATLAB model, as well as road spectrum model, you can run directly to good effect)
- 2020-07-03 03:00:02下载
- 积分:1
-
matlab_study
中科大 Matlab学习入门文档,很详细的资料(USTC Matlab study entry documents, very detailed information)
- 2010-07-03 10:30:47下载
- 积分:1
-
JPEG_compression_image.m
利用Matlab编程实现对lena.bmp灰度图象进行QF=50和QF=40的压缩和解压缩,比较二者的PSNR,并且利用霍夫曼编码模拟信道中传输图象。通过了Matlab2009A测试。(Using Matlab program to compress and decompress the gray image Lena.bmp at QF = 50 and QF = 40,as well as comparing the result of two situation.Then using Huffman coding analog channels transmitted images. Adopted Matlab2009A test.)
- 2010-08-16 21:15:43下载
- 积分:1
-
SRes
a matlab code on duper resolution
- 2009-04-10 00:48:51下载
- 积分:1
-
fractal-dimension
此matlab文件可以计算出"扩展系数"与"分形维数"的关系.(The relationship between the expansion coefficient and the fractal dimension)
- 2013-01-21 21:29:37下载
- 积分:1
-
6_1
1. 定义一个抽象学生类CStudent,它具有公有成员函数Average(),该函数用于计算学生的平均分,函数为虚函数;定义一个文科学生类CStudentLiberalArts,它是类CStudent的派生类,并以公有方式派生,它具有的成员有:
1) 保存英语、政治、数学、地理和历史、美术成绩的整形成员变量;
2) 设置上述变量的公有成员函数;
3) 输出上述变量的公有成员函数;
4) 公有的成员函数Average()用于计算学生的平均分;
定义一个理科学生类CStudentScience,它是类CStudent的派生类,并以公有方式派生,它具有的成员为:
1) 保存英语、物理、数学、化学和计算机、程序设计成绩的整形成员变量;
2) 设置上述变量的公有成员函数;
3) 输出上述变量的公有成员函数;
4) 公有的成员函数Average()用于计算学生的平均分;
编写主函数,并测试以下内容:
1) 定义一个CStudent的指针数组pStu,数组长度为4;
2) 动态创建2个文科学生的对象,地址存于pStu数组的0-1个元素内;
3) 动态创建2个理科学生的对象,地址存于pStu数组的2-3个元素内;
4) 利用while循环调用数组里每个元素的计算平均成绩操作;
释放动态分配的空间,确保必要的析构函数能被调用。
(1 define an abstract class student CStudent, it has a public member function Average (), this function is used to calculate the student s average points function as virtual function definition of a liberal arts student class CStudentLiberalArts, it is the class CStudent derived class, and public be derived, which has members are:
1) Save English, shaping member variables politics, mathematics, geography and history, art achievements
2) Set the above variables public member function
3) public member function of the output of the variable
4) public member function Average () is used to calculate the average student s points
The definition of a science student class CStudentScience, it is the class CStudent derived class, and public manner derived, which has members as follows:
1) Save English, physics, mathematics, chemistry and computer programming achievement shaping member variables
2) Set the above variables public member function
3) public member function of t)
- 2014-10-20 15:29:16下载
- 积分:1