代码搜索:MATlab
找到约 10,000 项符合「MATlab」的源代码
代码结果 10,000
www.eeworm.com/read/479574/6688830
pdf matlab编程学习课件.pdf
www.eeworm.com/read/479400/6694468
pdf 精通matlab6.5.pdf
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
www.eeworm.com/read/476934/6743075
pdf matlab工程数学应用.pdf
www.eeworm.com/read/477093/6745279
pdf matlab_operation_research.pdf
www.eeworm.com/read/410699/11271480
pdf spectral methods in matlab.pdf
www.eeworm.com/read/410354/11292063
txt bp-matlab-code.txt
clear
%数据输入
huanghe_p=[370 503 434 575 490 420 560 640 558 343 326 405 446 423 422 697 598 377 435 472 451 667 601 689 541 485 425 389 382 707 422];
huanghe_t=[515 713 586 753 720 567 717 987 810 4
www.eeworm.com/read/264681/11307375