代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/182634/9198286
java snakemodel.java
import java.util.*;
public class SnakeModel {
public ArrayIndexReadOnly getSnakeHead(){
return (ArrayIndexReadOnly)(snake.getLast());
}
public ArrayIndexReadOnly getSnakeTail(){
return (
www.eeworm.com/read/182297/9207979
txt 5271615762.txt
// Document.cpp: implementation of the Document class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "frequency.h"
#include "Document.h"
www.eeworm.com/read/181889/9232534
java chengtie.java
import java.awt.*;
import java.applet.*;
public class Chengtie extends Applet implements Runnable
{
Thread t=null;
//音乐
AudioClip audioRing;
AudioClip audioLine;
AudioClip audioStop;
www.eeworm.com/read/181762/9238599
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/378183/9245272
dat funtc180.dat
函数名称: gettextsettings
函数原型: void far gettextsettings(struct textsettingstype far *texttypeinfo)
函数功能: 得到当前图形模式下的文字显示设置信息
函数返回:
函数说明: texttypeinfo 文字显示设置信息,该结构的定义如下:
www.eeworm.com/read/181477/9249139
java swingmapview.java
/**
* This class is used by SwingMapTest to load and update the map
**/
import java.awt.*;
import javax.swing.*;
public class SwingMapView extends JComponent implements Scrollable {
private
www.eeworm.com/read/181347/9257617
java exercise14_2.java
import javax.swing.Timer;
import javax.swing.*;
import java.awt.*;
import java.awt.Color;
import java.awt.event.*;
public class Exercise14_2 extends JApplet {
private JScrollBar jsbDelay = new
www.eeworm.com/read/377840/9260651
cpp 1.cpp
#include
#include
#define OVERFLOW -1
#define MAX 100
typedef struct
{
int x,y,d;
}Data;
typedef struct
{
int pos;
Data data[MAX];
}SNode,*Stac
www.eeworm.com/read/181199/9267380
xml tigradient.xml
Overall Scheme
Standard Windows [Default]
0
0
1
www.eeworm.com/read/180790/9295385
asm chap1.asm
; Chapter 1 6812 assembly language programs
; Jonathan W. Valvano
; This software accompanies the book,
; Embedded Microcomputer Systems: Real Time Interfacing
; published by Brooks Cole, 1999
; Prog