代码搜索:struct
找到约 10,000 项符合「struct」的源代码
代码结果 10,000
www.eeworm.com/read/223356/14643702
h struct.h
www.eeworm.com/read/223309/14646738
s struct.s
struct model //输入的温度;结构名为locate;
{unsigned char temp; //室内温度存储单元;
unsigned char humidity; //室内湿度存储单元;
};
www.eeworm.com/read/122603/14679915
h struct.h
// DHCP message format
struct DHCP_MESSAGE
{
union
{
char buffer[1];
u_int8_t msg_type; // Message type
} u_msg_type;
union
{
char buffer[4];
u_int32_t trans
www.eeworm.com/read/122603/14679969
h struct.h
// DHCP message format
struct DHCP_MESSAGE
{
union
{
char buffer[1];
u_int8_t msg_type; // Message type
} u_msg_type;
union
{
char buffer[4];
u_int32_t trans_
www.eeworm.com/read/221874/14716373
h struct.h
#include
#include
#include
#include
#include
#define MAXLINE 1024
#define MAXfloat 214748364700.0
#define MAXINT 2147483647
#define MININT -2147483
www.eeworm.com/read/221874/14716416
h struct.h
#include
#include
#include
#include
#include
#define MAXLINE 1024
#define MAXfloat 214748364700.0
#define MAXINT 2147483647
#define MININT -2147483
www.eeworm.com/read/221571/14737196
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/120381/14804531
c struct.c
#include
#include
#define N 30
typedef struct student /*定义储存学生成绩信息的数组*/
{
char *name;
int chinese;
int maths;
int phy;
int total;
}ST;
main()
{
ST a[N]; /*存储N个学生信息的数
www.eeworm.com/read/120381/14804532
ncb struct.ncb
www.eeworm.com/read/120381/14804533
dsw struct.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################