代码搜索:implicit

找到约 5,250 项符合「implicit」的源代码

代码结果 5,250
www.eeworm.com/read/470693/1463712

c c99-impl-int-1.c

/* Test for implicit int: in C90 only. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "-std=iso9899:1999 -pedantic-errors" } */ extern foo; /* { dg-bogus "wa
www.eeworm.com/read/470693/1464019

c c99-main-1.c

/* Test for implicit return 0 from main in C99. */ /* Origin: Joseph Myers */ /* { dg-do run } */ /* { dg-options "-std=iso9899:1999 -pedantic-errors -Wreturn-type -O -fhosted" } */
www.eeworm.com/read/460526/1560705

f90 global.f90

module GLOBAL implicit none integer, parameter :: blocktype = 7 type color3i integer r,g,b end type ! 每种方块的颜色 type(color3i) :: color(blocktype) = (/ color3i(0,0,255),&
www.eeworm.com/read/460526/1560739

f90 input.f90

! Interactive的绘图范例 ! By Perng 1997/9/20 program Plot_Sine use DFLIB implicit none logical :: result integer :: input type(WindowConfig) :: wc real(kind=8), external :: f1,f2,f3 ! 所要绘
www.eeworm.com/read/460526/1560748

f90 dialog.f90

! ! 使用菜单及对话窗的范例 ! By Perng 1997/9/22 program Menu_Demo use DFLIB implicit none type(windowconfig) :: wc integer :: result integer :: i,ix,iy wc.numxpixels=200 ! 窗口的宽 wc.numypix
www.eeworm.com/read/233522/4667829

txx vcl_queue.txx

#ifndef vcl_queue_txx_ #define vcl_queue_txx_ // -*- c++ -*- #include "vcl_queue.h" #if VCL_USE_IMPLICIT_TEMPLATES # include "iso/vcl_queue.txx" #elif defined(VCL_GCC_295) && !defined(GNU_LI
www.eeworm.com/read/233448/4683960

c c99-impl-int-1.c

/* Test for implicit int: in C90 only. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "-std=iso9899:1999 -pedantic-errors" } */ extern foo; /* { dg-bogus "wa
www.eeworm.com/read/233448/4685070

c c99-main-1.c

/* Test for implicit return 0 from main in C99. */ /* Origin: Joseph Myers */ /* { dg-do run } */ /* { dg-options "-std=iso9899:1999 -pedantic-errors -Wreturn-type -O -fhosted" } */
www.eeworm.com/read/190666/5179389

c c99-impl-int-1.c

/* Test for implicit int: in C90 only. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "-std=iso9899:1999 -pedantic-errors" } */ extern foo; /* { dg-bogus "wa
www.eeworm.com/read/190666/5179619

c c99-main-1.c

/* Test for implicit return 0 from main in C99. */ /* Origin: Joseph Myers */ /* { dg-do run } */ /* { dg-options "-std=iso9899:1999 -pedantic-errors -Wreturn-type -O -fhosted" } */