代码搜索:instead

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

代码结果 6,048
www.eeworm.com/read/217245/4874410

java field.java

package com.jacob.samples.ado; import com.jacob.com.*; public class Field extends Dispatch { /** * This constructor is used instead of a case operation to * turn a Dispatch object into a
www.eeworm.com/read/216802/4881537

printpath

#!/bin/sh # Look for program[s] somewhere in $PATH. # # Options: # -s # Do not print out full pathname. (silent) # -pPATHNAME # Look in PATHNAME instead of $PATH # # Usage: # PrintP
www.eeworm.com/read/210166/4951864

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/209559/4964571

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/209559/4968771

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/205824/5016389

printpath

#!/bin/sh # Look for program[s] somewhere in $PATH. # # Options: # -s # Do not print out full pathname. (silent) # -pPATHNAME # Look in PATHNAME instead of $PATH # # Usage: # PrintP
www.eeworm.com/read/205207/5025215

txt amrcodec.txt

This plugin implements an interface to the AMR-NB codec for OpenH323. For licensing reasons, the amr codec itself is not distributed with this plugin. Instead, you must download it yourself from
www.eeworm.com/read/204040/5036238

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/195013/5119208

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/193974/5137990

py ntpath.py

# Module 'ntpath' -- common operations on WinNT/Win95 pathnames """Common pathname manipulations, WindowsNT/95 version. Instead of importing this module directly, import os and refer to this module a