代码搜索:MATLAB LMD

找到约 10,000 项符合「MATLAB LMD」的源代码

代码结果 10,000
www.eeworm.com/read/480105/6676784

c svm_model_matlab.c

#include #include #include "svm.h" #include "mex.h" #if MX_API_VER < 0x07030000 typedef int mwIndex; #endif #define NUM_OF_RETURN_FIELD 10 #define Malloc(type,n) (type *)mal
www.eeworm.com/read/479686/6684847

txt matlab工程数学应用.txt

MatLab工程数学应用 许波 刘征 编著 清华大学出版社 2000年4月第一版 书号:ISBN 7-302-01178-8/TP.2228
www.eeworm.com/read/478939/6708444

h svm_model_matlab.h

const char *model_to_matlab_structure(mxArray *plhs[], int num_of_feature, struct svm_model *model); struct svm_model *matlab_matrix_to_model(const mxArray *matlab_struct, const char **error_message);
www.eeworm.com/read/478939/6708449

c svm_model_matlab.c

#include #include #include "svm.h" #include "mex.h" #if MX_API_VER < 0x07030000 typedef int mwIndex; #endif #define NUM_OF_RETURN_FIELD 10 #define Malloc(type,n) (type *)mal
www.eeworm.com/read/477761/6733836

pdf matlab_prog1.pdf