搜索结果
找到约 4,187 项符合
M-file 的查询结果
Linux/Unix编程 A so file copy script running on the Linux. It is a personal used small script. If you want to use i
A so file copy script running on the Linux. It is a personal used small script. If you want to use it, it should be better updated
数学计算 1.功能 用全选主元高斯消去法计算矩阵A的秩(C语言) 2.函数参数说明 double a[m][n] : 存放mxn阶矩阵A的元素
1.功能
用全选主元高斯消去法计算矩阵A的秩(C语言)
2.函数参数说明
double a[m][n] : 存放mxn阶矩阵A的元素,返回时将被破坏
int m : 矩阵A的行数
int n : 矩阵A的列数
int rank() : 函数返回A的秩
3.文件说明
rank.c为函数程序
rank0.c为主函数程序 ...
数学计算 1.功能 利用广义逆求解无约束条件下的优化问题(C语言) 2.参数说明 int m : 非线性方程组中方程个数 int n : 非线性方程组中未知数个数 double eps1 : 控制
1.功能
利用广义逆求解无约束条件下的优化问题(C语言)
2.参数说明
int m : 非线性方程组中方程个数
int n : 非线性方程组中未知数个数
double eps1 : 控制最小二乘解的精度要求
double eps2 : 用于奇异值分解中的控制精度要求
double x[n] : 存放非线性方程组解的初始近似值X(0),要求各分量不全为0
int ka : Ka=max{m,n}+ ...
matlab例程 support vector classification machine % soft margin % uses "kernel.m" % % xtrain: (Ltrain,N) wit
support vector classification machine
% soft margin
% uses "kernel.m"
%
% xtrain: (Ltrain,N) with Ltrain: number of points N: dimension
% ytrain: (Ltrain,1) containing class labels (-1 or +1)
% xrun: (Lrun,N) with Lrun: number of points N: dimension
% atrain: alpha coefficients (from svcm_tra ...
人工智能/神经网络 Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search ma
Implemented BFS, DFS and A*
To compile this project, use the following command:
g++ -o search main.cpp
Then you can run it:
./search
The input is loaded from a input file in.txt
Here is the format of the input file:
The first line of the input file shoud contain two chars indicate the source and ...
传真(Fax)编程 The problem with the IID_s is solved ! File-Structure: ~~~~~~~~~~~~~~~ DirectDraw.pas = DDraw.h
The problem with the IID_s is solved !
File-Structure:
~~~~~~~~~~~~~~~
DirectDraw.pas = DDraw.h + DVP.h (+ MultiMon.h)
Direct3D.pas = D3D.h + D3DTypes.h + D3DCaps.h + D3DVec.inl + DXFile.h
Direct3DRM.pas = D3DRM.h + D3DRMDef.h + D3DRMObj.h + D3DRMWin.h + RMXFGUID.h + RMXFTmpl.h
DirectInput.pas = DI ...
串口编程 西门子PPI控件,可读写I SM,M V,VW等
西门子PPI控件,可读写I SM,M V,VW等
邮电通讯系统 ibm tivoli monitor agent for lotus configuration file
ibm tivoli monitor agent for lotus configuration file
文件格式 Tiff Image File format(英文版)
Tiff Image File format(英文版)
Linux/Unix编程 C Code File For Wrapper Routine.
C Code File For Wrapper Routine.