-
galib246
遗传算法的一个07版本,可以让初学者有入门,让有一定基础的同志有进阶。(07 version of a genetic algorithm that allows beginners get started, so that some comrades are based Advanced.)
- 2011-04-29 09:48:08下载
- 积分:1
-
Read_N_Renix
运用matlab软件进行GPS的N文件读取的matlab源代码(Matlab software using the GPS reading N matlab source code files)
- 2011-09-14 11:06:33下载
- 积分:1
-
kalman
卡尔曼滤波的完整C++源代码,非常全,内含matlab相关的程序,使用时请结合具体状态方程。(Kalman filtering the complete source code, very full.)
- 2013-07-31 15:19:22下载
- 积分:1
-
imreconstruct
此函数是用C语言编写的MEX文件,与MATLAB中imreconstruct函数功能相同,效果一样,运行速率更快。(This function is written in C MEX file, the same function with in MATLAB imreconstruct function, the same effect faster run rate.)
- 2012-08-01 16:49:21下载
- 积分:1
-
OFDM
OFDM仿真资料,以及一些仿真的程序源代码OFDM仿真资料,以及一些仿真的程序源代码OFDM仿真资料,以及一些仿真的程序源代码(OFDM simulation data, as well as some simulation program source code for OFDM simulation data, as well as some simulation program source code for OFDM simulation data, as well as some simulation program source code for)
- 2009-09-10 15:50:35下载
- 积分:1
-
TSP
说明: 用遗传算法求解TSP问题+matlab动态演示其求解过程。(TSP problem using genetic algorithm+ matlab dynamic presentation of their solution process.)
- 2011-04-05 21:32:28下载
- 积分:1
-
VB_ArcObjects(VB)
ArcObjects开发指南,实例的资源文件(ArcObjects development guidelines, examples of resource documents)
- 2007-02-11 09:32:42下载
- 积分:1
-
678c317fbe3e
this is saple program for file system implementtion in purebasic
- 2014-12-05 17:41:07下载
- 积分:1
-
xinhaochuli
用matlab实现信号的基本处理,还要学会用matlab进行分析(Using matlab to achieve the basic signal processing, but also learn how to use matlab for analysis)
- 2009-12-23 20:45:35下载
- 积分:1
-
Archive
4) 创建一个名为Complex的类,进行复数的算术运算。复数的形式为:
realpart+imaginarypart*i
用浮点变量表示类的private数据。提供构造函数,能够对所声明的该类对象进行初始化。在不提供初始化值的情况下,该构造函数应包含默认值。针对以下功能,分别提供一个public成员函数。
(1)两个复数相加;
(2)两个复数相减
(3)用(a, b)的形式打印复数,其中a为实部,b为虚部。
(4) Create a class called Complex, and perform complex arithmetic operations. Plural form: realpart+imaginarypart* i said private data class with floating point variables. Provide a constructor, the object can be declared for the class is initialized. In the case do not provide initialization values, the constructor should contain default values. For the following functions, which provide a public member function. (A) two complex numbers (2) the subtraction of two complex (3) (a, b) in the form of plural printing, where a is the real part, b is the imaginary part.)
- 2013-12-18 15:14:46下载
- 积分:1