代码搜索:Direction

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

代码结果 10,000
www.eeworm.com/read/281351/4117134

h drive42.h

// drive42.h #define directionTo3042 0 #define directionToHost 1 int init3042(int comemID); int close3042(int comemID); int run3042(int direction, int pktSize, int endToEnd, int comemID);
www.eeworm.com/read/409299/2234973

svn-base dualmaxsparsekernelapprox.m.svn-base

function b = dualMaxSparseKernelApprox(K, Kj, Y, Yj) %Find the sparse direction that is the best approximation of the kernel %matrix. This is given by max 2b'KKKKb/b'K^2b - (b'KKKb/b'K^2b)^2. %Her
www.eeworm.com/read/409299/2235001

m dualmaxsparsekernelapprox.m

function b = dualMaxSparseKernelApprox(K, Kj, Y, Yj) %Find the sparse direction that is the best approximation of the kernel %matrix. This is given by max 2b'KKKKb/b'K^2b - (b'KKKb/b'K^2b)^2. %Her
www.eeworm.com/read/376561/2708835

conf zh-cn.conf

/* HTML CHARSET SETTINGS */ local_lang = zh-CN local_direction = ltr local_charset = gb2312 local_charset_htmlent = gb2312 author = fising@163.com /* END HTML CHARSET SETTINGS */ search =
www.eeworm.com/read/376561/2708836

conf english.conf

/* HTML CHARSET SETTINGS */ local_lang = en local_direction = ltr local_charset = iso-8859-1 local_charset_htmlent = ISO-8859-1 # Get this from http://us2.php.net/htmlentities # If not avail
www.eeworm.com/read/158224/5597832

sci rheuristicxover.sci

function [c1,c2] = RHeuristicXover(p1,p2,bounds,Ops) // Heuristic crossover takes two parents P1,P2 and performs an extrapolation // along the line formed by the two parents outward in the direction
www.eeworm.com/read/294695/8211010

m evolve_normal_eno3.m

function [delta, H1_abs, H2_abs] = evolve_normal_ENO3(phi, dx, dy, Vn) % % Finds the amount of evolution under a force in % normal direction and using 3rd order accurate ENO scheme % % Author: Ba
www.eeworm.com/read/294695/8211015

m evolve_normal_eno1.m

function [delta, H1_abs, H2_abs] = evolve_normal_ENO1(phi, dx, dy, Vn) % % Finds the amount of evolution under a force in % normal direction and using 1st order accurate ENO scheme % % Author: Ba
www.eeworm.com/read/294695/8211084

m evolve_normal_eno2.m

function [delta, H1_abs, H2_abs] = evolve_normal_ENO2(phi, dx, dy, Vn) % % Finds the amount of evolution under a force in % normal direction and using 2nd order accurate ENO scheme % % Author: Ba
www.eeworm.com/read/172975/9681245

m heuristi.m

function [c1,c2] = heuristicXover(p1,p2,bounds,Ops) % Heuristic crossover takes two parents P1,P2 and performs an extrapolation % along the line formed by the two parents outward in the direction of