-
3Ddistancetransform
自写的3D欧几里德距离空间变换源码,参考Distance Transform of Sampled Functions,优点速度快(附相应的参考文章)(Since writing space 3D Euclidean distance transform source, reference Distance Transform of Sampled Functions, the advantages of speed (with the corresponding reference article))
- 2007-09-20 12:49:37下载
- 积分:1
-
matlab
说明: 基于matlab的电力系统潮流计算 实现潮流计算的快捷 并进行数据的验算(The power flow computation of power system based on MATLAB)
- 2010-04-08 18:50:29下载
- 积分:1
-
BinaryIntegerProg
说明: 也在找关于这方面的资料着~~我是有matlab程序,但是在Java里没法触发调用它~~
付上matlab程序,有需要的自己拿吧。
function BinaryIntegerProg(f_file_name, A_file_name, b_file_name, Aeq_file_name, beq_file_name,write_file_name)
f = load(f_file_name)
A = load(A_file_name)
b = load(b_file_name)
Aeq = load(Aeq_file_name)
Beq = load(beq_file_name)
x = bintprog(f, A, b, Aeq, beq)
fp = fopen(write_file_name, w )
fprintf(fp, d\n ,x)
fclose(fp)(good daima!)
- 2011-04-17 09:24:01下载
- 积分:1
-
ED2---Tarea-2---CodigoFuente---FabioCarvajal--Fra
C++ red and black tree implementation
- 2014-12-19 12:00:22下载
- 积分:1
-
woptics.fresnel_equations
comsol仿真平面电磁波在自由空间传播入射一个角度
在无限电介质。该模型计算的反射和
透射系数,并比较结果到菲涅耳方程。(A plane electromagnetic wave propagating through free space is incident at an angle
upon an infinite dielectric medium. This model computes the reflection and
transmission coefficients and compares the results to the Fresnel equations.)
- 2016-07-22 11:06:39下载
- 积分:1
-
code
基于FFT变换、DCT变换、HT变换、小波变换和矢量量化技术的图像压缩的Matlab实现。(Based on the FFT transform, DCT transform, HT transform, wavelet transform and vector quantization image compression technology, the Matlab implementation.)
- 2009-12-17 10:57:39下载
- 积分:1
-
matlab_code
基础教学,代码示例,适用于泛泛学习,
基本可以满足初学者的要求,很经典的例子(basic teaching for matlab,examples)
- 2009-03-19 10:08:37下载
- 积分:1
-
RLS+MatriXReseting+ForgetFactor
this is matlab code for estimating the static linear system(system function is time variable) with Recursive Least Squre and 2 solutions for better result.
1- using the Covariance Matrix Reseting in a specefic time.
2-using the RLS with Forget Factor
this program is written by matlab 7.0.
Here we want to estimate the below function:
1-u^2+(1+tansig(0.1*(t-375)))*u^3+u^5+3*u^7
finally,there are plots for showing results.
- 2010-08-26 23:21:29下载
- 积分:1
-
PIDnew
用MATLAB语言实现自动控制里的PID控制器,模型仿真(MATLAB language used to achieve automatic control in the PID controller, model simulation)
- 2009-06-29 20:51:46下载
- 积分:1
-
AM-RLS
基于辅助最小二乘算法的输出误差模型未知参数的辨识程序(AM_RLS.m for the output error models)
- 2014-09-18 09:52:58下载
- 积分:1