-
predictive_function
本程序是关于预测函数的几个程序,包括阶跃输入以及在干扰情况下的系统影响,控制效果良好,自己可以其中的参数!(This procedure is about the predictive function of several procedures, including the step input, as well as the interference situation in the system under the impact of control works well, the parameters in which they can!)
- 2008-04-30 10:35:32下载
- 积分:1
-
DIANLIXITONGMATLAB
说明: 电力系统课程中所概述的潮流计算的MATLAB语言实现版,包含有详细的源代码,程序说明,以及操作说明(Courses of power system load flow calculation as outlined in the MATLAB language edition, contains detailed source code, description of the procedures and operating instructions)
- 2009-08-04 10:35:50下载
- 积分:1
-
bpnnet_154
用MATLAB编写的用BP网络完成函数的逼近源程序,希望有人用的上(MATLAB BP prepared by the network to be completed by the function approximation source, hoping that someone on the)
- 2006-08-21 09:53:40下载
- 积分:1
-
ddlb1
搭建二级倒立摆系统,采用极点配置的方法进行控制,使其稳定(Build a double inverted pendulum system, using the method of pole placement control to stabilize)
- 2011-06-18 23:39:27下载
- 积分:1
-
C-language-and-MATLAB
实际系统地介绍了语言与MATLAB接口函数的编程方法。用实例详细地介绍了MATLAB中所供的数据类型在C-MEX函数中的编程方法。(Actual systematic introduction to the language with the MATLAB programming interface function. Described in detail with examples in MATLAB for the data types in C-MEX function of programming.)
- 2011-07-29 10:51:05下载
- 积分:1
-
Mie-Matlab-Maetzler
matlab,利用Mie散射理论计算粒子散射特性(Matlab calculate scattering characteristic by Mie scattering theory)
- 2009-06-23 12:13:50下载
- 积分: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
-
GA
说明: 遗传算法实现多峰函数优化问题 大家爱看的哦啊大家奥迪啊 安科技大大的安静的(Genetic Algorithms for Multimodal Optimization We all like to watch the oh ah ah An Audi quiet technology greatly)
- 2011-05-28 22:20:21下载
- 积分:1
-
matlab-Optimization3
matlab上关于整数优化设计的一个很好源程序(matlab on integer optimization design a good source)
- 2012-08-27 13:26:43下载
- 积分:1
-
Partial-code
MUSIC AND VOICE SEPARATION FOR DIFFERENT PITCH. SUBMITTED PARTIAL CODE
- 2014-02-26 05:04:12下载
- 积分:1