代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/210681/15193479
m bswrite.m
%BSWRITE BSWRITE(BASESTATION, FILENAME) writes base stations to parameter file
%
%Inputs:
% BASESTATION: array of base station structures to be saved
% FILENAME : name of the output file (
www.eeworm.com/read/163883/5506583
h batchclassification.h
//-------------------------------------------------------------------
// Author........: Aleksander 豩rn
// Date..........:
// Description...:
// Revisions.....:
//================================
www.eeworm.com/read/163883/5506589
h indiscernibilitygraph.h
//-------------------------------------------------------------------
// Author........: Aleksander 豩rn
// Date..........:
// Description...:
// Revisions.....:
//================================
www.eeworm.com/read/163883/5506592
h discernibilityfunction.h
//-------------------------------------------------------------------
// Author........: Aleksander 豩rn
// Date..........:
// Description...:
// Revisions.....:
//================================
www.eeworm.com/read/162614/5528277
c pr16566-1.c
/* ICE with flexible arrays in non-lvalue structures. Bug 16566
(comment #3). */
struct S;
struct C {
int i;
struct S *tab[];
};
struct S { struct C c; };
void foo (struct S *x) {
f
www.eeworm.com/read/162614/5528335
c 20031011-1.c
/* PR optimization/12544 */
/* Origin: Tony Hosking */
/* Verify that non-local structures passed by invisible
reference are correctly put in the stack. */
typedef struct
www.eeworm.com/read/162614/5528433
c pr16566-3.c
/* ICE with flexible arrays in non-lvalue structures. Bug 16566
(testcase from duplicate bug 16575). */
struct S;
struct C {
int i;
struct S *tab[];
};
struct S { struct C c; };
void foo
www.eeworm.com/read/162614/5529107
c struct-empty-1.c
/* Test diagnostics for empty structures and unions. Test with no
special options. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "" } */
struct