代码搜索:Struct
找到约 10,000 项符合「Struct」的源代码
代码结果 10,000
www.eeworm.com/read/276828/10706115
inc struct.inc
; Macroinstructions for defining data structures
macro struct name
{ fields@struct equ name
match child parent, name \{ fields@struct equ child,fields@\#parent \}
sub@struct equ
str
www.eeworm.com/read/421671/10712642
h struct.h
#ifndef _mydb_student_markinfo_system_struct
#define _mydb_student_markinfo_system_struct
#include "macro.h"
typedef struct _submarkinfo
{
bool flag; //flag=0表该块无效
int sub_id; //科目的id号
www.eeworm.com/read/421312/10741646
h struct.h
www.eeworm.com/read/276204/10753700
c struct.c
#include
#include
#include
typedef struct BIO
{
char name[16];
unsigned age;
}BIO;
BIO *CreateBio(const char *name, unsigned age);
int main(void)
{
BIO exfriend;
BIO
www.eeworm.com/read/275923/10785390
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/275401/10817844
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/419765/10839172
i struct.i
// Kernel-only symbols
%ignore init_struc;
%ignore save_struc;
%ignore term_struc;
%feature("compactdefaultargs") add_struc;
%include "struct.hpp"
// Add a get_member() member function to st
www.eeworm.com/read/270537/11033584
h struct.h
www.eeworm.com/read/469535/6929987
cpp struct.cpp
#include
#include
void main()
{int NUM,I;
struct STUDENT
{char NAME[30];
int AGE;
char ID[10];
};
struct STUDENT STD[100];
cprintf("\nHow many student do you ha
www.eeworm.com/read/469535/6929988