代码搜索:conditional

找到约 2,177 项符合「conditional」的源代码

代码结果 2,177
www.eeworm.com/read/399935/7821176

vhd condsigm.vhd

-- MAX+plus II VHDL Example -- Conditional Signal Assignment with Multiple Alternatives -- Copyright (c) 1994 Altera Corporation ENTITY condsigm IS PORT ( high, mid, low : IN BIT; q
www.eeworm.com/read/125819/6021078

c bug-477927.c

/* Tests an uninitalised variable bug. t is not initalised in all paths in the do loop, causing the while conditional to fail unpredictably. Doesn't actually test, is really an example. */
www.eeworm.com/read/120028/6080401

sources

TARGETNAME=Filedisk TARGETPATH=obj TARGETTYPE=DRIVER INCLUDES=..\inc # # The WinXP DDK has introduced the DDK_TARGET_OS environemnt variable # for conditional compilation. The test here is d
www.eeworm.com/read/120028/6080418

sources

TARGETNAME=Filedisk TARGETPATH=obj TARGETTYPE=DRIVER INCLUDES=..\inc # # The WinXP DDK has introduced the DDK_TARGET_OS environemnt variable # for conditional compilation. The test here is d
www.eeworm.com/read/126977/14390949

mf ads.mf

# makefile fragment ads.mf # define build parameters for Motorola M68332 Business Card Computer # TARGETNAME specifies the target we are building for # it is defined for conditional compilation i
www.eeworm.com/read/126977/14390960

mf bcc.mf

# makefile fragment bcc.mf # define build parameters for Motorola M68332 Business Card Computer # TARGETNAME specifies the target we are building for # it is defined for conditional compilation i
www.eeworm.com/read/126327/14428579

vhd condsigm.vhd

-- MAX+plus II VHDL Example -- Conditional Signal Assignment with Multiple Alternatives -- Copyright (c) 1994 Altera Corporation ENTITY condsigm IS PORT ( high, mid, low : IN BIT; q
www.eeworm.com/read/207238/15278783

htm conditionalexpressions.htm

Conditional Expressions
www.eeworm.com/read/249482/4449457

dat errorass9.dat

错误信息: Not in conditional block 中文注释: 在没有提了供条件汇编指令的情况下,指定了ENDIF或ELSE
www.eeworm.com/read/233448/4671374

c lvalue-cond-1.c

/* APPLE LOCAL file non lvalue assign */ /* Allow assignments to conditional expressions, as long as the second and third operands are already lvalues. */ /* NB: It turns out that C++ (unlike C) a