-
materials5
material for tracking
- 2012-04-20 00:43:39下载
- 积分:1
-
min_dist
Computes the minimum distance between two different shape polygons. (Vertex-vertex case)
- 2011-01-16 01:54:51下载
- 积分:1
-
del2_5pt
说明: matlab 源代码,五点差分格式,可以直接运行,用于其他方面(matlab source code, a five-point difference scheme can be run directly for other areas)
- 2020-09-02 20:48:08下载
- 积分: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
-
Voice_extract
matlab程序提取语音信号的基音频率、共振峰、能量、MFCC等特征参数。(The matlab program to extract the speech signal fundamental frequency, Gong Zhenfeng, energy, MFCC and other characteristic parameters.)
- 2020-12-22 10:39:07下载
- 积分:1
-
simulated-annealing-algoritham
通过例子讲解模拟退火法的优化原理和方法,浅显易懂!(The global minimum of function can be obtained by the simulated annealing algritm.)
- 2014-02-27 09:26:12下载
- 积分:1
-
A_User_Friendly_Fortran_BVP_Solver
一个用fortran90写成的BVP(ODE)的求解器,作者是写matlab函数bvp4c的作者。原理差不多。不过这个版本是用f90写的,运算速度更快。本包内含如何运这些程序的论文及算例,很好上手。(In the declarations part of this module, we first define the BVP_SOL type, which represents the numerical solution. We next define the interface BVP_INIT, which is overloaded to provide a number of functions for allowing the user to specify initial information for the computation, the interface BVP_EXTEND, which is overloaded to provide functions for extending the numerical solution to a new domain that are useful in the context of parameter continuation, and the interface BVP_EVAL, which is overloaded to provide a function for retrieving solution information. Next a number of global variables employed throughout the code are defined.
)
- 2010-11-08 02:14:08下载
- 积分:1
-
solving
本实验先利用Mathematica求解非线性方程(组),探索不动点、混沌的性质(In this study, the first use of Mathematica for solving nonlinear equations (group), explore the fixed point, chaotic nature of the)
- 2009-12-29 01:10:34下载
- 积分:1
-
dc_motor_psi_vary_n
《MATLAB电机仿真精华50例》源代码 习题源码 直流电动机 mdl(answer key)
- 2015-01-02 00:42:10下载
- 积分:1
-
model
可以对某一块海洋区域进行纵切断面,并在一张图上生成几个图片(Can conduct a longitudinal section of a marine areas, and generate a few pictures on a map)
- 2013-12-20 15:19:24下载
- 积分:1