代码搜索:Struct
找到约 10,000 项符合「Struct」的源代码
代码结果 10,000
www.eeworm.com/read/363557/9945449
h struct.h
/*--------------------------------------------------------------------------
Struct.H
Header file for STRUCT
History:
07/20/2006 : First Version V1.0 ---HsinChu Office
Copyright (c) 1998-2006
www.eeworm.com/read/167852/9949492
h struct.h
;==========================================================================
; File Name
; ----------
; STRUCT.ASM
;
; Brief Description of the Code:
; ------------------------------
; Str
www.eeworm.com/read/167851/9949679
h struct.h
;==========================================================================
; File Name
; ----------
; STRUCT.ASM
;
; Brief Description of the Code:
; ------------------------------
; Str
www.eeworm.com/read/167540/9964079
c struct.c
#include
#include"struct.h"
#include"stack.h"
int max_X=0, max_Y=0;
//symrec *array=NULL;
int arrayType=-1;
int returnType = -1;
int funcType= -1;
int foundFunc=0;
symnode *fid;
symnode * Tr
www.eeworm.com/read/167540/9964261
h struct.h
#ifndef COMPILER_STRUCT
#define COMPILER_STRUCT
#define TREE_X 1000
#define TREE_Y 1000
#define INT_SIZE 4
#define CHAR_SIZE 4
#define FLOAT_SIZE 4
#define DOUBLE_SIZE 8
#define STRUCT_SIZE 4
www.eeworm.com/read/167540/9964271
c-struct
www.eeworm.com/read/363038/9970799
h struct.h
#ifndef __STRUCT_h
#define __STRUCT_h
typedef struct tagEEPVIDEO
{
uCHAR cBright;
uCHAR cContrast;
uCHAR cSat;
uCHAR cHue;
uCHAR cSharp;
uCHAR cVolume;
uCHAR cB2;
uCHAR c
www.eeworm.com/read/362752/9982186
h struct.h
#define MAXSIZE 128
#define M 0
typedef struct
{
char c;
int w;
char code[128];
}ElemType;
typedef struct
{
ElemType e[MAXSIZE];
int size;
}CharArr;
typedef struct {
char s;
unsigned int wei
www.eeworm.com/read/361751/10037464
h struct.h
////////////////////////////////////////////////////
#include "RxGrid.h"
typedef struct //打印纸与逻辑设备的比率
{
float x;
float y;
}RatioStruct;
////////////////////////////////////////////////////
www.eeworm.com/read/360583/10086189
h struct.h
////////////////////////////////////////////////////
#include "RxGrid.h"
typedef struct //打印纸与逻辑设备的比率
{
float x;
float y;
}RatioStruct;
////////////////////////////////////////////////////