代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/104094/15710269
cpp player.cpp
#include "player.h"
void CPlayer::FireWeapon()
{
CRocket *newRocket = new CRocket;
newRocket->pitch = camera->pitch;
newRocket->direction = direction;
newRocket->position = position;
n
www.eeworm.com/read/104056/15710870
c alloca.c
/* alloca.c -- allocate automatically reclaimed memory
(Mostly) portable public-domain implementation -- D A Gwyn
This implementation of the PWB library alloca function,
which is used to all
www.eeworm.com/read/103852/15718577
cpp historyheuristic.cpp
// COPYRIGHT NOTES
// ---------------
// This source code is a part of chess which is an example of .
// You may use, compile or redistribute it as part of your application
www.eeworm.com/read/103672/15726801
for sub lsearc.for
SUBROUTINE LSEARC(N,ME,MI,M,X,NEWX,D1,D2,BASIC,OFUN,CFUN,
* QPOBJ,PPRA,PFUN,OLDPF,EPS,INDEX,NF)
DOUBLE PRECISION X(N),NEWX(N),D1(N),D2(N),PPRA,PFUN,NEWPF,OLDPF,
* PRED,CFUN(M),D1
www.eeworm.com/read/103328/15737285
in config.h.in
/* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
/* Define if using alloca.c. */
#undef C_ALLOCA
/* Define to empty if the keyword does not work. */
#undef const
www.eeworm.com/read/103229/15739840
java listing 7.1.java
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
public class KeyCodeExample extends MIDlet
{
private Display display;
private MyCanvas canvas;
public KeyC
www.eeworm.com/read/102430/15780806
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
www.eeworm.com/read/102417/15781449
c alloca.c
/* alloca.c -- allocate automatically reclaimed memory
(Mostly) portable public-domain implementation -- D A Gwyn
This implementation of the PWB library alloca function,
which is used to
www.eeworm.com/read/102417/15781492
c alloca.c
/* alloca.c -- allocate automatically reclaimed memory
(Mostly) portable public-domain implementation -- D A Gwyn
This implementation of the PWB library alloca function,
which is used to
www.eeworm.com/read/101908/15798264
java runnerserpent.java
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
import java.util.*;
class RunnerSerpent extends GreedySerpent
{
private static int count=0;
RunnerSerpent(SerpentGam