代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/104094/15710323
cpp entity.cpp
#include "entity.h"
CEntity::CEntity()
{
interpol = 3.0f;
stateStart = 0;
stateEnd = 39;
animSpeed = 7.0f;
direction = 0.0f;
entitySound = NULL;
position = CVector(0,0,0);
veloci
www.eeworm.com/read/391686/8391151
m modulate2.m
function y = modulate2(x, type, center)
% MODULATE2 2D modulation
%
% y = modulate2(x, type, [center])
%
% With TYPE = {'r', 'c' or 'b'} for modulate along the row, or column or
% both direction
www.eeworm.com/read/291878/8391386
csf fdwt_all.csf
DEFAULT_DEVICE_OPTIONS
{
RESERVE_PIN = "AS INPUT TRI-STATED";
RESERVE_ALL_UNUSED_PINS = "AS OUTPUT DRIVING GROUND";
HEXOUT_FILE_COUNT_DIRECTION = UP;
HEXOUT_FILE_START_ADDRESS = 0;
GENERATE
www.eeworm.com/read/389321/8533572
m modulate2.m
function y = modulate2(x, type, center)
% MODULATE2 2D modulation
%
% y = modulate2(x, type, [center])
%
% With TYPE = {'r', 'c' or 'b'} for modulate along the row, or column or
% both direction
www.eeworm.com/read/287415/8687100
c bounce1d.c
/* bounce1d.c
* purpose animation with user controlled speed and direction
* note the handler does the animation
* the main program reads keyboard input
* compile cc bounce1d.c set_ticker.c -lcur
www.eeworm.com/read/287256/8699393
css style.css
body
{
margin: 6pt;
s}
td
{
font-family: 宋体;
font-size: 12px;
color: #000000;
}
.bd
{
FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#999999,strength=3);
}
www.eeworm.com/read/284137/8961328
changelog
v20070727
20070623, bertrik
* target/usbhw_lpc.c: Updated function descriptions, Removed setting of direction of Vbus pin (P0.23)
* target/usbhw_lpc.c: Fixed bug 1681686 (iMaxLen not honored cor
www.eeworm.com/read/283509/9015001
m ginit.m
% values for global variables
% these are defined in globals.m
PLAN_FIG=1; % default handle for plan figure
WORLD_SIZE=500; % 0-100 meters in each direction
LINC=0.1; % 0.1m length for splin
www.eeworm.com/read/184067/9123711
m drqpbox.m
function[s,posdef,pcgit] = drqpbox(D,DS,grad,delta,g,dv,mtxmpy,...
data,pcmtx,pcoptions,tol,H,llsprob,kmax);
%DRQPBOX Descent direction for quadratic problem.
% [s,posdef,pcgit] = DRQPBOX(D,DS,g
www.eeworm.com/read/380481/9145698
c bounce1d.c
/* bounce1d.c
* purpose animation with user controlled speed and direction
* note the handler does the animation
* the main program reads keyboard input
* compile cc bounce1d.c set_ticker.c -lcur