代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/283622/9001520
java submarine.java
package boat;
import javax.microedition.lcdui.Graphics;
import javax.microedition.lcdui.Image;
/**
* 潜水艇类
*/
public class Submarine {
/**潜水艇图片*/
private Image[] submarineImage;
www.eeworm.com/read/382668/9006492
java bullet.java
package Speeds;
//////////////////////////////子弹类
class Bullet
{
protected short owner=0; //所有者,0是主角,1是敌人
protected short age=0; //子弹的生存周期,屏幕刷新的次数,超出屏幕就无效
protected int posX=0,pos
www.eeworm.com/read/283498/9015769
asm strcmp.asm
StdGrp group stdlib,stddata
stddata segment para public 'sldata'
stddata ends
;
stdlib segment para public 'slcode'
assume cs:stdgrp
;
;
; strcmp- Compares two strings.
;
; inputs:
;
www.eeworm.com/read/283373/9026017
c snake.c
#define N 200
#include
#include
#include
#define LEFT 0x4b00
#define RIGHT 0x4d00
#define DOWN 0x5000
#define UP 0x4800
#define ESC 0x011b
int i,key;
www.eeworm.com/read/185152/9054638
m rotaxis_fun.m
function [residua, point, normal] = ...
rotaxis_fun(direction, points, normals, center, weights)
%[residua, point, normal] = ...
%ROTAXIS_FUN(direction, points, normals, center, weights)
%
%Function w
www.eeworm.com/read/185152/9054715
m rotmatrix.m
function matrix = rotmatrix(angle)
%matrix = rotmatrix(angle)
%
%Generate rotation matrix for the given angle
%
%Input:
% ANGLE - required rotation angle (anticlockwise direction, in degrees)
%
%Ou
www.eeworm.com/read/185152/9054722
m rotaxis.m
function [point, direction, error, residua, cstat] = ...
rotaxis(normals, precision, verbose)
%[point, direction, error, residua, cstat] = ...
%ROTAXIS(normals, precision, verbose)
%
%Estimate a rotat
www.eeworm.com/read/185152/9054791
m angle2dir.m
function directions = angle2dir(angles)
%directions = ANGLE2DIR(angles)
%
%Convert azimuth/elevation pairs to unit direction vectors
%
%Input:
% ANGLES - azimuths and elevations (array N x 2, in
www.eeworm.com/read/282739/9070611
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/282578/9081870
java curseur.java
package Moteur;
/**
* @author emiliendreyfus@msn.com
*
*/
public class Curseur {
int position;
private StringBuffer bande=new StringBuffer();
public Curseur(){
initialise();