代码搜索:Define
找到约 10,000 项符合「Define」的源代码
代码结果 10,000
www.eeworm.com/read/288527/8625183
bak define.bak
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: define
www.eeworm.com/read/288527/8625204
h define.h
www.eeworm.com/read/288427/8633596
h define.h
#ifndef _DEFINE_
#define _DEFINE_
//棋子位置
typedef struct
{
BYTE x;//横坐标
BYTE y;//纵坐标
}CHESSPOS;
//节点在m_MoveList中的位置
typedef struct
{
BYTE byPly;//层数
BYTE byNum;//序号
}NODEPOS;
//
www.eeworm.com/read/288216/8646966
h define.h
#define ulong unsigned long
#define uint unsigned int
#define uchar unsigned char
#define NULL ((void*)0)
#define TRUE 1
#define FALSE 0
#define HIGH 1
#define LOW
www.eeworm.com/read/288188/8648210
h define.h
#ifndef _DEFINE_
#define _DEFINE_
//棋子位置
typedef struct
{
BYTE x;//横坐标
BYTE y;//纵坐标
}CHESSPOS;
//节点在m_MoveList中的位置
typedef struct
{
BYTE byPly;//层数
BYTE byNum;//序号
}NODEPOS;
//
www.eeworm.com/read/288180/8648642
h define.h
/******************************************************************************
Copyright (c) 2003 MStar Semiconductor, Inc.
All rights reserved.
[Module Name]: Define.h
[Date]: 5-Jan
www.eeworm.com/read/387664/8660019
h define.h
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: define
www.eeworm.com/read/287890/8663153
h define.h
//#include"reg78e65.h"
#define BYTE unsigned char //宏定义//
#define uchar unsigned char
/**
#define key_def_mode 1
#define key_def_next 2
#define key_def_prev
www.eeworm.com/read/387524/8668150
s define.s
;********************************************************************************
;* *
;* Copyright (C) 2002 Oki Ele
www.eeworm.com/read/387524/8668178