-
An.Introduction.To.Programming.And.N.ethods.In
对MATLAB编程以及数值算法的简介,英文原版电子书(An Introduction to Programming
and Numerical Methods in MATLAB)
- 2010-07-07 18:49:40下载
- 积分:1
-
New-folder
Arryindexing in matlab r2009
- 2013-08-29 14:52:40下载
- 积分:1
-
Altintas
fuzzy logic controller design
- 2011-10-25 15:08:17下载
- 积分:1
-
PVinverter
一个光伏逆变器的matlab模型,采用双闭环控制(Matlab a photovoltaic inverter model, in dual closed loop control)
- 2010-09-04 09:50:23下载
- 积分:1
-
pso
个程序就是最基本的粒子群优化算法程序,用Matlab实现,非常简单。是主函数的源程序,优化函数则以m文件的形式放在fitness.m里面,对不同的优化函数只要修改fitness.m就可以了通用性很强。(Procedures is the most basic particle swarm optimization procedures, using Matlab realize, is very simple. Is the main function of the source, optimizing the function with m the form of documents on fitness.m inside, optimized for different functions as long as the modifications can fitness.m highly generic.)
- 2008-04-15 13:21:12下载
- 积分: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
-
fwdlabprograms
In this optic fiber link budget analysis and pcm and other program are written in matlab code
- 2014-02-10 17:14:30下载
- 积分:1
-
netdude-0.4.7.tar
可以用来修改pcap格式的抓包文件,对报文的内容可以进行修改。可以重新自动计算校验和。(can be used to change the format pcap-capturing Packet documents, reported on the contents of the text can be amended. Can be automatically re-calculated checksum.)
- 2007-01-21 00:02:09下载
- 积分:1
-
mathematical-modeling-problem
2014“深圳杯”数学建模夏令营B题
基因组组装
将读长序列组装成基因组,能较好地解决测序中可能出现的个别碱基对识别错误、基因组中存在重复片段等复杂情况.(2014 Shenzhen Cup Mathematical Modeling Camp B title
Genome assembly
Assembled into the read length genomic sequence, preferably the nucleotide sequence of the particular solution of recognition errors may occur, the presence of complications, etc. repeats genome.)
- 2014-09-19 19:59:59下载
- 积分:1
-
BP.m
在工程应用中 经常会遇到一些复杂的非线性系统, 这些系统状态方程复杂, 难以 用数学方
法准确建模。 在这种情况下, 可以 建立 BP 神 经网 络表达这些 非 线 性系 统。 该方法把未 知 系
统看成是一个黑箱, 首先用 系 统 输入输出 数据 训 练 BP 神 经网 络, 使网 络能 够表达该未 知 函
数, 然后就可以 用训练好的 BP 神经网络预测系统输出 。
本章拟合的非线性函 数为
y = x1^2+x2^2.
。
(In engineering applications often encounter some complex nonlinear systems, which complicated the equation of state, can not be accurately modeled mathematically. In this case, BP neural network can be established to express these nonlinear systems. The method of the unknown system as a black box, the first input and output data with systematic training BP neural network, the network can express the unknown function, then you can use the trained BP neural network forecasting system output. Chapter for fitting non-linear function y = x1 ^ 2+x2 ^ 2..)
- 2014-12-13 21:39:55下载
- 积分:1