代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/366702/2881005
c c99-impl-int-1.c
/* Test for implicit int: in C90 only. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1999 -pedantic-errors" } */
extern foo; /* { dg-bogus "wa
www.eeworm.com/read/366702/2882397
c c99-main-1.c
/* Test for implicit return 0 from main in C99. */
/* Origin: Joseph Myers */
/* { dg-do run } */
/* { dg-options "-std=iso9899:1999 -pedantic-errors -Wreturn-type -O -fhosted" } */
www.eeworm.com/read/351636/3102080
txx vcl_queue.txx
#ifndef vcl_queue_txx_
#define vcl_queue_txx_
// -*- c++ -*-
#include "vcl_queue.h"
#if VCL_USE_IMPLICIT_TEMPLATES
# include "iso/vcl_queue.txx"
#elif defined(VCL_GCC_295) && !defined(GNU_LI
www.eeworm.com/read/293205/8309078
plg project.plg
Build target 'Release in ChipFlash'
compiling target.c...
assembling IRQ.s...
assembling Startup.s...
compiling MAIN.C...
compiling Os_cpu_c.c...
arm\Os_cpu_c.c(141): warning: #1267-D: Implicit
www.eeworm.com/read/376037/9335351
f90 sglimg3.f90
module sgl_util
use sgl
implicit none
integer(1), save :: mountain(3*512*512)
integer(4), save :: mountain4(3*512*512/4)
integer(1), save :: ufo(3*512*512)
integer(4), save :: ufo4(3
www.eeworm.com/read/376037/9335389
f90 sglimg4.f90
module sgl_util
use sgl
implicit none
integer(1), save :: mountain(4*512*512)
integer(4), save :: mountain4(4*512*512/4)
integer(1), save :: ufo(4*512*512)
integer(4), save :: ufo4(4
www.eeworm.com/read/365788/9847051
txt 9-模拟理想海上勘探条件下合成野外磁带-p100.txt
implicit none
!# synthetic marine data tape movie generation
integer:: it,nt,ih,nh,is,ns,iz,nz,it0,iy,kbyte
real p(512),b(512),refl(25,16),z(25),geol(25),rand
open(3,file="plot.txt")
www.eeworm.com/read/458162/7303059
f90 qiemiantu3.f90
program main
IMPLICIT NONE
integer i,j,k
real slicew(313,19),w(617,447,19)
real x(313),y(313)
character(len=40) inname(30),outname(30)
character(len=3) in
character(len=10) out
character(le
www.eeworm.com/read/136989/5838470
cpp callback.cpp
//
// Callback.cpp,v 1.2 2003/12/30 05:25:20 dhinton Exp
//
#include "Callback.h"
#include "Implicit_Deactivator.h"
#include "ace/OS_NS_time.h"
ACE_RCSID(TAO_RTEC_Perf_RTCORBA_Callback, Callba