代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/297233/8037711
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/397403/8052431
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/196762/8061705
in gsm_config.h.in
/* gsm_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 c
www.eeworm.com/read/196734/8064212
ini bout.ini
BANKSEL TRISB ; Select bank 1
MOVLW DDCodeB ; Port B Direction Code
MOVWF TRISB ; Load the DDR code into F86
BANKSEL PORTB ; Select bank 0
www.eeworm.com/read/196472/8089924
java trafficcontroller.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
/**
* TrafficController class controls all traffic light states changing
*
* @author Hao Chen
* @version 1.0
*/
public class Tr
www.eeworm.com/read/396470/8106116
dpr diablo.dpr
program DIABLO;
{$R *.res}
uses
Windows, SysUtils, HGEImages, HGECanvas, HGEDef, HGE,
Math, HGESpriteEngine;
type
TShadowSprite = class;
TTile = class(TSprite)
public
pro
www.eeworm.com/read/196205/8110651
cpp historyheuristic.cpp
// HistoryHeuristic.cpp: implementation of the CHistoryHeuristic class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "HistoryHeuristic.h