代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/150906/12248187
h arrow.h
//arrow.h
#include
#pragma comment(lib,"ddraw")
extern posx,posy;
extern HWND hWnd;
class ARROW
{
private:
DWORD time;
int aposx;
int aposy;
bool enable;
bool move;
int d
www.eeworm.com/read/150612/12282009
frm form2.frm
VERSION 5.00
Begin VB.Form Form2
BorderStyle = 0 'None
ClientHeight = 1305
ClientLeft = -30
ClientTop = -315
ClientWidth = 1425
ControlBox
www.eeworm.com/read/338243/12316451
man brentlinesearch.3.man
BRENTLINESEARCH(derived)OPTIMIZATION ALGORITHM BRENTLINESEARCH(derived)
Jun 1 15:16
NAME
BrentLineSearch class
SYNOPSIS
#include
www.eeworm.com/read/338243/12316681
hh brentls.hh
//============================================================
// COOOL version 1.1 --- Nov, 1995
// Center for Wave Phenomena, Colorado School of Mines
//==================
www.eeworm.com/read/337967/12332059
java bullet.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
import javax.microedition.lcdui.Image;
import javax.microedition.lcdui.game.GameCanvas;
import javax
www.eeworm.com/read/149889/12338657
java chasesprite.java
import javax.microedition.lcdui.*;
import javax.microedition.lcdui.game.*;
import java.util.*;
public class ChaseSprite extends Sprite {
private Random rand;
private int speed;
www.eeworm.com/read/337619/12356628
java game.java
import javax.microedition.lcdui.game.GameCanvas;
import javax.microedition.lcdui.Graphics;
import javax.microedition.lcdui.Image;
import javax.microedition.lcdui.game.TiledLayer;
import javax.micr
www.eeworm.com/read/337307/12377403
m compdir.m
function [SD, dirType] = compdir(Z,H,gf,nvars,f);
% COMPDIR Computes a search direction in a subspace defined by Z.
% Helper function for NLCONST.
% Returns Newton direction if possible.
%
www.eeworm.com/read/337184/12386089
java tank.java
import java.awt.*;
import java.awt.event.*;
import java.util.*;
import java.util.Random;
public class Tank {
public static final int XSPEED = 5;
public static final int YSPEED = 5;
pub
www.eeworm.com/read/250225/12423255
m omnilobe.m
function lobevector = omnilobe(gain)
% DESCRIPTION lobevector = omnilobe
% Creates an antenna lobe vector. The antenna lobe is a
% circle with radius 'gain' dB, if 'gain' is present, otherwise
% wi