代码搜索:instead

找到约 6,048 项符合「instead」的源代码

代码结果 6,048
www.eeworm.com/read/375736/2721566

asm kbhit.asm

; ; kbhit () return 0 if character waiting, non-0 otherwise ; Differs from C runtime version in that ^C is not checked for and kbhit ; returns FALSE instead of TRUE if a keystroke is waiting.
www.eeworm.com/read/371404/2780158

m flxor.m

function z = flxor(x,y) %FLXOR Perform integer exclusive OR (XOR) computation. % %WARNING: This is an obsolete function and may be removed in the future. % Please use BITXOR instead. %
www.eeworm.com/read/369092/2803184

m flxor.m

function z = flxor(x,y) %FLXOR Perform integer exclusive OR (XOR) computation. % %WARNING: This is an obsolete function and may be removed in the future. % Please use BITXOR instead. %
www.eeworm.com/read/367917/2829584

sql userloginid_to_partyid.sql

-- This script changes the data base so the user party ID is used instead of the user login ID in various places. ---------- -- DEAL Table ---------- -- created_by select concat( 'update de
www.eeworm.com/read/366702/2865863

c builtin2.c

/* { dg-do compile } */ /* PR c++/21087 */ /* We used to overload the template function with the built-in declaration, instead of replacing it as we should, and then barf at the using decl bec
www.eeworm.com/read/362989/2924377

h notifier.h

/* * Routines to manage notifier chains for passing status changes to any * interested routines. We need this instead of hard coded call lists so * that modules can poke their nose into the innards
www.eeworm.com/read/357083/3030157

h notifier.h

/* * Routines to manage notifier chains for passing status changes to any * interested routines. We need this instead of hard coded call lists so * that modules can poke their nose into the innards
www.eeworm.com/read/262041/4316540

h notifier.h

/* * Routines to manage notifier chains for passing status changes to any * interested routines. We need this instead of hard coded call lists so * that modules can poke their nose into the inna
www.eeworm.com/read/262041/4316957

h compiler-intel.h

/* Never include this file directly. Include instead. */ #ifdef __ECC /* Some compiler specific definitions are overwritten here * for Intel ECC compiler */ #include
www.eeworm.com/read/262041/4317131

h compiler-gcc.h

/* Never include this file directly. Include instead. */ /* * Common definitions for all gcc versions go here. */ /* Optimization barrier */ /* The "volatile" is due