代码搜索:struct
找到约 10,000 项符合「struct」的源代码
代码结果 10,000
www.eeworm.com/read/430518/1928434
h struct.h
/*
* struct.h - Structure definitions
*
* Copyright (C) 1997 R間is Duchesne
* Copyright (C) 2000-2001 Anton Altaparmakov (AIA)
*/
#include
/* Necessary forward definition. */
st
www.eeworm.com/read/420998/2058319
idl struct.idl
/* Fixed length struct */
struct S {
long a, b;
char c;
};
/* Variable length struct */
struct S2 {
string a;
S x;
};
interface foo {
S bar( in S s1, out S s2, inout S s3 );
S2 ba
www.eeworm.com/read/420998/2058350
idl struct.idl
struct S {
long a, b;
char c;
};
struct S2 {
long a;
S x;
};
interface foo {
void bar( in S s1, out S s2 );
void bar2( in S2 s );
S2 bar3();
};
www.eeworm.com/read/418351/2090216
h struct.h
//********************************************************************************************
//
// File : _struct.h header for all structure
//
//************************************************
www.eeworm.com/read/416830/2107558
idl struct.idl
/* Fixed length struct */
struct S {
long a, b;
char c;
};
/* Variable length struct */
struct S2 {
string a;
S x;
};
interface foo {
S bar( in S s1, out S s2, inout S s3 );
S2 ba
www.eeworm.com/read/416830/2107589
idl struct.idl
struct S {
long a, b;
char c;
};
struct S2 {
long a;
S x;
};
interface foo {
void bar( in S s1, out S s2 );
void bar2( in S2 s );
S2 bar3();
};
www.eeworm.com/read/415411/2135786
h struct.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/409122/2239603
plg struct.plg
Build Log
--------------------Configuration: STRUCT - Win32 Debug--------------------
Command Lines
Results
STRUCT.exe - 0 erro
www.eeworm.com/read/409122/2239604
dsp struct.dsp
# Microsoft Developer Studio Project File - Name="STRUCT" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co
www.eeworm.com/read/409122/2239605
dsw struct.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################