代码搜索:instead

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

代码结果 6,048
www.eeworm.com/read/11139/198213

py tossim.py

# This file was automatically generated by SWIG (http://www.swig.org). # Version 1.3.31 # # Don't modify this file, modify the SWIG interface instead. # This file is compatible with both classic a
www.eeworm.com/read/11175/209936

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/493700/1163685

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/493048/1169631

java properties.java

package mujmail; import javax.microedition.lcdui.AlertType; // TODO: this class should be implement Singleton design pattern instead of static class /** * Holds information about mobile phone, e
www.eeworm.com/read/486037/1254559

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/486037/1256123

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/480930/1308194

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/479151/1338014

makefile

# # Makefile for the kernel block device drivers. # # 12 June 2000, Christoph Hellwig # Rewritten to use lists instead of if-statements. # # Note : at this point, these files are
www.eeworm.com/read/479151/1341015

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/475733/1382578

s boot.s

/* LPC2100 startup/initialization file */ .extern main .extern exit /* .text is used instead of .section .text so it works with arm-aout too. */ .text .c