代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/490548/6447444
in config.h.in
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* Define if using alloca.c. */
#undef C_ALLOCA
/* Define to empty if the keyword does not work. */
#undef const
/* D
www.eeworm.com/read/489524/6472578
m makeellip.m
function [x, y]= makeellip( x0, y0, radiusx, radiusy, angleinterval)
% (x0, y0 ) = center of circle
% radiusx = radius in x direction (a)
% radiusy = radius in y direction (b)
% angleinterval = a
www.eeworm.com/read/488716/6484477
java addpointform.java
import javax.microedition.lcdui.*;
public class AddPointForm extends Form implements CommandListener
{
TripMate main;
Trip trip;
TextField description;
ChoiceGroup
www.eeworm.com/read/488716/6484484
java navigatecanvas.java
import javax.microedition.lcdui.*;
import java.util.*;
public class NavigateCanvas extends Canvas implements CommandListener, Runnable {
TripMate main;
Trip trip;
int curr
www.eeworm.com/read/487757/6508529
s43 fet110_clks.s43
#include "msp430x11x1.h"
;******************************************************************************
; MSP-FET430x110 Demo - BasicClock Output buffered SMCLK, ACLK and MCLK/12
;
; D
www.eeworm.com/read/487118/6515283
txt css滤镜详解.txt
语法:STYLE="filter:filtername(fparameter1, fparameter2...)"
(Filtername为滤镜的名称,fparameter1、fparameter2等是滤镜的参数)
滤镜说明:
Alpha:设置透明层次
blur:创建高速度移动效果,即模糊效果
Chroma:制作专用颜色透明
DropShad
www.eeworm.com/read/485906/6549548
pas teevolumepipeeditor.pas
{***************************************************************}
{* }
{* Purpose : The Editor dialog for the Volume Pipeline Series }