代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/225922/14511086
f90 example1.f90
PROGRAM example1
! Code converted using TO_F90 by Alan Miller
! Date: 2001-06-09 Time: 23:45:31
USE Kernel_Regression
IMPLICIT NONE
INTEGER :: nue, kord, i, ismo = 0, j
INTEGER, PARAM
www.eeworm.com/read/221870/14716649
f90 ex1203f.f90
module typedef
implicit none
type person
sequence ! 强迫自定义类型中的变量会依顺序在内存中排列
integer age
real weight, height
end type
end module
module cprog
interface
subroutine S
www.eeworm.com/read/221868/14716707
f90 ex0702.f90
program ex0702
implicit none
integer :: student1, student2, student3, student4, student5
integer :: i
write(*,*) "Number 1"
read(*,*) student1
write(*,*) "Number 2"
read(*,*) stud
www.eeworm.com/read/208614/15242273
f90 ex0702.f90
program ex0702
implicit none
integer :: student1, student2, student3, student4, student5
integer :: i
write(*,*) "Number 1"
read(*,*) student1
write(*,*) "Number 2"
read(*,*) stud
www.eeworm.com/read/208614/15242449
f90 ex1203f.f90
module typedef
implicit none
type person
sequence ! 强迫自定义类型中的变量会依顺序在内存中排列
integer age
real weight, height
end type
end module
module cprog
interface
subroutine S
www.eeworm.com/read/470720/1451812
c c90-impl-decl-1.c
/* Test for implicit function declaration: in C90 only. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1990 -pedantic-errors" } */
void
foo (vo
www.eeworm.com/read/470720/1452164
c c90-impl-int-1.c
/* Test for implicit int: in C90 only. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1990 -pedantic-errors" } */
extern foo;
bar (void) { }
www.eeworm.com/read/470720/1452625
c c99-impl-decl-1.c
/* Test for implicit function declaration: in C90 only. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1999 -pedantic-errors" } */
void
foo (vo
www.eeworm.com/read/470693/1463758
c c90-impl-decl-1.c
/* Test for implicit function declaration: in C90 only. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1990 -pedantic-errors" } */
void
foo (vo
www.eeworm.com/read/470693/1464110
c c90-impl-int-1.c
/* Test for implicit int: in C90 only. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1990 -pedantic-errors" } */
extern foo;
bar (void) { }