代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/405113/11471519
h acconfig.h
/* $Aumix: aumix/acconfig.h,v 1.3 2002/09/07 13:38:34 trevor Exp $ */
/* Define if using alloca.c. */
#undef C_ALLOCA
/* Define to empty if the keyword does not work. */
#undef const
/* Define to
www.eeworm.com/read/405113/11471545
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/405084/11472059
m makeellip.m
function [x, y]= makeellip( x0, y0, radiusx, radiusy, angleinterval)
% (x0, y0 ) = center of circle
% radiusx = radius in x direction (a)
% radiusy = radius in y direction (b)
% angleinterval = a
www.eeworm.com/read/404849/11477144
java bullet.java
import java.awt.*;
public class bullet{
private int xPos;
private int yPos;
private Rectangle bullet;
private int direction;
private int Speed;
private int bulletpower;
public bulle
www.eeworm.com/read/404623/11481350
cpp minfilter.cpp
///////////////////////////////////////////////////////////////////////////
//
// NAME
// MinFilter.cpp -- separable min/max filter
//
// DESCRIPTION
// Performs a separable box filtering usin
www.eeworm.com/read/403541/11515031
cpp 2004050215271615762.cpp
// Document.cpp: implementation of the Document class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "frequency.h"
#include "Document.h"
www.eeworm.com/read/403154/11521479
cpp 12_3_2.cpp
#include
#include "Stack.h"
Point GetPoint(int x, int y, int direction)
{
switch (direction)
{
case 0:
x--;
y--;
break;
case 1:
y--;
break;
case 2:
www.eeworm.com/read/403011/11524335
cpp randwalk.cpp
// randwalk.cpp -- using the Vector class
// compile with the vect.cpp file
#include
#include // rand(), srand() prototypes
#include // time() prototype
#