代码搜索:struct
找到约 10,000 项符合「struct」的源代码
代码结果 10,000
www.eeworm.com/read/300254/13924302
h struct.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/237794/13929240
dat struct.dat
www.eeworm.com/read/237794/13929241
db struct.db
www.eeworm.com/read/134868/13972731
h struct.h
#define stack_init_size 100
/*堆栈 初始大小*/
#define stackinc 1
/*堆栈 分配增量*/
typedef struct
{
char*base,*top ;
int stacksize ;
/*堆栈 当前大小*/
}
stack ;
#define LEN sizeof(
www.eeworm.com/read/134340/13995075
h struct.h
www.eeworm.com/read/134026/14012046
h struct.h
#ifndef STRUCT_HEADERS
#define STRUCT_HEADERS
//used structures
typedef struct point
{
int x;
int y;
} point;
typedef struct cell_indexes
{
int row;
int col;
} cell_ind;
#endif
www.eeworm.com/read/202443/15384080
dat struct.dat
www.eeworm.com/read/202443/15384081
db struct.db
www.eeworm.com/read/112881/15475229
h struct.h
int s; //全局变量,s=「m/2 ,B-树除头结点外的所有非终端结点所至少有的子树数目
#define FALSE 0
#define TRUE 1
#define ERROR 0
#define OK 1
#define A 5 //新书每次增加的本数
typedef int Status; //自定义函数类型