-
pMATLABs
pso 算法的matlab实现, pso 算法的的matlab实现。 ,经测试可直接使用。
(pso algorithm matlab realize pso algorithm matlab realize. Has been tested and can be used directly.)
- 2012-09-30 12:47:25下载
- 积分:1
-
Image-evaluation-
Image evaluation (mean, clarity, information entropy, standard deviation)
- 2013-11-19 14:51:19下载
- 积分:1
-
The-CPP-Programming-Language
The C++ Programming Language(Bjarne Stroustrup著) 书中第五部分附录及代码(The C++ Programming Language Calculation Codes)
- 2014-01-06 12:35:27下载
- 积分:1
-
Fffasticaa
该算法为fastica的c++版版本,有很好的分离效果。
(The algorithm for the fastica the c++ Version, good separation.)
- 2012-08-07 12:59:12下载
- 积分:1
-
HanoiFolder
Given a stack of n disks arranged largest on the bottom to smallest on top placed on a rod, together with two empty rods, the towers of Hanoi puzzle asks for the minimum number of moves required to move the stack one rod to another, where moves are allowed only if they place smaller disks on top of larger disks
- 2015-02-05 20:49:22下载
- 积分:1
-
qampsk
QAM PSK 信号的调制星座图代码,实现调制信号的星座图显示和比较(the code of QAM&PSK Signal modulation constellation diagram )
- 2013-12-09 16:39:55下载
- 积分:1
-
mymain
遗传算法 图像分割挺好用的 希望有用
matlab(Genetic algorithm for image segmentation with the hope of good useful
matlab)
- 2015-03-09 16:22:39下载
- 积分:1
-
FEM-using-Matlab---Programmes
matlab 建立有限元模型源程序,有限元分析必备程序(FEM using matlab)
- 2013-07-11 15:44:59下载
- 积分:1
-
csaolei
C language is currently the more popular high-level computer programming language, because of its simplicity, ease of use and powerful features have been widely favored by programmers. It is suitable as a system description language, can also be used to prepare the system software, application software can be written since
- 2014-01-17 15:11:15下载
- 积分:1
-
EX_8
(1) 新建一个工程demo2,设计一个类Student,其成员变量包括学号(no)、姓名(name)、性别(sex)、专业(major)、联系方式(phone)和地址(addr)。
(2) 为类Student定义成员函数writeTo,实现从给定文本文件中读取学生数据,接口如下:
void writeTo (char filename[ ])
(3) 为类Student定义成员函数readFrom,实现将学生数据保存到给定文本文件,接口如下:
void readFrom (char filename[ ])
((1) Create a new project demo2, design a class Student, whose member variables, including school (no), name (name), gender (sex), specialty (major), contact details (phone) and address (addr). (2) define the Student class member function writeTo, students achieve reading data a given text file, the interface is as follows: void writeTo (char filename []) (3) define the Student class member function readFrom, students will achieve data save to text file given, the interface is as follows: void readFrom (char filename []) )
- 2016-05-13 19:01:27下载
- 积分:1