代码搜索:Define
找到约 10,000 项符合「Define」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5937672
define
Function definitions
Function definitions are introduced by the 'define' keyword.
Other than this, the basic structure of a function is like in C.
That is, parameters are specified for the functio
www.eeworm.com/read/493005/6403654
define
NAME
define - command keyword to start a function definition
SYNTAX
define fname([param_1 [= default_1], ...]) = [expr]
define fname([param_1 [= default_1], ...]) { [statement_1 ... ] }
www.eeworm.com/read/306178/3748008
define
the #define preprocessor command creates a macro that can be expanded later
on in the file. For example, if you have the line:
#define apples oranges
Then every time the word 'apples' appears
www.eeworm.com/read/192639/8368541
h define.h
/*#if !defined(DEFINE_H)
#define DEFINE_H
#define AP 97
#define A 92
#define AM 87
#define BP 83
#define B 80
#define BM 76
#define CP 73
#define C 70
#define CM 66
#define DP 64
#define D
www.eeworm.com/read/192526/8376121
v define.v
/******************************************************************************
*
* File Name: define.v
* Version: 1.14
* Date: Sept 9, 1999
* Description: define global parameter
www.eeworm.com/read/391548/8397465
cpp define.cpp
#include "stdafx.h"
#include "define.h"
tagChipType m_ChipType;
tagProcParam ProcParam;
CWnd *pDlg;
www.eeworm.com/read/391548/8397487
h define.h
#ifndef _define_H
#define _define_H
#define S5x 1
#define AVR 0
#define EEPROM 1
#define Flash 0
typedef struct
{
char Name[20]; //芯片名称
char FType; //芯片类型
int RomSize; //Flash字
www.eeworm.com/read/391055/8425735
h define.h
//#define __COMPACT__ //寇何俊辑 辑滚甫 焊扁父 窍绰 绵家滚傈栏肺.. 窃促..
//#define __KOYANGHI__ //侩坷啊 抛胶飘窍绰扒啊
//#define RM_REPAIR //汗备累诀矫 蜡历啊 立辟窍瘤 给窍霸 茄促.
//#define __LOGIN_MODE__
//#define RM_LOG_MODE
//#d
www.eeworm.com/read/189209/8484898
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/189209/8484920