-
rism
ribm算法 硬件实现 hardware(ribm algorithm hardware implement)
- 2010-05-23 10:49:40下载
- 积分:1
-
mathexp4m
第五章 常微分数值解 改进欧拉公式求微分方程数值解的程序 预备实验(Of ordinary differential equations numerical solution)
- 2012-05-01 22:26:40下载
- 积分:1
-
gp
GREY PREDICTION ALGORITHM implementation in matlab source code
- 2013-09-08 20:03:38下载
- 积分:1
-
Problem-Solving-with-CPP-7Ed
problem solving c++是一本很好的c++入门教科书,入门必备。可能不是非常主流,但是很推荐。(problem solving c++ c++ is a good introductory textbook, entry required. May not be very mainstream, but it is recommended.)
- 2015-01-23 13:03:10下载
- 积分:1
-
JPEGCompression
jpeg compression matlab source code
- 2007-12-02 08:17:31下载
- 积分:1
-
amtf
matlab仿真源代码,AM源程序,用matlab运行(matlab simulation source code, AM source, using matlab to run)
- 2008-05-20 16:42:42下载
- 积分:1
-
Monte-Carlo-simulation-
正交信号,反相信号,开关信号的蒙特卡洛仿真(Quadrature signal, inverting the signal Monte Carlo simulation of the switching signal)
- 2012-06-03 22:16:52下载
- 积分:1
-
NR_power-Flow
x0 = ones(2,2) Make a starting guess at the solution
options = optimset( Display , off ) Turn off Display
[x,Fval,exitflag] = fsolve(@myfun,x0,options)
The solution is
x =
-0.1291 0.8602
1.2903 1.1612
Fval =
1.0e-009 *
-0.1619 0.0776
0.1161 -0.0469
exitflag =
1
and the residual is close to zero.
sum(sum(Fval.*Fval))
ans =
4.7915e-020
- 2014-02-22 08:37:54下载
- 积分:1
-
LM_huffman
本程序在MATLAB环境下,对TXT文档中的字符串进行读取,并进行霍夫曼压缩编码,最终输出压缩后的序列长度和压缩比(This procedure in the MATLAB environment, TXT document on the string for reading, and Huffman coding, the final output of compressed sequence length and compression ratio)
- 2008-12-23 00:11:54下载
- 积分:1
-
ObserveOutput
说明: 决定性系统中,这个脚本演示计算的观测系统状态的观测为X0输入和一个输出输入有限时间t1.这个脚本的输入是单位阶跃函数( This script demonstrates computing the state x0 of an observable system based on observing input and output for a finite time t1.The input is a unit step function for this script)
- 2010-04-29 05:54:09下载
- 积分:1