代码搜索:Avoiding
找到约 159 项符合「Avoiding」的源代码
代码结果 159
www.eeworm.com/read/474523/6811651
h setjmp.h
/*
* setjmp.h
*
* Declarations supporting setjmp and longjump, a method for avoiding
* the normal function call return sequence. (Bleah!)
*
* This file is part of the Mingw32 package.
*
* Con
www.eeworm.com/read/147693/12538529
pl fig19_3.pl
% Figure 19.3 A loop-avoiding interpreter for hypotheses.
% Interpreter for hypotheses
% prove( Goal, Hypo, Answ):
% Answ = yes, if Goal derivable from Hypo in at most D steps
% Answ = no
www.eeworm.com/read/386607/8735635
java cooperatingnodeadlock.java
package net.jcip.examples;
import java.util.*;
import net.jcip.annotations.*;
/**
* CooperatingNoDeadlock
*
* Using open calls to avoiding deadlock between cooperating objects
*
* @author
www.eeworm.com/read/468931/6982207
htm suggest.htm
The TeamB guide to avoiding common mistakes in C++Builder.
www.eeworm.com/read/303435/3811052
lib vnd.par.lib
VND - large out-of-core multidimensional block matrix transpose
The VND routines are intended for avoiding the need for virtual
memory when prototyping large out-of-core problems where
multidimension
www.eeworm.com/read/210671/15193761
cpp fig11_10.cpp
// Fig. 11.10: fig11_10.cpp
// Avoiding a precedence problem between the stream-insertion
// operator and the conditional operator.
// Need parentheses around the conditional expression.
#includ
www.eeworm.com/read/240162/4579324
c dce1.c
/* Make sure that dead code isn't eliminated too early, avoiding
detection of errors. */
/* { dg-do compile } */
void foo(void)
{
if (0)
break; /* { dg-error "" } */
if (1)
;
else
www.eeworm.com/read/233448/4671621
c dce1.c
/* Make sure that dead code isn't eliminated too early, avoiding
detection of errors. */
/* { dg-do compile } */
void foo(void)
{
if (0)
break; /* { dg-error "" } */
if (1)
;
else
www.eeworm.com/read/233448/4684479
c 20031111-1.c
/* Make sure that dead code isn't eliminated too early, avoiding
detection of errors. */
/* { dg-do compile } */
void foo(void)
{
if (0)
break; /* { dg-error "" } */
if (1)
;
else
www.eeworm.com/read/338072/3322318
h yexcep.h
/* -*- Mode: C; c-file-style: "bsd" -*- */
#ifndef YEXCEP_H
#define YEXCEP_H
/* yes, macros with gotos in them, but in the interests of
* avoiding repetition of code, and having less error pron