代码搜索:MatLab

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

代码结果 10,000
www.eeworm.com/read/275673/10802679

m matlab模拟leach.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % SEP: A Stable Election Protocol for clustered % % heterogeneous wireless sensor networks
www.eeworm.com/read/275473/10815836

doc matlab命令集.doc

www.eeworm.com/read/274278/10879169

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/274278/10879195

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/348591/10884001

txt tsp-matlab-ann.txt

蚁群算法TSP(旅行商问题)通用matlab程序!! function [R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q) %%=====================================================================