-
Matlab-JTD
最近找的求解方程的程序,可以借鉴下,挺好的(Solving equations to find the most recent program, you can learn, the very good)
- 2011-09-28 08:40:50下载
- 积分:1
-
matpower4.1
用于MATLAB中潮流计算的软件包,内含使用说明和多个测试文件,使用方便(MATLAB software is used to calculate the trend, contains instructions and multiple test files, easy to use)
- 2014-08-13 20:00:22下载
- 积分:1
-
WienerTing2013.m
Wiener filter with multiple parameters
- 2014-01-29 05:15:54下载
- 积分:1
-
Calendar-conversion
Calendar conversiono为日历转换代码,可以将阳历转变为阴历,也可将阴历转变为阳历(Calendar conversiono for the calendar conversion code, can be transformed into the lunar solar calendar lunar calendar, also can be converted to the Gregorian calendar
)
- 2015-02-23 18:10:24下载
- 积分:1
-
myhuf
对文本文件进行huffman编码,并显示huffman树(to the text document for Huffman coding, and that Huffman tree)
- 2005-02-17 10:45:00下载
- 积分:1
-
bianyuanjiance
边缘检测,用matlab编程。边缘检测是图像处理和计算机视觉中的基本问题,边缘检测的目的是标识数字图像中亮度变化明显的点。图像属性中的显著变化通常反映了属性的重要事件和变化。(Edge detection, using matlab programming. Edge detection is an image processing and computer vision in the basic problems, edge detection is to identify the purpose of the digital image brightness variations obvious point. Image attribute significant changes usually reflect important events and changes in properties.)
- 2014-08-27 10:34:19下载
- 积分:1
-
frft
分数阶傅里叶变换matlab的实现,可以看看的(Fractional Fourier transform matlab realization, you can see the)
- 2013-04-18 14:55:20下载
- 积分:1
-
opencv_src
for camera calibration
- 2009-02-24 19:37:53下载
- 积分:1
-
queuingmodelsimulation
一个基于离散时间工作休假的排队模型的仿真程序(a simulation program of a queuing model which is based on the discrete time working vacation)
- 2011-12-31 12:33:06下载
- 积分: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