代码搜索:Testing

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

代码结果 10,000
www.eeworm.com/read/468922/6981895

m pcadist_final.m

function tst=pcadist_final(tst,vec,m,S) % This function used to project the testing image on the features (PCA) space % Where t: Is the testing image in double type % x: Is the featu
www.eeworm.com/read/268911/7068584

bat putimg.bat

@ECHO Put image to testing floppy disk @TOOLS\fdimg.exe ROMDISK.IMG A:
www.eeworm.com/read/268911/7068586

bat getimg.bat

@ECHO Get image of testing floppy disk @TOOLS\fdimg.exe A: ROMDISK.IMG
www.eeworm.com/read/334862/7097975

cpp main.cpp

/* ********************************************************************************* * In the name of Almighty * *
www.eeworm.com/read/189342/7115287

c filecnst.c

#include void main () { printf("The file %s is under Beta testing\n", __FILE__); }
www.eeworm.com/read/189342/7115290

c datetime.c

#include void main () { printf("Beta Testing: Last compiled %s %s\n", __DATE__, __TIME__); }
www.eeworm.com/read/221917/7115578

xml dwsync.xml

www.eeworm.com/read/219035/7147329

m green_fun.m

function [Fe, Ee, Be, Fm, Em, Bm] = green_fun(testing, sources, Y, kc, beta, oGd) rows = length(testing.vX); cols = length(sources.vX); ang = 2*pi/length(sources.vGreen); [Fe, Ee, Be, Fm, Em, Bm] = de
www.eeworm.com/read/219035/7147336

m cut_pos.m

function posOut = cut_pos(oGd, pos, strClass) % outPos = CUT_POS(oGd, pos, sClass) % Cuts all sources and testing points in pos, outside of the minimum % sector defined by the class in sClass. %
www.eeworm.com/read/219035/7147347

m e_sources.m

% calculate TM fields. % each line in the matrix represents a matching-point (MP). function [mHet, mEet, mEez] = e_sources(testing, sources, Y, kc, beta) global EPSILON0 MU0 C vSx = testing.vX;