代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/202234/15388851
f alloc3.f
SUBROUTINE ALLOC_GEO
C
USE MODULE1
IMPLICIT NONE
C
INTEGER :: NFSB,NEQ,NBLW1,ID
NEQ=NELET+4*NEX+NSLD+NACAT
NFSB=NFLD+NSORB+NACAT
NBLW1=NX*NY*
www.eeworm.com/read/376037/9335381
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/351740/10614172
f90 mesh.f90
MODULE MESH_VARIABLES
! Data structure for mesh-dependent variables
USE PRECISION_PARAMETERS
USE TYPES
IMPLICIT NONE
CHARACTER(255), PARAMETER :: meshid='$Id: mesh.f90 598 2007-09-16 21:02:07Z mc
www.eeworm.com/read/476406/6760802
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/409260/11338577
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/258562/11854129
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/336809/12414201
cce lcd1602.cce
Warning[000] D:\mcusoftware\pic board\lcd1602\lcd1602.c 142 : implicit return at end of non-void function
Warning[000] D:\mcusoftware\pic board\lcd1602\lcd1602.c 189 : unused variable definition: in
www.eeworm.com/read/208614/15242291
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/470720/1451766
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/470720/1452073
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" } */