代码搜索:structures

找到约 10,000 项符合「structures」的源代码

代码结果 10,000
www.eeworm.com/read/214932/15082539

h regs.h

/******************************************************************/ /* regs.h v1.00 */ /* 版权(c) 2003- 北京合众达电子技术有限责任公司 */ /* 设计者: 段立锋 */ /*******************
www.eeworm.com/read/214931/15082651

h regs.h

/******************************************************************/ /* regs.h v1.00 */ /* 版权(c) 2003- 北京合众达电子技术有限责任公司 */ /* 设计者: 段立锋 */ /*******************
www.eeworm.com/read/214930/15082734

h regs.h

/******************************************************************/ /* regs.h v1.00 */ /* 版权(c) 2003- 北京合众达电子技术有限责任公司 */ /* 设计者: 段立锋 */ /*******************
www.eeworm.com/read/212063/15166261

h queue.h

class Queue { public: // standard Queue methods Queue(); bool empty() const; Error_code append(const Queue_entry &item); Error_code serve(); Error_code retrieve(Queue_entry &
www.eeworm.com/read/212063/15166266

h stack.h

class Stack { public: // Standard Stack methods Stack(); bool empty() const; Error_code push(const Stack_entry &item); Error_code pop(); Error_code top(Stack_entry &item) con
www.eeworm.com/read/162614/5516889

c ppc-ldstruct.c

/* { dg-do run { target powerpc*-*-eabi* powerpc*-*-elf* powerpc*-*-linux* } } */ /* { dg-options "-O -mlong-double-128" } */ #include /* SVR4 and EABI both specify that 'long double' is
www.eeworm.com/read/162614/5529660

c struct-by-value-15_main.c

/* Test structures passed by value, including to a function with a variable-length argument lists. All struct members are of type _Complex long long. */ extern void struct_by_value_15_x (void
www.eeworm.com/read/162614/5529669

c struct-by-value-2_main.c

/* Test structures passed by value, including to a function with a variable-length argument list. This test is based on one contributed by Alan Modra. */ extern void struct_by_value_2_x (void)
www.eeworm.com/read/162614/5529672

c struct-by-value-12_main.c

/* Test structures passed by value, including to a function with a variable-length argument lists. All struct members are of type _Complex short. */ extern void struct_by_value_12_x (void); e
www.eeworm.com/read/162614/5529688

c struct-by-value-11_main.c

/* Test structures passed by value, including to a function with a variable-length argument lists. All struct members are of type _Complex char. */ extern void struct_by_value_11_x (void); ex