代码搜索:implicit

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

代码结果 5,250
www.eeworm.com/read/162614/5526560

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/340665/3273268

c explicit1.c

// { dg-do link } // { dg-options "-fno-implicit-templates" } template struct C { ~C(); }; template C::~C() {} struct X { C *p; ~X() { delete p; } }; template class
www.eeworm.com/read/321483/3535247

t getcurrentthreadid.t

use strict; use Config qw(%Config); use Test; use Win32; unless ($Config{ccflags} =~ /PERL_IMPLICIT_SYS/) { print "1..0 # Skip: Test requires fork emulation\n"; exit 0; } plan tests => 1; i
www.eeworm.com/read/440906/1774896

c explicit1.c

// { dg-do link } // { dg-options "-fno-implicit-templates" } template struct C { ~C(); }; template C::~C() {} struct X { C *p; ~X() { delete p; } }; template class
www.eeworm.com/read/438676/1823879

makefile

TARGET_TYPE := EXECUTABLE COMPILKIND := implicit MAIN_SRC := i2c_test.c ifndef SAMPLE_DIR SAMPLE_DIR := ../../../samples endif HELPER := \ $(SAMPLE_DIR)/dbgimplementation.o \ $(SAMPLE_
www.eeworm.com/read/412408/2170342

makefile

TARGET_TYPE := EXECUTABLE COMPILKIND := implicit MAIN_SRC := i2c_test.c ifndef SAMPLE_DIR SAMPLE_DIR := ../../../samples endif HELPER := \ $(SAMPLE_DIR)/dbgimplementation.o \ $(SAMPLE_
www.eeworm.com/read/407641/2260964

makefile

TARGET_TYPE := EXECUTABLE COMPILKIND := implicit MAIN_SRC := i2c_test.c ifndef SAMPLE_DIR SAMPLE_DIR := ../../../samples endif HELPER := \ $(SAMPLE_DIR)/dbgimplementation.o \ $(SAMPLE_
www.eeworm.com/read/396408/2419907

txt aa.txt

In file included from ../mplaylib.h:3, from demux_real.c:23: ../uclib.h: In function `uc_malloc': ../uclib.h:106: warning: implicit declaration of function `alloc' ../uclib.h: In func
www.eeworm.com/read/393688/2472167

f cpr.f

subroutine cpr (nlon, nlat, nlev, numcases, lnorm, verbose) ! ! $Id: cpr.F,v 1.1.6.3 2002/04/24 03:24:53 erik Exp $ ! use precision use header use stats use nldat implicit none include '
www.eeworm.com/read/393688/2472676

f plevs0.f

subroutine plevs0 (nlon, nlev, hyai, hybi, hyam, hybm, ps, pmid, pdel, ps0) ! ! $Id: plevs0.F,v 1.1 2000/09/01 22:58:44 rosinski Exp $ ! implicit none !----------------------------------------------