代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/38039/1093936
mnu routepipe.mnu
ROUTE#P_FEAT
# remove the # sign and enter foreign help string in this line
Extend
Create a new pipe section by extending a pipeline in the specified direction.
# remove the # sign and enter foreign
www.eeworm.com/read/38039/1093962
mnu def_light.mnu
DEFINE#LIGHT
# remove the # sign and enter foreign help string in this line
Direction
Define a new directional light .
# remove the # sign and enter foreign help string in this line
Point
Define a ne
www.eeworm.com/read/38039/1094967
mnu child.mnu
CHILD
# remove the # sign and enter foreign help string in this line
Show#Ref
Show references.
#
Reroute
Reroute the references of the child.
#
Redefine
Redefine the options, direction, section and/o
www.eeworm.com/read/38039/1096636
mnu trnextdir.mnu
EXT#DIR
# remove the # sign and enter foreign help string in this line
Parallel
Extend the cutting direction parallel to the axis.
# remove the # sign and enter foreign help string in this line
Perpe
www.eeworm.com/read/485988/1257756
txt t4.txt
t4.txt
Stock direction for the rest of the week will depend partly on ongoing news about Gustav
and other storms brewing, but mostly on the economic news, s
www.eeworm.com/read/470319/1475182
js coolbutton.js
var popupWin_btn=null;
function coolButton()
{
this.oParent=null;
this.direction="H";
if (arguments[0]!=null)
{
if (typeof arguments[0]=="string")
{
this.oParent=document.ge
www.eeworm.com/read/470319/1475210
js coolbutton.js
var popupWin_btn=null;
function coolButton()
{
this.oParent=null;
this.direction="H";
if (arguments[0]!=null)
{
if (typeof arguments[0]=="string")
{
this.oParent=document.ge
www.eeworm.com/read/466770/1509379
txt abstract.txt
This ia the weather station project for the Philips LPC2138
using Keil MCB2130 Microcontroller Board.
The weather station measures temperature, wind speed and
wind direction.
www.eeworm.com/read/455463/1614735
m flipx.m
function flipx
% FLIPX: script to flip the direction of the x axis
%
% just type "flipx" at the matlab prompt
state=get(gca,'xdir');
if(strcmp(state,'normal'))
set(gca,'xdir','reverse')
else
www.eeworm.com/read/455463/1614741
m flipy.m
function flipy
% FLIPY: script to flip the direction of the y axis
%
% just type "flipy" at the matlab prompt
state=get(gca,'ydir');
if(strcmp(state,'normal'))
set(gca,'ydir','reverse')
else