代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/351636/3102289
txx vcl_string.txx
#ifndef vcl_string_txx_
#define vcl_string_txx_
// -*- c++ -*-
#include "vcl_string.h"
#if VCL_USE_IMPLICIT_TEMPLATES
# include "iso/vcl_string.txx"
#elif defined(VCL_EGCS)
# include "egcs/
www.eeworm.com/read/351636/3102335
txx vcl_utility.txx
#ifndef vcl_utility_txx_
#define vcl_utility_txx_
// -*- c++ -*-
#include "vcl_utility.h"
#if VCL_USE_IMPLICIT_TEMPLATES
# include "iso/vcl_utility.txx"
#elif !VCL_USE_NATIVE_STL
# include
www.eeworm.com/read/351418/3108162
mak dirsrc.mak
# -*- Makefile -*- Time-stamp:
# $Id: dirsrc.mak 1802 2005-11-01 08:25:57Z complement $
# Some trick to build implicit rules for sources in some different
# subdirectories
www.eeworm.com/read/162614/5531255
c 20020116-2.c
/* This testcase ICEd on sparc64 because -mcpu=supersparc and implicit
-m64 resulted in MASK_V8 and MASK_V9 to be set at the same time. */
/* { dg-do compile } */
/* { dg-options "" } */
/* { dg-o
www.eeworm.com/read/367627/9739401
f90 maccormack.f90
program maccormack
implicit none
integer,parameter::Nmax=200
real(kind=8),parameter::r=1.4
real(kind=8),parameter::dt0=0.1
real(kind=8),parameter::time=0.14
real(kind=8),parameter::dx=1.0/Nmax
www.eeworm.com/read/237839/13927242
f90 modi.f90
module Euler
!!!!!!!!!!!!!!!!!!!!!module中的变量及常量!!!!!!!!!!!!!!!!!!!!!!!!
implicit none
!private x,y,U,F,G,JJ,R
integer,parameter::M=100 !x方向等分数
integer,parameter::N=40 !y方向等分数
intege
www.eeworm.com/read/235702/14055716
c asn1fix_tags.c
#include "asn1fix/asn1fix_internal.h"
#define ADD_TAG(skip, newtag) do { \
void *__p; \
if(skip && !(flags & AFT_FULL_COLLECT)) { \
if(newtag.tag_mode != TM_IMPLICIT) \
skip--;
www.eeworm.com/read/291542/8410438
for solveall.for
! copyright:wangaifeng
! DATE :2007-07-25
! Company :GUCAS
subroutine solveall(u,nx,ny,dt,dx,dy,ighost,gama)
implicit real(a-h,o-z)
real u(-ighost:nx+ighost,-ighost:ny+i
www.eeworm.com/read/282207/9114200
for qbalance.for
SUBROUTINE QBALANCE
USE VOF2D
IMPLICIT REAL*8(A-H,O-Z)
CHARACTER*15 FILENAME3,FILENAME4
! INCLUDE 'vof.INC'
real*8 sumu(6,mj), sumvis(6,mj), sumTK
www.eeworm.com/read/183625/9147262
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