-
sands
基于元胞自动机的沙漏程序,有详细的注释,适合于学习(Based on Cellular Automata hourglass procedures, detailed notes, suitable for learning)
- 2013-09-14 08:33:15下载
- 积分:1
-
clc
这是一个关于HHT变换的matlab源码,把它复制进去matlab就可以直接使用。很实用。(This is a transformation on the HHT matlab source code, copy it into matlab can be used directly.)
- 2010-10-09 14:56:09下载
- 积分:1
-
a
说明: 想必大家对星空极速痛恨有加,至于危害也不必多说,下面的方法100 有效,而且不限地区,全国通用.解除后可以用XP自代程序拨号,可多机上网. (Everyone must have hated the Star has added speed, as to harm do not have to say, the following method 100 effective, but not limited to, regional, national general. The lifting procedure can be used XP since the generation of dial-up, can be multi-machine online.)
- 2009-11-30 16:56:03下载
- 积分:1
-
StraihtFlight_2D
说明: 二维冲突概率算法,其实这个仿真是为了验证三维算法实现的基础,在二维的基础上再把二维扩展到三维。但也有不一样的地方(Two-dimensional conflict probability algorithm, in fact, this simulation is to verify the basis of three-dimensional algorithm, based on the two-dimensional two-dimensional and then extended to three-dimensional. But there are also not the same place)
- 2008-11-25 16:35:33下载
- 积分:1
-
heliuchaojihe
合流超几何函数是处理较为复杂的语音处理算法中的较为常见的程序,它在MATLAB中能够正确实现相对有些困难,附上的程序能够在语音增强算法中正确运行。(Confluent hypergeometric function is dealing with more complex voice processing algorithms in the more common procedures, it can be correctly implemented in MATLAB relatively somewhat difficult, enclosed in a speech enhancement algorithm program can run correctly.)
- 2011-12-26 16:32:33下载
- 积分:1
-
Tcodes
matlab codes for linear algebra
- 2009-11-30 12:27:09下载
- 积分:1
-
vsismes
基于matlab/simulink的电流源型SMES仿真(Based on matlab/simulink simulation of current source type SMES)
- 2010-11-30 10:28:20下载
- 积分:1
-
gatbx-toolbox
内含遗传算法的matlab 程序,有参考价值哦,赶快下载吧!(Matlab genetic algorithm includes procedures have reference value Oh, as soon as possible to download it!)
- 2007-10-14 12:14:13下载
- 积分:1
-
DJshortpath
计算最短路径,属于图于网络知识,仅供参考,希望读者慎用!(Calculate the shortest path belonging to the network knowledge, and for reference only hope that readers used with caution!)
- 2012-08-13 19:53:34下载
- 积分: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