-
imageProcessing
此文档是有关MATLAB的相关图像处理的ppt教程(ppt files on image processing )
- 2009-12-12 18:33:10下载
- 积分:1
-
airline-t
using matlab, for prediction systems
- 2013-08-31 19:31:44下载
- 积分:1
-
Dijkstra
基于matlab仿真Dijkstra在三维地形上的寻径(Matlab simulation Dijkstra routing on the three-dimensional terrain)
- 2013-03-21 10:50:09下载
- 积分:1
-
work111.rar
说明: 名称:work111
大小: 9KB
完成时间:Wed Aug 17 16:30:23 2005
基于SIMULINK的模糊控制系统仿真程序
(name : work111 Size : File completion : Mon Aug 17 16:30:23 2005 Simulation of Fuzzy Control System Simulation Program)
- 2005-09-14 14:40:46下载
- 积分:1
-
MATLAB
对matlab的使用就行了简单的介绍,通过该文档熟悉对matlab编程的操作以及在各个方面的应用。(Use of matlab' s a brief introduction on the line through the document familiar to matlab programming in all aspects of operation and applications.)
- 2011-06-29 20:30:53下载
- 积分:1
-
particle
说明: 本代码为经典PSO微粒群算法,通过修改w值,使得PSO的搜索在全局与局部之间得到最优(The code for the classic PSO particle swarm algorithm, by modifying the w value, makes the PSO search between the global and local optimal)
- 2010-03-23 15:35:30下载
- 积分: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
-
tracker
this is a pdf book talking about matlab and its benifits for developpment and encountering new specifications in object tracking
- 2013-12-15 20:46:14下载
- 积分:1
-
Recursive_integer_division
递归法求解整数划分。
整数划分,是指把一个正整数n写成如下形式:
n=m1+m2+…+mi (其中mi为正整数,并且1 <= mi <= n),则{m1,m2,...,mi}为n的一个划分。
如果{m1,m2,...,mi}中的最大值不超过m,即max(m1,m2,...,mi)<=m,则称它属于n的一个m划分。这里我们记n的m划分的个数为f(n,m) (Recursive method integer division. Integer division, refers to a positive integer n written as follows: n = m1+m2+ ...+mi (where mi is a positive integer, and 1 < = mi < = n), then {m1, m2, ..., mi} is a division of n. If {m1, m2, ..., mi} does not exceed the maximum value of m, i.e., max (m1, m2, ..., mi) < = m, m n is said that it belongs to a division. Where m is the number of division n our mind is f (n, m) )
- 2014-02-06 14:21:38下载
- 积分:1
-
FDRPSO
code for fitness distance ratio PSO
- 2009-05-14 00:53:11下载
- 积分:1