代码搜索:conditional
找到约 2,177 项符合「conditional」的源代码
代码结果 2,177
www.eeworm.com/read/284998/8877459
cpp guess.cpp
//: C03:Guess.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Guess a number (demonstrates "whil
www.eeworm.com/read/284590/8915459
sources
!if 0
Copyright (c) Microsoft Corporation. All rights reserved.
!endif
!if 0
Use of this source code is subject to the terms of the Microsoft end-user
license agreement (EULA) under which you li
www.eeworm.com/read/283498/9016513
asm pgm6_9.asm
; Conditional JMP Instructions, Part I
.386
option segment:use16
dseg segment para public 'data'
J sword ?
K sword ?
L sword ?
dseg ends
cseg segment para public 'code'
assume
www.eeworm.com/read/184890/9067661
cpp guess.cpp
//: C03:Guess.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Guess a number (demonstrates "whil
www.eeworm.com/read/381628/9081106
psh shadowmap.psh
ps.1.1
;Set the bias for the conditional instruction. The instruction
;compares against 0.5.
def c0, 0.495, 0.495, 0.495, 0.495
;If the conditional test passes we want full brightness
def c1,
www.eeworm.com/read/281673/9142150
cpp guess.cpp
//: C03:Guess.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Guess a number (demonstrates "whil
www.eeworm.com/read/178378/9404959
cpp guess.cpp
//: C03:Guess.cpp
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Guess a number (demonstrates "while")
#incl
www.eeworm.com/read/175226/9555227
cpp list0409.cpp
// Listing 4.9 - demonstrates the conditional operator
//
#include
int main()
{
using namespace std;
int x, y, z;
cout
www.eeworm.com/read/175135/9558637
cpp condit.cpp
// condit.cpp -- using the conditional operator
#include
int main()
{
using namespace std;
int a, b;
cout > a >> b;
cout
www.eeworm.com/read/363888/9933103
cpp guess.cpp
//: C03:Guess.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Guess a number (demonstrates "whil