代码搜索:Direction

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

代码结果 10,000
www.eeworm.com/read/232832/14180392

h robot.h

#ifndef ROBOT_H #define ROBOT_H #include #include #include"ABCRobotDefine.h" #include"helper.h" #include"GraphicEngine.h" using namespace std; typedef int DIRECTION; class R
www.eeworm.com/read/130291/14198700

java kareljconstants.java

/** * The interface directions allows the user to use normal directions instead of integerer values * to initialize a robot. */ public interface KarelJConstants { /** * * @uml.prop
www.eeworm.com/read/130291/14198752

java keywordtoken.java

/** * Contains a keyword from the following set: "return", "while", "loop", "if", * "else", "new", "void", "boolean", "int", "direction", "Robot". */ public class KeywordToken extends Token {
www.eeworm.com/read/130291/14198781

java directionvalue.java

public class DirectionValue extends Value { private String value; DirectionValue() { value = "North"; } DirectionValue(String s) { value = s; } bo
www.eeworm.com/read/232164/14205530

js fade_image.js

www.eeworm.com/read/130004/14212310

pas prototypeunit1.pas

unit PrototypeUnit1; interface type TDirection = (North, South, East, West); TMapsite = class public constructor Create; virtual; procedure Enter(); virtual; function clone
www.eeworm.com/read/231622/14225820

m dirstretch.m

%DIRSTRETCH variable directional stretching of a complex vector function y=dirstretch(x,dir,coef) if nargin == 3 if ~isreal(dir) && all(abs(dir) ~= 1) warning('non unit modulus of direction arg
www.eeworm.com/read/231622/14225842

m dirstretch.m

%DIRSTRETCH variable directional stretching of a complex vector % % DIRSTRETCH(X,D) where X is a complex vector and D a complex scalar stretches X by abs(D) along the direction arg(D) % if D is a v
www.eeworm.com/read/129723/14231760

h bug.h

// Bug.h: interface for the Bug class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_BUG_H__A2C36864_6B91_4777_B03E_D7603FA3FC23__INCLUDED_) #define
www.eeworm.com/read/129723/14231777

cpp bug.cpp

// Bug.cpp: implementation of the Bug class. // ////////////////////////////////////////////////////////////////////// #include #include #include #include "Bug.h"