代码搜索:Direction

找到约 10,000 项符合「Direction」的源代码

代码结果 10,000
www.eeworm.com/read/420264/10807990

pas cameraclass.pas

unit CameraClass; interface Uses OpenGL, Windows; type TVector3f = Record X, Y, Z : glFloat; end; type TCamera = Object Position : TVector3f; // The camera's positi
www.eeworm.com/read/420071/10819787

java maze1.java

// 程序:平面迷宫制作 // 范例文件:Maze1.java import java.awt.*; import java.applet.*; import java.awt.event.*; public class Maze1 extends Applet implements KeyListener, Runnable { int ImageWidth,Imag
www.eeworm.com/read/419990/10824378

h prepare.h

/* prepares the data for the main loop */ void prepare() { long x,y,z; char i; long ind,indp1,indm1,Ra; long it; char d,c; double div,V; long Nxy=Nx*Ny; char str[1000]; /* start matlab */ i
www.eeworm.com/read/349351/10833800

java wagon.java

import java.awt.*; public class Wagon { // Constants to represent the direction of the Wagon private final int LEFT = 0; private final int RIGHT = 1; private final int UP = 2; private fin
www.eeworm.com/read/349351/10833820

java enemy.java

import java.awt.*; public class Enemy { // Constants to represent the direction of the Enemy private final int LEFT = 0; private final int RIGHT = 1; private final int UP = 2; private final
www.eeworm.com/read/273325/10920544

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/273093/10927464

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/418731/10932552

txt outpost rules, outpost rules for system & app.txt

Outpost Rules, Outpost rules for system & app Here you can find how to set up your Outpost firewall. Most of this rules I found on the internet, but some of them are mine. I think that you should b
www.eeworm.com/read/271693/10983746

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
www.eeworm.com/read/271693/10983773

m sinclobe.m

function lobevector = sinclobe % DESCRIPTION lobevector = sinclobe % Creates an antenna gain lobe vector. The antenna lobe is approximated % with a log(sinc) within the sector and with -30 dB outsid