代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/432926/1886066
pde distance1d.pde
/**
* Distance 1D.
*
* Move the mouse left and right to control the
* speed and direction of the moving shapes.
*/
int thin = 8;
int thick = 36;
float xpos1 = 134.0;
float xpos2 = 44.0;
flo
www.eeworm.com/read/424983/2011370
js menu_content.js
if (mtDropDown.isSupported()) {
var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
var var menu9 = ms.addMenu(document.getElementById("menu9"));
www.eeworm.com/read/424983/2011372
js enmenu_content.js
if (mtDropDown.isSupported()) {
var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
var menu1 = ms.addMenu(document.getElementById("menu1"));
me
www.eeworm.com/read/402957/2316663
js menu_content.js
if (mtDropDown.isSupported()) {
var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
var menu1 = ms.addMenu(document.getElementById("menu1"));
me
www.eeworm.com/read/396844/2407696
m relax_axes.m
function relax_axes(p)
% RELAX_AXES Increase the size of the axes by p% in each direction
% function relax_axes(p)
%
% This makes points on the boundary easier to see
xlim=get(gca,'xlim'); w=xlim(2)
www.eeworm.com/read/375969/2718507
js menu_content.js
if (mtDropDown.isSupported()) {
var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
var menu1 = ms.addMenu(document.getElementById("menu1"));
me
www.eeworm.com/read/264197/4288893
java fruit.java
import java.awt.*;
/**
* 定义水果的类
*/
public class Fruit{
private int xPos, yPos, xVPos, yVPos;
private int direction;
private Rectangle fruit;
private int appearTime;
private int AI_ti
www.eeworm.com/read/473297/6850904
bak motor.bak
#define GEAR_RATIO 1
#define GEARBOX_RATIO 120
#define WHEEL_RADIUS 25
#define Kp 0.28 // 2.75 // 11.55.8.5
#define Ki 0.1
#define DIR PIN_A5 // motor direction
#d
www.eeworm.com/read/269167/11107671
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/148075/12496910
js menu_content.js
if (mtDropDown.isSupported()) {
var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
var menu1 = ms.addMenu(document.getElementById("menu1"));
me