代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/422939/10600204
h machine.h
// General processor specific definitions
#ifndef __MACHINE_H
#define __MACHINE_H
//#include "skp_bsp.h"
// Data type definitions
typedef signed char s8;
typedef unsigned char u8;
typedef signed in
www.eeworm.com/read/422532/10631376
v counters.v
// MAX+plus II Verilog Example
// Efficient Counter Inference
// Copyright (c) 1997 Altera Corporation
module counters (d, clk, clear, ld, enable, up_down,
qa, qb, qc, qd, qe, qf, q
www.eeworm.com/read/421916/10679843
txt tank.txt
#include
#include
#include
#include
#include
#define KEY_ESC 0x01
#define KEY_SPACE 0x39
#define KEY_UP 0x48
#define KEY_LEFT 0x4b
www.eeworm.com/read/421857/10687174
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/421771/10700528
cpp avltree.cpp
//*******三月四号写于上海交通大学*****,有指教之处请联系pkzhiwang@gmail.com,本人不承诺都能予以回复//
#include "avltreenode.h"
#include "avltree.h"
#include
#include
#define LEFT 0
#define RIGHT 1
templat
www.eeworm.com/read/350777/10710670
cpp sd.cpp
#include "iostream.h"
#include "conio.h"
#include "stdlib.h"
#include "time.h"
#include "stdio.h"
struct item{
int x;
int y;
int value;
item* pNext;
};
// 初始化矩阵数组
void initArray(in
www.eeworm.com/read/158920/10720543
java boat.java
package boat;
import javax.microedition.lcdui.Graphics;
import javax.microedition.lcdui.Image;
/**
* 军舰类
*/
public class Boat {
/**
* 军舰数组,下标0代表向右,1代表向左
*/
Image[] bo
www.eeworm.com/read/421524/10732884
java snake.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.util.*;
import static java.lang.Math.*;//静态导入
/*
* 此类是贪吃蛇的简单实现方法
* 自己可以加入在开始时的设置,比如
* 选关,初始的蛇的长度等等
* 作者:千里冰封
www.eeworm.com/read/276075/10769431
h _io.h
/* this is the _io.h module, all the system I/O address is define here. */
/* specification */
/* this program define the following prefix as a rule */
/* p - pointer variable
g - glo
www.eeworm.com/read/349991/10778085
c radio.c
#define uchar unsigned char
#define uint unsigned int
#define ulong unsigned long
#include
#include
#include "mylib.h"
#define fm 0
#define am 1
#define inc 1
#define de