代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/393163/2487971
m plot_square_hhmm.m
function plot_square_hhmm(ev)
% Plot the square shape implicit in the evidence.
% ev{i,t} is the value of node i in slice t.
% The observed node contains a velocity (delta increment), which is conv
www.eeworm.com/read/392548/2495018
mak unzip.mak
.AUTODEPEND
# *Translator Definitions*
CC = bcc +UNZIP.CFG
TASM = TASM
TLINK = tlink
# *Implicit Rules*
.c.obj:
$(CC) -c {$< }
.cpp.obj:
$(CC) -c {$< }
# *List Macros*
EXE_dependencies =
www.eeworm.com/read/392548/2495019
mak zipinfo.mak
.AUTODEPEND
# *Translator Definitions*
CC = bcc +ZIPINFO.CFG
TASM = TASM
TLINK = tlink
# *Implicit Rules*
.c.obj:
$(CC) -c {$< }
.cpp.obj:
$(CC) -c {$< }
# *List Macros*
EXE_dependencies
www.eeworm.com/read/388600/2548912
f90 rwemig.f90
program RWEmig
use rsf
use wemig
implicit none
type (file) :: Fi, Fo, Fm, Fr
type(axa) :: ax,az,aw,ar
integer :: method
integer :: iz
logical :: verb
real, allocatable :: aa(
www.eeworm.com/read/382594/2633875
install-sh
#! /bin/sh
#
# install - install a program, script, or datafile
# This comes from X11R5.
#
# Calling this script install-sh is preferred over install.sh, to prevent
# `make' implicit rules from
www.eeworm.com/read/376006/2718005
out foreign_key.out
--
-- FOREIGN KEY
--
-- MATCH FULL
--
-- First test, check and cascade
--
CREATE TABLE PKTABLE ( ptest1 int PRIMARY KEY, ptest2 text );
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "
www.eeworm.com/read/366702/2865192
c 3dnow-1.c
/* { dg-do assemble } */
/* { dg-options "-O2 -Werror-implicit-function-declaration -m3dnow" } */
/* Test that the intrinsics compile with optimization. All of them are
defined as inline function
www.eeworm.com/read/366702/2865471
c overflow-warn-5.c
/* PR c/27273 */
/* { dg-do compile } */
/* { dg-options "-Woverflow" } */
unsigned char rx_async(unsigned char p) {
return p & 512; /* { dg-warning "overflow in implicit constant conversion" } *
www.eeworm.com/read/366702/2865534
c wsign-conversion.c
/* Test for diagnostics for implicit conversions between signed and
unsigned integer types.
C++ equivalent of gcc/testsuite/gcc.dg/Wsign-conversion.c */
// { dg-do compile }
// { dg-options "
www.eeworm.com/read/366702/2868284
c ptrmem6.c
// Copyright (C) 2007 Free Software Foundation
// Contributed by Ollie Wild
// { dg-do compile }
// Assorted pointer to data member implicit cast tests.
struct A { int x; };
struct