代码搜索:MAXX

找到约 1,243 项符合「MAXX」的源代码

代码结果 1,243
www.eeworm.com/read/161789/10375497

mexglx maxx.mexglx

www.eeworm.com/read/161789/10375502

c maxx.c

# include # include "mex.h" /*********************************************************************** * maxx.c - * * Function that takes two scalars x and y, and calculates: * * maxx_ou
www.eeworm.com/read/161789/10375504

mexsol maxx.mexsol

www.eeworm.com/read/200886/15420675

m maxx.m

% function result = maxx(xx) % % Calculate the max over all dimensions of a % multi-dimensional table. function result = maxx(xx) numDims=length(size(xx)); cmdF='result='; cmdB=''; for dd=1:numDims
www.eeworm.com/read/265198/11273162

jpg razr%20maxx-m.jpg

www.eeworm.com/read/217792/14951328

m second_max.m

% For given array X, exports maximal elements by rows, their indeces, % and ALSO second maximal elements along their indeces % Will be judged for margin in NN classifier. % [maxX,indeces,second_m
www.eeworm.com/read/396834/8087918

m class_decision.m

% Program for decision. % Input is matrix n_class*n_patterns which is generated by NN. % % The decision: for each column find values of maximal and next maximal element. % If their difference -'ma
www.eeworm.com/read/273690/10906418

c simuplt.c

#include #include #include int get_a_line(FILE *fpe); char buf[100]; float huge xarr[100][150]; float huge yarr[100][150]; int end_arr; int end_p[1000]; fl
www.eeworm.com/read/371255/9559435

m edgelist2image.m

% EDGELIST2IMAGE - transfers edgelist data back into a 2D image array % % Usage: im = edgelist2image(edgelist, rowscols) % % edgelist - Cell array of edgelists in the form %
www.eeworm.com/read/455115/7377817

m edgelist2image.m

% EDGELIST2IMAGE - transfers edgelist data back into a 2D image array % % Usage: im = edgelist2image(edgelist, rowscols) % % edgelist - Cell array of edgelists in the form %