代码搜索:Struct
找到约 10,000 项符合「Struct」的源代码
代码结果 10,000
www.eeworm.com/read/187737/5217198
tpl struct.tpl
PROC ifs%:
IF 0 REM Basic structure
PI
ENDIF
IF 0
PI
ELSE
PI
ENDIF
IF 0
PI
ELSEIF 1
PI
ELSEIF 2
PI
ELSE
PI
ENDIF
IF 0 REM nesting
www.eeworm.com/read/179911/5300342
h struct.h
/*
* struct.h
* Structure definitions
*
* Copyright (C) 1997 R間is Duchesne
* Copyright (C) 2000 Anton Altaparmakov
*/
/* Necessary forward definition */
struct ntfs_inode;
#ifdef __FreeBSD__
www.eeworm.com/read/178760/5313723
c struct.c
#ifdef TEST1
struct tag {
int good1;
register int bad; /* ERROR */
int good2;
} badstruct; /* IGNORE */
#endif
#ifdef TEST2
struct tag {
int good1;
int bad; /* IGNORE */
int bad; /* ERR
www.eeworm.com/read/178244/5317512
fc struct.fc
struct test
{
int a;
int height;
string b;
int test;
string c;
int d;
};
struct str_test
{
string name;
string id;
int height;
test t;
int i;
};
www.eeworm.com/read/177235/5331373
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
www.eeworm.com/read/177235/5331808
h struct.h
#ifdef UCD_COMPATIBLE
#include
#else
#error "Please update your headers or configure using --enable-ucd-snmp-compatibility"
#endif
www.eeworm.com/read/176331/5338522
h struct.h
//
// Struct.h -- structures and declarations for windows
// commander.
//
#ifndef __STRUCT_H__
#define __STRUCT_H__
typedef struct _ITEMINFO
{
int nIcon;
CString strFileType;
W
www.eeworm.com/read/176331/5338550
h struct.h
//
// Struct.h -- structures and declarations for windows
// commander.
//
#ifndef __STRUCT_H__
#define __STRUCT_H__
typedef struct _ITEMINFO
{
int nIcon;
CString strFileType;
W
www.eeworm.com/read/171843/5391576
h struct.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/167133/5468630
java struct.java
/* Struct.java -- Mapping for a SQL structured type.
Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redi