-
1-20
求从1到20的阶乘,并且可以推广到N阶阶乘,。(Demand from 1 to 20 factorial, and can be extended to N-order factorial,.)
- 2009-12-28 14:34:44下载
- 积分:1
-
Philosophers
这个程序可以演示关于哲学家就餐的问题,对于理解线程的相互等待有很好的作用(This procedure can be demonstrated on the Dining Philosophers problem, each thread to wait for understanding the role of good)
- 2010-01-06 20:31:16下载
- 积分:1
-
convanddft
一些VC++的数字信号处理程序,其中包括dft,fft,卷积的运算(conv and dft)
- 2009-04-08 13:24:27下载
- 积分:1
-
Programming-with-MATLAB-and-Visual-C
用MATLAB和VisualC_混合编程及应用(Hybrid Programming with MATLAB and VisualC_ and application)
- 2013-10-10 14:56:17下载
- 积分:1
-
gui
使用matlab的GUI功能编写的一个计算器,可以方便快捷的使用(the Calculator program by matlab
)
- 2012-02-11 20:18:52下载
- 积分: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
-
yuce1800
MATLAB 从实际风电场对一个季度的风速进行采样,建立LSSVM模型,对之后几天的风速进行预测(MATLAB actual wind farm on a quarterly sample the wind speed, the establishment LSSVM model to predict the wind speed after a few days)
- 2020-09-08 20:28:02下载
- 积分:1
-
LDPC_C
C语言实现LDPC码的译码功能,带有完整的工程文件。(C language to achieve the LDPC code decoding function, with a complete project file.)
- 2020-11-23 16:59:34下载
- 积分:1
-
Electromagnetic-Field-2D
ANSYS电磁场分析指南,有关2D的分析。(ANSYS electromagnetic field analysis guidelines for the 2D analysis.)
- 2013-07-31 15:48:01下载
- 积分:1
-
fundamental-of-kalman-filter
The main content of this book introduces the kalman filter. Content in detail, a theoretical depth is worth reference
- 2014-12-31 10:56:30下载
- 积分:1