代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/322839/13364055
java pacmanactor.java
/**
* PacMan for J2ME Devices
* CS 327 - Design Project, Fall 2002
* CS 329 - Design Project, Spring 2003
* University of Illinois, Urbana-Champaign
*
* file: PacmanActor.java
*
www.eeworm.com/read/136710/13364150
m isefcall.m
function isefcall()
global XSIZE
global YSIZE
global MAINFIG
global FITHANDLES
global BEELD
BEELD = get(MAINFIG, 'userdata');
%cirkel;
%set(MAINFIG, 'userdata', BEELD);
%SIZE = max(XSIZ
www.eeworm.com/read/320625/13421165
html curvatureproblem.html
COG 2.0: curvature problem
curvature problem
If we use very high refinement orthogonal to a curved surface, we
need some minimal refinement in tangential direction t
www.eeworm.com/read/320625/13421284
html cogellipsetest.html
COG 1.0: Ellipse
#include "cogsimple.hxx"
CogeometryEllipsoid
Here we create an ellipsoid. The implementation is based on
www.eeworm.com/read/318569/13475681
c r8c2c2d_s002_sfr_init.c
/************************************************************************************
* *
* System file name : r8c
www.eeworm.com/read/316758/13517997
java player.java
import javax.microedition.lcdui.*;
public class Player
{
int playerX,playerY;
int speed;
Image playerImage;
int direction;
boolean running;
boolean isFire;
public Player()
{
www.eeworm.com/read/316036/13531884
cs fourier.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Mymath
{
public static class Fourier
{
public enum TransformDirection
www.eeworm.com/read/315311/13546118
html xcirculatesubwindows.html
Xlib Programming Manual: XCirculateSubwindows
XCirculateSubwindows
Syntax
www.eeworm.com/read/315163/13549957
java player.java
import java.awt.*;
/**
* 定义吃豆者的类
*/
public class Player{
private int xPos;
private int yPos;
private int xVPos;
private int yVPos;
private int speed;
private int direction;
pri
www.eeworm.com/read/315148/13550170
java player.java
import java.awt.*;
/**
* 定义吃豆者的类
*/
public class Player{
private int xPos;
private int yPos;
private int xVPos;
private int yVPos;
private int speed;
private int direction;
pri