代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/233448/4684160
c parm-impl-decl-1.c
/* Test implicit function declarations and other odd declarations in
function prototypes. Bug 18239. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-option
www.eeworm.com/read/227630/4770650
java mainmenu.java
package com.j2medev.chapter7;
import javax.microedition.lcdui.*;
public class MainMenu extends List implements CommandListener {
public MainMenu() {
super("Select", List.IMPLICIT);
www.eeworm.com/read/227630/4770663
java mainmenu.java
package com.j2medev.chapter7;
import javax.microedition.lcdui.*;
public class MainMenu extends List implements CommandListener {
public MainMenu() {
super("Select", List.IMPLICIT);
www.eeworm.com/read/193974/5138248
py test_descrtut.py
# This contains most of the executable examples from Guido's descr
# tutorial, once at
#
# http://www.python.org/2.2/descrintro.html
#
# A few examples left implicit in the writeup were fleshed ou
www.eeworm.com/read/190666/5175387
c 900209_01.c
// g++ 1.36.1 bug 900209_01
// g++ implicitly casts values whose types are "void*" to other pointer
// types (just as the language rules for C permit). Such implicit
// conversions are not allowed b
www.eeworm.com/read/190666/5175525
c template36.c
// Testcase for implicit 'typename' and resolution of 'typename's in the
// current scope.
class base1 {
public:
int bar() const
{ return 1; }
};
class base2 {
public:
int bar() const
www.eeworm.com/read/183001/5258947
out plpython_schema.out
CREATE TABLE users (
fname text not null,
lname text not null,
username text,
userid serial,
PRIMARY KEY(lname, fname)
) ;
NOTICE: CREATE TABLE will create implicit sequence "users_userid_seq"
www.eeworm.com/read/180137/5289403
1 glimpseindex.1
.TH GLIMPSEINDEX l "November 10, 1997"
.SH NAME
\fIglimpseindex 4.1\fP - index whole file systems to be searched by glimpse
.SH OVERVIEW
\fIGlimpse\fP (which stands for GLobal IMPlicit SEarch)
is a po
www.eeworm.com/read/169697/5412993
in fmisc.f.in
program main
implicit none
include 'mpif.h'
@F77MPIOINC@
! Fortran equivalent of misc.c
! tests various miscellaneous functions.
integer buf(1024), amode, fh,
www.eeworm.com/read/169697/5413000
in fperf.f.in
program main
implicit none
include 'mpif.h'
@F77MPIOINC@
! Fortran equivalent of perf.c
integer SIZE
parameter (SIZE=1048576*4)
! read/write size per no