代码搜索:implicit

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

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

f90 pr16597.f90

! { dg-do run } ! pr 16597 ! libgfortran ! reading a direct access record after it was written did ! not always return the correct data. program gfbug4 implicit none integer s
www.eeworm.com/read/366702/2877535

f90 char_result_8.f90

! Related to PR 15326. Compare functions that return string pointers with ! functions that return strings. ! { dg-do run } program main implicit none character (len = 30), target :: string ca
www.eeworm.com/read/366702/2877599

f90 array_constructor_1.f90

! { dg-do run } ! Check that [...] style array constructors work program bracket_array_constructor implicit none integer :: a(4), i a = [ 1, 2, 3, 4 ] do i = 1, size(a) if (a(
www.eeworm.com/read/366702/2877774

f90 reshape_transpose_1.f90

! { dg-do run } ! PR 31196 - reshape of transposed derived types generated ! wront results. program main implicit none TYPE datatype INTEGER :: I END TYPE datatype character (l
www.eeworm.com/read/366702/2881253

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/358128/3001577

pm warnings.pm

package encoding::warnings; $encoding::warnings::VERSION = '0.11'; use strict; use 5.007; =head1 NAME encoding::warnings - Warn on implicit encoding conversions =head1 VERSION This document descr
www.eeworm.com/read/357946/3010585

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/357946/3010591

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

cxx vcl_complex+vnl_rational-.cxx

#include #include #include // this function will tickle implicit templates for // some compilers and detect missing instances for others.
www.eeworm.com/read/471358/6890736

m nobias.m

function nb = nobias(ker) %NOBIAS returns true if SVM kernel has no implicit bias % % Usage: nb = nobias(ker) % % Parameters: ker - kernel type % % Author: Steve Gunn (srg@ecs.soton.a