代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/268818/4249468
v up_down_implicit1.v
module Up_Down_Implicit1 (count, up_dwn, clock, reset_);
output [2: 0] count;
input [1: 0] up_dwn;
input clock, reset_;
reg [2: 0] count;
always @ (negedge clock or negedge
www.eeworm.com/read/268818/4249509
v up_down_implicit1.v
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|12 Jun 2002 17:05:42 -0000
vti_extenderversion:SR|5.0.2.4330
vti_lineageid:SR|{C16A435F-4B46-4D6E-A7BD-1ED3BBCFB57A}
vti_cacheddtm:TX|12 Jun 2002 17
www.eeworm.com/read/366702/2876368
f90 module_implicit_conversion.f90
! { dg-do compile }
! { dg-options "-std=gnu" }
module module_implicit_conversion
! double complex :: s = (1.0D0, 0D0)
double complex :: s = (1.0, 0D0)
end module module_implicit_conversion
! {
www.eeworm.com/read/366702/2877683
f90 external_implicit_none.f90
! { dg-do compile }
! Tests fix for PR18737 - ICE on external symbol of unknown type.
program test
implicit none
real(8) :: x
external bug ! { dg-error "has no IMPLICIT type" }
x = 2
print
www.eeworm.com/read/366702/2882558
c werror-implicit-function-declaration.c
/* { dg-do compile } */
/* { dg-options "-std=c89 -Werror-implicit-function-declaration" } */
void f(void)
{
puts("Hello"); /* { dg-error "implicit declaration of function" } */
}
www.eeworm.com/read/162614/5536199
java implicit_activation_policy_id.java
/* IMPLICIT_ACTIVATION_POLICY_ID.java --
Copyright (C) 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modif
www.eeworm.com/read/162519/5545731
java implicit_activation_policy_id.java
/* IMPLICIT_ACTIVATION_POLICY_ID.java --
Copyright (C) 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modif
www.eeworm.com/read/242866/4533952
svn-base test_implicit_cast.cpp.svn-base
K 13
svn:eol-style
V 6
native
K 12
svn:keywords
V 23
Author Date Id Revision
END
www.eeworm.com/read/242866/4533981
svn-base test_implicit_cast.cpp.svn-base
// Copyright (c) 2004 Daniel Wallin and Arvid Norberg
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the "Soft