代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/432063/8634375
java gameframe.java
package SnakeGame;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.util.*;
import java.awt.geom.*;
class GameFrame extends JFrame
{
private Toolkit tempKit;
www.eeworm.com/read/288156/8651025
h i2c.h
#ifndef _I2C_H
#define _I2C_H
/* GPIO Pin Definitions */
#define I2C_SCL_CLR P0_0 = 0
#define I2C_SCL_SET P0_0 = 1
#define I2C_SDA_GET P0_1
#define I2C_SDA_CLR P0_1 = 0
#define I2C_SDA_SET P0_1
www.eeworm.com/read/387700/8658613
m package.m
%This Program Is Designed To Simulate The Angle Of Arrival Estimation Algorithms
%General Antenna Array Specifications
D = input ('Number Of Elements : ') ;
N = input ('Number Of Users : ') ;
L =
www.eeworm.com/read/287177/8712219
c aicommon.c
#include "Toolbox.h"
#include "AICommon.h"
TWindow tbWindow;
ai_World MainWorld;
ai_Entity entityList[kMaxEntities];
TBitmap terrainBMP;
TBitmap objectsBMP;
TBit
www.eeworm.com/read/287177/8712257
c aicommon.c
#include "Toolbox.h"
#include "AICommon.h"
TWindow tbWindow;
ai_World MainWorld;
ai_Entity entityList[kMaxEntities];
TBitmap terrainBMP;
TBitmap objectsBMP;
TBit
www.eeworm.com/read/386416/8750261
java tank.java
package com.sun;
import java.awt.*;
import java.awt.event.*;
import java.util.*;
public class TanK {
/**
* 坦克移动的速度
*/
public static final int XSPEED=5;
public static final int YSPEED=5
www.eeworm.com/read/286514/8762305
h fwapi.h
/*
Copyright (C) 2004-2008 Thomas Ries
This file is part of Siproxd.
Siproxd is free software; you can redistribute it and/or modify
it under the terms of the GN
www.eeworm.com/read/386014/8771671
h haar.h
#ifndef _HAAR_H_
#define _HAAR_H_
#include
#include "liftbase.h"
/** \file
The documentation in this file is formatted for doxygen
(see www.doxygen.org).
Cop
www.eeworm.com/read/429246/8814162
m initialparameters.m
%Initial values of the constants are given
g = 32.2; % Acceleration due to gravity (ft/sec^2)
tauc = 5; % Correlation time of aircraft vertical acceleration
tauT = 4; % Correlation time of
www.eeworm.com/read/429160/8816061
java maze1.java
// 程序:平面迷宫制作
// 范例文件:Maze1.java
import java.awt.*;
import java.applet.*;
import java.awt.event.*;
public class Maze1 extends Applet
implements KeyListener, Runnable
{
int