代码搜索:Direction

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

代码结果 10,000
www.eeworm.com/read/475166/6793656

js menu_content.js

if (mtDropDown.isSupported()) { var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft); var menu2 = ms.addMenu(document.getElementById("menu2")); var menu3 = m
www.eeworm.com/read/294695/8211043

m evolve_normal_weno.m

function [delta, H1_abs, H2_abs] = evolve_normal_WENO(phi, dx, dy, Vn) % % Finds the amount of evolution under a force in % normal direction and using 5th order accurate WENO scheme. % % Author:
www.eeworm.com/read/189063/8492130

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
www.eeworm.com/read/389075/8549312

c int0.c

#include "int0.h" static void delay(int x) { int i; while (x--) { for (i = 65536 ; i > 0; i--); } } void int0_init(void) { // set gpio's direction: set IOPMOD register mode b
www.eeworm.com/read/288527/8625458

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
www.eeworm.com/read/382596/9017183

tdf sc.tdf

FUNCTION lpm_clshift (data[LPM_WIDTH-1..0], distance[LPM_WIDTHDIST-1..0], direction) WITH (LPM_WIDTH=width, LPM_WIDTHDIST=Ceil(log2(width)), LPM_SHIFTTYPE="ARITHMETIC") RETURNS (result[LPM_WID
www.eeworm.com/read/379733/9179936

m sumnan.m

function [s, n] = sumnan(A, dim) % calculates sum of matrix leaving out nan:s in direction dim. % returns sum s and number of values not nan n. [nan1, nan2] = find(isnan(A)); B = A; if ~isempty(nan1)
www.eeworm.com/read/178019/9423604

m d3trafo.m

function xyz=d3trafo(XYZ,p,O,dir) % D3TRAFO performs 3D-transformation with 7 parameters at arbitrary rotation center % in either transformation direction % % xyz=d3trafo(XYZ,p,O,dir) %
www.eeworm.com/read/177981/9424647

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
www.eeworm.com/read/357498/10208517

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