代码搜索:explicitly
找到约 1,905 项符合「explicitly」的源代码
代码结果 1,905
www.eeworm.com/read/163959/5504222
java batcher.java
//$Id: Batcher.java,v 1.6 2005/03/21 09:54:25 maxcsaucdk Exp $
package org.hibernate.jdbc;
import java.sql.CallableStatement;
import java.sql.Connection;
import java.sql.PreparedStatement;
import jav
www.eeworm.com/read/162614/5522576
c template10.c
// { dg-do assemble }
// Copyright (C) 1999 Free Software Foundation
// by Alexandre Oliva
// bug report by Martin Sebor
// based on C++ Standard exa
www.eeworm.com/read/162614/5526256
f90 entry_2.f90
! { dg-do compile }
! Arguments to procedures with multiple entry points may be absent, however
! they are not optional, unless explicitly maked as such.
subroutine foo(i, a, b)
logical a(2, 2)
lo
www.eeworm.com/read/292797/8332752
am remake.am
## automake - create Makefile.in from Makefile.am
## Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/425214/10369643
cmd main.cmd
/****************************************************************************/
/* LINKER COMMAND FILE - MEMORY SPECIFICATION for C240/243 */
/* */
/****************************
www.eeworm.com/read/465649/7051375
def winver.def
NAME WINVER
EXETYPE WINDOWS
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE MULTIPLE
HEAPSIZE 1024
EXPORTS
; ===List your explicitly exported functions here===
www.eeworm.com/read/165343/7144022
m krawtchouk.m
% Explicitly compute a set of Krawtchouk polynomials
% Todd K. Moon, Sept 2, 2004
% Copyright 2004 by Todd K. Moon
% Permission is granted to use this program/data
% for educational/research only
n
www.eeworm.com/read/145991/5741889
h scrsize.h
/*--------------------------------------------------------------------*/
/* s c r s i z e . h */
/*
www.eeworm.com/read/145991/5741910
h dcpstats.h
/*--------------------------------------------------------------------*/
/* d c p s t a t s . h */
/*
www.eeworm.com/read/144216/5752282
pl dynixptx.pl
# On DYNIX/ptx 4.0 (v4.1.3), ndbm is actually contained in the
# libc library, and must be explicitly linked against -lc when compiling.
$self->{LIBS} = ['-lc'];