代码搜索:Define
找到约 10,000 项符合「Define」的源代码
代码结果 10,000
www.eeworm.com/read/390009/8489611
h define.h
#define Help 1
#define Rturn 2
#define NextLine 3
#define BegNextLine 4
#define LineDown
www.eeworm.com/read/189063/8491962
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/189063/8491982
h define.h
www.eeworm.com/read/389779/8503899
h define.h
#include
#define TV_POWER_OFF() PORTC|=0x20 //PC4=1
#define TV_POWER_ON() PORTC&=~0x20 // PC4=0
#define TV_POWER_REVERSAL PORTC^=0x10 // ~pc
www.eeworm.com/read/389779/8503910
_h define._h
#include
#define TV_POWER_OFF() PORTC|=0x10 //PC4=1
#define TV_POWER_ON() PORTC&=~0X10 // PC4=0
#define TV_POWER_REVERSAL PORTC^=0x10 // ~p
www.eeworm.com/read/289938/8515929
h define.h
#include
#define f1(x,y) (sin(x)/x)*(sin(y)/y)//弧度
#define f2(x,y) 0.9*exp(-(pow(x+5,2)+pow(y+5,2))/10)+0.99996*exp(-(pow(x-5,2)+pow(y-5,2))/20)
#define f3(x,y) x+y
#define POPULATION_SIZ
www.eeworm.com/read/289877/8520670
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/433246/8537893
asm define.asm
;define.asm
.include "lf2407a.h"
.include "F2407REGS.H"
.global _c_int0,_c_int1,_c_int2
.global _IMR,_IFR
.global _SCSR1,_SCSR
www.eeworm.com/read/433246/8537922
obj define.obj
www.eeworm.com/read/433244/8537974
asm define.asm
;define.asm
.include "lf2407a.h"
.include "F2407REGS.H"
.global _c_int0,_c_int1,_c_int2
.global _IMR,_IFR
.global _SCSR1,_SCSR