代码搜索:Direction

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

代码结果 10,000
www.eeworm.com/read/409762/2229556

js zh-cn.js

var FCKLang = { // Language direction : "ltr" (left to right) or "rtl" (right to left). Dir : "ltr", ToolbarCollapse : "折叠工具栏", ToolbarExpand : "展开工具栏", // Toolbar Items and Context M
www.eeworm.com/read/409299/2234983

svn-base dualrandomdirection.m.svn-base

function b = dualRandomDirection(K, Kj, Y, Yj) %Just choose a random projection direction numExamples = size(K, 1); b = rand(numExamples, 1); b = b/sqrt(abs(b'*K*b));
www.eeworm.com/read/409299/2234993

m dualrandomdirection.m

function b = dualRandomDirection(K, Kj, Y, Yj) %Just choose a random projection direction numExamples = size(K, 1); b = rand(numExamples, 1); b = b/sqrt(abs(b'*K*b));
www.eeworm.com/read/393024/2489646

comp steptest.comp

component steptest """\ Used by Stepconf to allow testing of acceleration and velocity values for an axis."""; pin in bit jog-minus "Drive TRUE to jog the axis in its minus direction"; pin in bit jog-
www.eeworm.com/read/392346/2502084

js zh-cn.js

var TDLang = { // Language direction : "ltr" (left to right) or "rtl" (right to left). Dir : "ltr", ToolbarCollapse : "折叠工具栏", ToolbarExpand : "展开工具栏", // Toolbar Items and Context M
www.eeworm.com/read/386605/2569914

vhd _primary.vhd

library verilog; use verilog.vl_types.all; entity lpm_shiftreg is generic( lpm_width : integer := 1; lpm_direction : string := "LEFT"; lpm_avalue : string :=
www.eeworm.com/read/386605/2570022

vhd _primary.vhd

library verilog; use verilog.vl_types.all; entity lpm_counter is generic( lpm_width : integer := 1; lpm_direction : string := "UNUSED"; lpm_modulus : integer :
www.eeworm.com/read/381853/2640173

vhd _primary.vhd

library verilog; use verilog.vl_types.all; entity lpm_shiftreg is generic( lpm_width : integer := 1; lpm_direction : string := "LEFT"; lpm_avalue : string :=
www.eeworm.com/read/381853/2640196

vhd _primary.vhd

library verilog; use verilog.vl_types.all; entity lpm_counter is generic( lpm_width : integer := 1; lpm_direction : string := "UNUSED"; lpm_modulus : integer :
www.eeworm.com/read/367182/2850987

c fegetround.c

/* Return current rounding direction. Copyright (C) 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Christian Boissat