-
algorithmeDFP
Algorithm of Netwon and secand method
- 2010-12-02 04:29:00下载
- 积分:1
-
huitu
matlab初学者对于绘图的基本程序,比如画饼图,线图,向量图,瀑布图等基本绘图基础程序。(matlab for beginners a basic drawing program, such as yourselves chart, line graph, vector, waterfall and other basic drawing foundation program.)
- 2013-09-20 17:17:27下载
- 积分:1
-
matlab-lizilvbodaima
用matlab实现粒子滤波算法
x = 0 初始状态
R = input( 请输入过程噪声方差R的值: ) 测量噪声协方差
Q = input( 请输入观测噪声方差Q的值: ) 过程状态协方差
tf = 100 模拟长度
N = 100 粒子滤波器中的粒子个数
xhat = x
P = 2
xhatPart = x
………………(Particle filtering algorithm using matlab)
- 2013-04-08 17:32:07下载
- 积分:1
-
FM_Replica_Correlator_New
调频信号作为探测信号的匹配滤波处理程序源码(FM signal as the detection signal matched filter processing program source code)
- 2010-07-09 16:13:24下载
- 积分:1
-
ArchitectingSecureSoftwareSystems
it is a book with this name Architecting Secure Software Systems
- 2010-12-03 02:15:57下载
- 积分:1
-
bwt-code
说明: bwt源代码,希望对大家有所帮助,基于matlab开发的
- 2010-04-07 19:58:38下载
- 积分:1
-
GA
说明: 用matlab实现的基本遗传算法、顺序选择遗传算法、适值函数标定的遗传算法、大变异遗传算法、自适应遗传算法、双切点交叉遗传算法、多变异位自适应遗传算法(Using matlab realize the basic genetic algorithm sequentially selects genetic algorithm, fitness function of the genetic algorithm calibration, large mutation genetic algorithm, adaptive genetic algorithm, double cut-point crossover genetic algorithm, adaptive genetic algorithm changeable ectopic)
- 2013-08-04 11:56:32下载
- 积分:1
-
matlab_programming_the_memory_test_program_source_
matlab程序设计之记忆力测试程序源码matlab programming the memory test program source code(matlab programming the memory test program source code matlab programming the memory test program source code)
- 2010-08-02 09:47:09下载
- 积分:1
-
Binary_Search
说明: 二分法检索(binary search)又称折半检索,二分法检索的基本思想是设字典中的元素从小到大有序地存放在数组(array)中,
首先将给定值key与字典中间位置上元素的关键码(key)比较,如果相等,则检索成功;(Dichotomy search (binary search), also known as binary search, the basic idea of ??dichotomy is set to retrieve the dictionary from small to large elements stored in an orderly array (array), the first key the given value on the middle element of the dictionary The key code (key) comparison, if they are equal, then the retrieval success )
- 2011-03-24 10:54:46下载
- 积分:1
-
3
说明: 编写程序:基类base,有一个私有数据成员n,派生类Derived公有继承基类base,Derived中新增加一个数据成员m(Programming: the base class base, there is a private data member n, the derived class Derived inherits the base class public base, Derived add a new data member m)
- 2013-12-17 13:38:33下载
- 积分:1