代码搜索:implicit

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

代码结果 5,250
www.eeworm.com/read/366702/2877608

f90 common_11.f90

! { dg-do compile } ! ! PR fortran/34658 ! ! Check for more COMMON constrains ! block data implicit none integer :: x, a ! { dg-warning "Initialized variable 'a' at .1. is in a blank COMMON" }
www.eeworm.com/read/366702/2881636

c wimplicit-function-declaration-c89.c

/* { dg-do compile } */ /* { dg-options "-std=c89 -Wimplicit-function-declaration" } */ void f(void) { puts("Hello"); /* { dg-warning "implicit declaration of function" } */ }
www.eeworm.com/read/366702/2882729

c wimplicit-function-declaration-c99-pedantic.c

/* { dg-do compile } */ /* { dg-options "-std=c99 -pedantic-errors -Wall" } */ void f(void) { puts("Hello"); /* { dg-error "implicit declaration of function" } */ }
www.eeworm.com/read/366702/2883768

c redecl-5.c

/* Test for multiple declarations and composite types. Diagnosis of incompatible implicit declaration. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options
www.eeworm.com/read/473767/6839486

f90 ans0503.f90

program main implicit none integer age, money real tax write(*,*) "请输入年龄" read(*,*) age write(*,*) "请输入月收入" read(*,*) money if ( age
www.eeworm.com/read/173804/9635152

txt dip_fdtd.f90.txt

program test_fdtd !-- Fortran code for FDTD with Berenger PMLs, version 1.0, May 1999 !-- by Jos Bergervoet. !-- Plot field and/or Poynting vector S around radiating linear dipole implicit
www.eeworm.com/read/369540/9641195

makefile

CC = gcc LINK = gcc CFLAGS = -g -c INCPATH = LIBS = OBJECTS_DIR = ./ TARGET=semaphore ####### Implicit rules .SUFFIXES: .c .c.o: $(CC) $(CFLAGS) $(INCPATH) -o $@ $< ####### Bu
www.eeworm.com/read/189512/8466721

1 glimpseindex.1

.TH GLIMPSEINDEX l "November 10, 1997" .SH NAME \fIglimpseindex 4.1\fP - index whole file systems to be searched by glimpse .SH OVERVIEW \fIGlimpse\fP (which stands for GLobal IMPlicit SEarch) is a po
www.eeworm.com/read/289710/8533812

m nobias.m

function nb = nobias(ker) %NOBIAS returns true if SVM kernel has no implicit bias % % Usage: nb = nobias(ker) % % Parameters: ker - kernel type % % Author: Steve Gunn (srg@ecs.soton.a
www.eeworm.com/read/289416/8552831

m nobias.m

function nb = nobias(ker) %NOBIAS returns true if SVM kernel has no implicit bias % % Usage: nb = nobias(ker) % % Parameters: ker - kernel type % % Author: Steve Gunn (srg@ecs.soton.a