-
fuhaoyunsuan
说明: MATLAB数学实验之符号运算,其中包含课件以及习题和答案,文档中附有源程序(MATLAB Mathematical experiments symbolic computation, which includes courseware, as well as exercises and answers documents available source)
- 2006-03-08 15:26:10下载
- 积分:1
-
A Fully Vectorized Code for Nonequilibrium Rf
全耦合,非圆柱式放电腔体内等离子体的数值模拟(Numerical simulation of microwave plasma discharge at medium pressure)
- 2018-03-26 09:01:47下载
- 积分:1
-
Traversal
用vba程序遍历所有目录下的excel文件,把各文件中两列经度和纬度的内容合并,并插入新列。很好的高效率的遍历程序。(Vba program to traverse all excel file directory, each file merge the contents of two of the latitude and longitude, and insert a new column. Good high efficiency of the traversal process.)
- 2012-11-05 09:23:45下载
- 积分:1
-
ParaBuild
说明: 三种子波函数,sinc函数 正弦函数 Riker函数还有有限差分介质设定(Third seed wave function, sinc function, sine function has finite difference Riker media set)
- 2011-04-05 20:50:10下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1
-
DS
说明: matlab中关于信息融合中的DS论证程序,很好用的哦(matlab regarding information fusion DS demonstration program, the good oh)
- 2014-11-23 21:05:56下载
- 积分:1
-
ch1
这是一份很好的资料,对于初学者来说很好,很有用(This is a good, very good, very useful for beginners)
- 2012-11-13 10:28:37下载
- 积分:1
-
SSystemidentiy
Systemidentificcation,系统辨识
(Systemidentificcation, system identification)
- 2012-08-12 20:52:00下载
- 积分:1
-
Malthus_Model
Malthus_Model模型的原形,以及包括绘图的源代码。希望对正在学习的你有帮助。(Malthus_Model prototype model, and includes source code for the drawing. Hope you are learning to help.)
- 2011-05-05 23:17:34下载
- 积分:1
-
LDPC-2012-02-11
LDPC编码的C语言实现。包括校验矩阵,生产矩阵的生成,编码,译码等。(LDPC coding in C language. Including the parity matrix, matrix production generation, encoding, decoding and the like.)
- 2013-12-14 21:18:48下载
- 积分:1