代码搜索:implicit

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

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

f90 read_logical.f90

! { dg-do run } ! PR 26554 : Test logical read from string. Test case derived from PR. ! Submitted by Jerry DeLisle . program bug implicit none character*30 :: strg logica
www.eeworm.com/read/366702/2877797

f90 chmod_3.f90

! { dg-do run } ! { dg-options "-std=gnu -fdefault-integer-8" } implicit none character(len=*), parameter :: n = "foobar_file" integer :: i open (10,file=n) close (10,status="delete") op
www.eeworm.com/read/366702/2877799

f90 direct_io_1.f90

! { dg-do run } ! PR 16908 ! Segfaulted on second set of writes. We weren't handling partial records ! properly when calculating the file position. program direct_io_1 implicit none integer n, n
www.eeworm.com/read/369540/9641159

makefile~

CC = gcc LINK = gcc CFLAGS = -g -c INCPATH = LIBS = OBJECTS_DIR = ./ TARGET=sig1 sig2 sig3 ####### Implicit rules .SUFFIXES: .c .c.o: $(CC) $(CFLAGS) $(INCPATH) -o $@ $< #####
www.eeworm.com/read/369540/9641194

makefile~

CC = gcc LINK = gcc CFLAGS = -g -c INCPATH = LIBS = OBJECTS_DIR = ./ TARGET=sig1 sig2 sig3 ####### Implicit rules .SUFFIXES: .c .c.o: $(CC) $(CFLAGS) $(INCPATH) -o $@ $< #####
www.eeworm.com/read/369540/9641219

makefile

CC = gcc LINK = gcc CFLAGS = -g -c INCPATH = LIBS = OBJECTS_DIR = ./ TARGET=sig1 sig2 sig3 ####### Implicit rules .SUFFIXES: .c .c.o: $(CC) $(CFLAGS) $(INCPATH) -o $@ $< #####
www.eeworm.com/read/291542/8410487

for bound.for

! copyright:wangaifeng ! DATE :2007-07-25 ! Company :GUCAS subroutine bound(u,nx,ny,ighost) implicit real (a-h,o-z) real u(-ighost:nx+ighost,-ighost:ny+ighost,0:3)
www.eeworm.com/read/190459/8443068

m rbf_kernel.m

function x = RBF_kernel(a,b, sigma2) % Radial Basis Function (RBF) kernel function for implicit higher dimension mapping % % X = RBF_kernel(a,b,sig2) % % 'sig2' contains the SQUARED variance of the R
www.eeworm.com/read/390183/8480105

makefile

# # Make info documentation # AUXFILES = *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.dvi SRCS = rdoff.texi OUTS = rdoff.info rdoff.html rdoff.ps rdoff.pdf ## Implicit rules %.html
www.eeworm.com/read/429504/8804792

m rbf_kernel.m

function x = RBF_kernel(a,b, sigma2) % Radial Basis Function (RBF) kernel function for implicit higher dimension mapping % % X = RBF_kernel(a,b,sig2) % % 'sig2' contains the SQUARED variance of the R