代码搜索:Struct
找到约 10,000 项符合「Struct」的源代码
代码结果 10,000
www.eeworm.com/read/135153/5888957
h console_struct.h
/*
* console_struct.h
*
* Data structure describing single virtual console except for data
* used by vt.c.
*
* Fields marked with [#] must be set by the low-level driver.
* Fields marked with [
www.eeworm.com/read/134479/5892309
br struct_gather.br
// struct_gather.br
#include
typedef struct Pair_t {
float first;
float second;
} Pair;
/*
typedef struct traverser_t {
float4 index;//.xy is index into the aTree .zw is i
www.eeworm.com/read/134479/5892310
gold struct_gather.gold
{4.00, 0.00}
9999.0 9898.0 9797.0 9696.0 9595.0 9494.0 9393.0 9292.0 9191.0 9090.0
8989.0 8888.0 8787.0 8686.0 8585.0 8484.0 8383.0 8282.0 8181.0 8080.0
7979.0 7878.0 7777.0 7676.0 7575.0 7474.0 737
www.eeworm.com/read/134479/5892451
gold struct_input.gold
0.0 101.0 202.0 303.0 404.0 505.0 606.0 707.0 808.0 909.0
1010.0 1111.0 1212.0 1313.0 1414.0 1515.0 1616.0 1717.0 1818.0 1919.0
2020.0 2121.0 2222.0 2323.0 2424.0 2525.0 2626.0 2727.0
www.eeworm.com/read/134479/5892452
br struct_input.br
// struct_input.br
// Tests use of structures for input parameters.
#include
typedef struct Pair_t {
float first;
float second;
} Pair;
kernel void sumPairs( Pair p, out float resul
www.eeworm.com/read/134479/5892557
br struct_output.br
// struct_output.br
// Tests use of structures for output parameters (used multiple-output support)
#include
typedef struct Pair_t {
float first;
float second;
} Pair;
kernel void mak
www.eeworm.com/read/134479/5892558
gold struct_output.gold
{ 0, 100} { 1, 99} { 2, 98} { 3, 97} { 4, 96}
{ 5, 95} { 6, 94} { 7, 93} { 8, 92} { 9, 91}
{ 10, 90} { 11, 89} { 12, 88} { 13, 87} { 14, 86}
{ 15, 85} { 16, 84} { 17,
www.eeworm.com/read/133772/5902567
h var_struct.h
//==========================================================================
//
// ./agent/current/include/var_struct.h
//
//
//==============================================================
www.eeworm.com/read/132748/5909816
h console_struct.h
/*
* console_struct.h
*
* Data structure describing single virtual console except for data
* used by vt.c.
*
* Fields marked with [#] must be set by the low-level driver.
* Fields marked with [
www.eeworm.com/read/132649/5912599
h struct_dp.h
/*
* ===========================================================================
* PRODUCTION $Log: struct_dp.h,v $
* PRODUCTION Revision 1000.0 2004/04/14 20:27:00 gouriano
* PRODUCTION PRODUCT