代码搜索:Head

找到约 10,000 项符合「Head」的源代码

代码结果 10,000
www.eeworm.com/read/289770/8528087

h head.h

#ifndef _WAVE_H_ #define _WAVE_H_ #pragma pack(push, 1) struct Frame//音频数据结构 { unsigned __int32 iIndex;//音频数据序号 char cb[12];//音频数据? }; #pragma pack(pop) #pragma pack(push, 1) struct Ta
www.eeworm.com/read/289593/8540719

h head.h

#ifndef HEAD_H #define HEAD_H #include "Data.h" void http_head_req(struct request *); #endif
www.eeworm.com/read/289593/8540740

c head.c

#define _XOPEN_SOURCE 500 #include #include #include #include #include #include #include #include #include
www.eeworm.com/read/389156/8546125

htm head.htm

www.eeworm.com/read/289442/8551176

htm head.htm

www.eeworm.com/read/289442/8551460

htm head.htm

www.eeworm.com/read/289411/8554385

fix head.fix

www.eeworm.com/read/188245/8555299

h head.h

struct WORDS { int ID; //单词种别 char name[10]; //单词符号的属性值 };
www.eeworm.com/read/388979/8558672

s head.s

.global _start .include "init.inc" @ the mini_boot start here! _start: @ Exception vector table @ 0x00 Reset Supervisor b reset @ 0x04 Undefined instruction b . @ 0x08 Software Interrupt b . @ 0x0
www.eeworm.com/read/289120/8574640

s head.s

/* * linux/boot/head.s * * (C) 1991 Linus Torvalds */ /* * head.s contains the 32-bit startup code. * * NOTE!!! Startup happens at absolute address 0x00000000, which is also where * the p