代码搜索:effect
找到约 4,591 项符合「effect」的源代码
代码结果 4,591
www.eeworm.com/read/366702/2884506
c bitfld-1.c
/* Test for printf formats and bit-fields: bug 22421. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=gnu99 -Wformat" } */
/* { dg-require-effect
www.eeworm.com/read/135930/13885994
sh sox.sh
#!/bin/sh
SOX=/usr/local/bin/sox.bin
# SOX shell script to handle effect names as main name
# The shell is your friend. Use it.
NAME=$0
switch $NAME in
*/*)
NAME=`echo $NAME | sed "s'^.*/''"`
www.eeworm.com/read/111082/15519473
html proofscantprovetheabsenceofbugs.html
Proofs Cant Prove The Absence Of Bugs
Proofs Cant Prove The Absence Of Bugs
Perennially we have a little discussion to the effect that
www.eeworm.com/read/100890/15863364
h d3dres.h
/*==========================================================================
*
* Copyright (C) 1995, 1996 Microsoft Corporation. All Rights Reserved.
*
* File: ddres.h
*
****************
www.eeworm.com/read/387560/8665220
m psf_mismatch_example2.m
% psf_mismatch_example2.m
%
% 2D example showing the effect of PSF mismatch on ML-EM algorithm
%
% Copyright 2001-8-24, Jeff Fessler, The University of Michigan
if ~has_aspire, return, end
%
% gener
www.eeworm.com/read/187222/8840747
java finaldata.java
//: FinalData.java
// The effect of final fields
class Value {
int i = 1;
}
public class FinalData {
// Can be compile-time constants
final int i1 = 9;
static final int I2 = 99;
// T
www.eeworm.com/read/187222/8840754
java finaldata.java
//: FinalData.java
// The effect of final fields
class Value {
int i = 1;
}
public class FinalData {
// Can be compile-time constants
final int i1 = 9;
static final int I2 = 99;
// T
www.eeworm.com/read/373627/9446028
html uscrime.html
R: The Effect of Punishment Regimes on Crime Rates
www.eeworm.com/read/373369/9460235
py declipse.py
#!/usr/bin/python
"""
DEclipse.py by Bruce Eckel, for Thinking in Java 4e
Undoes the effect of Eclipse.py, so that Ant can be used
again to build the code tree.
You must have Python 2.3 insta