代码搜索:MATlab

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

代码结果 10,000
www.eeworm.com/read/230478/14285743

rar matlab.part04.rar

www.eeworm.com/read/230478/14285745

rar matlab.part08.rar

www.eeworm.com/read/230478/14285746

rar matlab.part05.rar

www.eeworm.com/read/128559/14290985

h svm_model_matlab.h

void model_to_matlab_structure(mxArray *plhs[], int num_of_feature, struct svm_model *model);
www.eeworm.com/read/128559/14290994

c svm_model_matlab.c

#include #include #include "mex.h" #include "svm.h" #define NUM_OF_RETURN_FIELD 10 void model_to_matlab_structure(mxArray *plhs[], int num_of_feature, struct svm_model *model)
www.eeworm.com/read/230347/14292458

h svm_model_matlab.h

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

c svm_model_matlab.c

#include #include #include "svm.h" #include "mex.h" #define NUM_OF_RETURN_FIELD 10 static const char *field_names[] = { "Parameters", "nr_class", "totalSV", "rho", "Label
www.eeworm.com/read/126929/14394335

rc2 matlab调用.rc2

// // MATLAB调用.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED //
www.eeworm.com/read/126929/14394347

txt matlab运算符.txt

Operators and special characters. Arithmetic operators. plus - Plus + uplus - Unary plus + minus - Mi