-
MatlabMPI_v1.2.tar
This toolbox distributes processes over matlab workers available over the intranet/internet (SPMD or MPMD parallel model). It is very useful for corsely granular parallelization problems and in the precesence of a distributed and heterogeneus computer enviroment. No need for configuration files ! Cross platforms, cross OS and cross MATLAB versions. Workers can be added to the parallel computation even if it has started. No need of a common file system, all comms are using tcpip connections
- 2005-07-26 15:56:55下载
- 积分:1
-
linproj
模型是结构体类型的线性投影Y = linproj(X, model) 其中W.model为线性投影矩阵, Y = model.W *X + model.b
b为偏差值( Description:
Y = linproj(X, model) linearly projects data in X such that
Y = model.W *X+ model.b
out_data = linproj(in_data, model) projects in_data.X
out_data.X = model.W *in_data.X+ model.b
out_data.y = in_data.y
Input:
model [struct] linear projection:
.W [dim x ncomp] Projection matrix.
.b [ncomp x 1] Bias.)
- 2011-05-01 18:11:47下载
- 积分:1
-
PEC
二维FDTD仿真高斯脉冲的传播,设定了不同PEC边界条件,并且可以自动生成.avi文件播放。(Propagation of two-dimensional FDTD simulation Gaussian pulse, set a different PEC boundary conditions, and can automatically generate .avi file playback.)
- 2021-01-04 16:38:55下载
- 积分:1
-
Levenberg-Marquardt Method
最优化 LM算法, 实现二次函数为目标函数的非线性优化(L-M Optimization method)
- 2019-01-07 14:58:25下载
- 积分:1
-
Fibanacci
说明: 用迭代法计算Fibanacci数列的第n项(Iteration calculation Fibanacci the first n items of data series)
- 2010-04-29 23:01:33下载
- 积分:1
-
Phase-Only-Correlation
phase only correlation
- 2012-08-16 03:05:31下载
- 积分:1
-
CHESS
The horse moves on a chessboard so that the whole house of sacrifice and not refuse any house twice.
be fun.
- 2014-02-17 05:06:24下载
- 积分:1
-
用遗传算法进行多元函数的优化 GA-for-MOO-master
说明: 用遗传算法进行多元函数的优化,是测试函数与数据集的基本方法(Using genetic algorithm to optimize multivariate function is the basic method of testing function and data set)
- 2019-11-06 10:38:12下载
- 积分:1
-
rgb2luv
function Luv_back = rgb2luv(Im_rgb)
takes an image in Rgb coords and returns either a vector or an image
in Luv coords, depending on Type (Image or vector).
- 2010-05-14 08:28:42下载
- 积分:1
-
shuagnbihuanxitong-sheji
能计算出设计直流电机双闭环系统的参数,用于双闭环直流调速系统的设计(Be able to calculate the parameters of the design of DC double-loop system for the design of the dual closed loop DC drive system)
- 2012-06-05 22:16:04下载
- 积分:1