代码搜索:struct
找到约 10,000 项符合「struct」的源代码
代码结果 10,000
www.eeworm.com/read/233206/14163212
exe struct.exe
www.eeworm.com/read/232191/14204761
h struct.h
typedef struct
{
INT CylinderNum;
INT HeadNum;
INT SectorNum;
}CHS;
/*定义分区表项的结构*/
typedef struct
{
BYTE BootFlag; /*启动标志*/
CHS StartCHS;
www.eeworm.com/read/230464/14286775
h struct.h
typedef struct ModFrameTag
{
DWORD nOrder;
CString Content;
}ModFrame;
typedef ModFrame far * LPMODFRAME;
www.eeworm.com/read/229857/14314735
h struct.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/229469/14335852
h struct.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/228352/14389662
h struct.h
////////////////////////////////////////////////////
#include "RxGrid.h"
typedef struct //打印纸与逻辑设备的比率
{
float x;
float y;
}RatioStruct;
////////////////////////////////////////////////////
www.eeworm.com/read/228347/14390494
h struct.h
////////////////////////////////////////////////////
#include "RxGrid.h"
typedef struct //打印纸与逻辑设备的比率
{
float x;
float y;
}RatioStruct;
////////////////////////////////////////////////////
www.eeworm.com/read/224460/14589647
h struct.h
typedef struct ModFrameTag
{
DWORD nOrder;
CString Content;
}ModFrame;
typedef ModFrame far * LPMODFRAME;
www.eeworm.com/read/123847/14610047
c struct.c
/* struct.c: Illustrates structures */
#include
#include
struct Hitter {
char last[16];
char first[11];
int home_runs;
};
int main() {
struct Hitter h
www.eeworm.com/read/223356/14643637