代码搜索:struct
找到约 10,000 项符合「struct」的源代码
代码结果 10,000
www.eeworm.com/read/306202/13749663
cpp struct.cpp
#include "struct.h"
#include "stdio.h"
struct mydate * person_info::get_birthday(void)
{
return &birthday;
}
void person_info::set_birthday(void)
{
printf("请输入你的生日年份:");
scanf("%d",&bi
www.eeworm.com/read/306202/13749670
h struct.h
struct mydate
{
int year;
int month;
int day;
};
class person_info
{
private:
struct mydate birthday;
public:
char mail[40];
float current;
//member function
person_info
www.eeworm.com/read/306128/13752273
h struct.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LA
www.eeworm.com/read/302870/13825691
obj struct.obj
www.eeworm.com/read/302870/13825693
cpp struct.cpp
#include
#include
void main()
{
int NUM,I;
struct STUDENT
{
char NAME[30];
int AGE;
char ID[10];
};
struct STUDENT STD[100];
clrscr();
textcolor(LIGHTBL
www.eeworm.com/read/302870/13825694
exe struct.exe
www.eeworm.com/read/152814/5666535
h struct.h
#ifndef UCD_SNMP_STRUCT
#define UCD_SNMP_STRUCT
#define STRMAX 1024
#define SHPROC 1
#define EXECPROC 2
#define PASSTHRU 3
#define PASSTHRU_PERSIST 4
#define MIBMAX 30
struct extensible
{
char na
www.eeworm.com/read/148721/5709241
sbk struct.sbk
.set reorder
.globl addpoint
.text
.text
.align 2
.ent addpoint
addpoint:
.frame $sp,0,$31
.set noreorder
.cpload $25
.set reorder
sw $5,4($sp)
sw $6,8($sp)
sw $7,12($sp)
lw $24,4+0($sp)