-
-
matrixVB.rar
Matrix VB 为Matlab公司开发的matlab插件,和VB完美结合,可以节约开发时间,并且使你的程序功能特别强大:画图、矩阵运算......等现在网络上很难找的,贡献给大家共同分享!
-
tmm_0123...n.rar
transmission matrix method for 1d photonic crystals.
可计算透射谱 反射谱 场分布图
cvf下编译 可跨平台
-
IWT_BIO.rar
When x is a matrix, a wavelet transform is performed on all rows of x.
% - To create filters + shifts: see makeWTfilter.m and mirrorshifts.m
% - The forward transform is in FWT_BIO.m
-
-
-
IterativeClosestPointMethod.rar
... )
INPUT:
model - matrix with model points,
data - matrix with data points,
OUTPUT:
R - rotation matrix and
T - translation vector accordingly
so
newdata = R*data + T .
newdata are transformed data points to fit model
see help icp ...
-
-
8queen_sc.rar
... FillArea(int index) // to fill chess board with desired chromosome
int CostFunc(int index) // determine the cost of matrix[index][index]
void PopulationSort() // to sort population from the best to the worst
void GenerateCrossOverMatrix() // a way ...
-
toyFDTD.rar
This a translation of the ToyFDTD c code available from the web site
http://www.borg.umn.edu/toyfdtd/ToyFDTD1.html
This some optimization to use MATLAB matrix notation. Others may find a way to further optimize the nested loops.
-
matrix11.zip
... 1.12
This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and ...
-