代码搜索:Nested
找到约 7,462 项符合「Nested」的源代码
代码结果 7,462
www.eeworm.com/read/233448/4678398
m nested-3.m
/* Contributed by Nicola Pero - Fri Mar 9 19:39:15 CET 2001 */
#include
/* Test defining a nested function inside a method */
@interface Test
{
Class isa;
}
+ (int) test;
@end
@imp
www.eeworm.com/read/233448/4678870
f90 nested.f90
! Program to test the nested functions
program intrinsic_pack
integer, parameter :: val(9) = (/0,0,0,0,9,0,0,0,7/)
integer, dimension(3, 3) :: a
integer, dimension(6) :: b
a = reshape (va
www.eeworm.com/read/233448/4683481
c nested-2.c
/* APPLE LOCAL testsuite nested functions */
/* { dg-options "-fnested-functions" } */
/* APPLE LOCAL begin mainline 2005-08-08 */
/* PR 21894 */
void
CheckFile ()
{
char tagname[10];
char *a = t
www.eeworm.com/read/233448/4683508
c nested-1.c
/* APPLE LOCAL testsuite nested functions */
/* { dg-options "-fnested-functions" } */
typedef __SIZE_TYPE__ size_t;
extern int printf (const char *, ...);
extern void *memset (void *, int, size_t);
www.eeworm.com/read/233448/4687597
java nested_with_ctor.java
// Class nested_with_ctor
// Generated on Mon Jan 31 18:31:47 PST 2000
// The nested class contains explicit constructors. Their argument
// lists should be augmented with the alias initializer values
www.eeworm.com/read/233448/4687683
out nested_with_ctor.out
Testing class `nested_with_ctor'...
Yikes!321
(int)123