代码搜索:MATlab
找到约 10,000 项符合「MATlab」的源代码
代码结果 10,000
www.eeworm.com/read/409729/11315143
pdf 精通matlab6.5.pdf
www.eeworm.com/read/409581/11318838
doc ofdm-tutorial_matlab.doc
www.eeworm.com/read/409541/11319993
pdf matlab_csharp_book.pdf
www.eeworm.com/read/263681/11348130
ppt matlab入门教程.ppt
www.eeworm.com/read/409085/11358754
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/409085/11358767
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/409085/11358769
obj svm_model_matlab.obj
www.eeworm.com/read/263079/11377465
doc vc与matlab.doc
www.eeworm.com/read/408553/11382914
pdf matlab图象处理命令.pdf
www.eeworm.com/read/407662/11412459
m compare_with_matlab_test.m
% Run this program and follow the instructions to compare DSP and matlab
% implementations of the same function.
%fid = fopen('input.dat', 'r');
%data_input = fread(fid, 'int16');
%fclose(fid);