代码搜索:implicit

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

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

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/351636/3101798

txx vcl_vector.txx

#ifndef vcl_vector_txx_ #define vcl_vector_txx_ // -*- c++ -*- #include "vcl_vector.h" #if VCL_USE_IMPLICIT_TEMPLATES # include "iso/vcl_vector.txx" #elif !VCL_USE_NATIVE_STL # include "emu
www.eeworm.com/read/351636/3102067

txx vcl_stack.txx

#ifndef vcl_stack_txx_ #define vcl_stack_txx_ // -*- c++ -*- #include "vcl_stack.h" #if VCL_USE_IMPLICIT_TEMPLATES # include "iso/vcl_stack.txx" #else // only need "template class vcl_stack
www.eeworm.com/read/351636/3102198

txx vcl_deque.txx

#ifndef vcl_deque_txx_ #define vcl_deque_txx_ // -*- c++ -*- #include "vcl_deque.h" #if VCL_USE_IMPLICIT_TEMPLATES # include "iso/vcl_deque.txx" #elif !VCL_USE_NATIVE_STL # include "emulati
www.eeworm.com/read/237839/13927250

f90 main.f90

module Euler !!!!!!!!!!!!!!!!!!!!!module中的变量及常量4!!!!!!!!!!!!!!!!!!!!!!!! implicit none !private x,y,U,F,G,JJ,R integer,parameter::M=100 !x方向等分数 integer,parameter::N=60 !y方向等分数 integer
www.eeworm.com/read/282207/9114192

for source.for

SUBROUTINE Wsource USE VOF2D IMPLICIT REAL*8(A-H,O-Z),INTEGER(I-N) fa=1.0 TJ=T-TMAKE if(TJ.lt.twave)fa=0.5*(1.0-dcos(pi*TJ/twave)) IF
www.eeworm.com/read/183326/9169976

c testscanw.c

/* gleaned from a web-search, shows a bug combining scanw and implicit scroll. * Date: 1997/03/17 * From: bayern@morpheus.cis.yale.edu * * $Id: testscanw.c,v 1.10 2002/10/19 22:11:24 tom Exp $
www.eeworm.com/read/376037/9335397

f90 sgldraw3.f90

module sgl_util use sgl implicit none contains subroutine Display() call sglClearBuffer() call sglColor3f(1.0,0,0) call sglRectV(-0.6, -0.6, 0.6, 0.6) call sglColor3i(0,255,0
www.eeworm.com/read/376037/9335459

f90 rline.f90

program main use IMSL implicit none integer, parameter :: NOBS = 5 real XDATA(NOBS), YDATA(NOBS) real B0, B1 real STAT(12) real xinc, xp, value real F,X F(X) = 2*X + 3 in
www.eeworm.com/read/169779/9838567

c default.c

/* Data base of default implicit rules for GNU Make. Copyright (C) 1988,89,90,91,92,93,94,95,96 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redist