-
liziqunsuanfa
说明: 差分粒子群算法的MATLAB程序
差分粒子群算法的MATLAB程序(Differential particle swarm optimization algorithm MATLAB program)
- 2009-08-24 20:53:52下载
- 积分:1
-
MatrixVB_Guide
说明: 《MatrixVB_基于Matlab与VB的计算引擎》,一篇关于matrixvb入门的期刊文章(" MatrixVB_ calculation based on Matlab and VB engine" , an entry on the articles in the journals matrixvb)
- 2010-03-19 17:33:58下载
- 积分:1
-
TSP-PSO
TSP-PSO算法的matlab程序文件,有助于了解该算法(The produce of matlab about TSP-POS)
- 2013-04-13 22:37:55下载
- 积分:1
-
VC++andMatlab
在VC++ 集成环境里,若想实现与MATLAB引擎之间的通讯,应该对VC++进行一些设置(In VC++ Integrated environment, wants to achieve with the communication between the MATLAB engine, there should be VC++ Some settings)
- 2008-06-05 10:54:49下载
- 积分:1
-
surshrHEDA
基于直方图的分布估计算法matlab源程序,测试函数选用的是30维函数(for h=1:m
for j=1:((x2-x1)/binswidth)
if (x(h)>=x1+(j-1)*binswidth)&(x(h)<x1+j*binswidth)
H(j)=H(j)+1
end
end
end
[wid,len]=size(H)
H=H/(wid*len)
objvalue=sort(objvalue, descend )
for j=1:((x2-x1)/binswidth))
- 2013-03-15 10:44:15下载
- 积分:1
-
matlab
清华大学MATLAB综合实验 c语言要求较高 能很好的辅导作用(Tsinghua University the MATLAB integrated experimental c language require a higher good counseling role)
- 2013-03-27 09:30:21下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1
-
matlab
计算金融学及计算生物学等众多应用领域。在各行业和学术机构中,有一百多万工程师和科学家使用 MATLAB 这一技术计算语言(Calculate Finance and computational biology and many other applications. In various industries and academic institutions, there are more than one million engineers and scientists using MATLAB technical computing language)
- 2013-05-12 18:51:32下载
- 积分:1
-
powerflow-input
针对C语言环境下的电力系统潮流计算过程中,负责数据输入的子程序。(Power flow calculation for the C language environment in the process, is responsible for routine data entry.)
- 2013-11-26 15:50:43下载
- 积分:1
-
fc_testIsenburg
对浮点型数据进行压缩,将数据分为3个部分:符号位、指数、尾数,分别对其进行压缩(Of floating-point type data compression, data is divided into three parts: sign bit, index, mantissa, respectively, to compress their)
- 2009-05-04 13:03:29下载
- 积分:1