代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/174505/9585215
iss example2.iss
; -- Example2.iss --
; Same as Example1.iss, but creates its icon in the Programs folder of the
; Start Menu instead of in a subfolder, and also creates a desktop icon.
; SEE THE DOCUMENTATION FO
www.eeworm.com/read/270180/11045715
java pts.java
PTS.java
import java.util.ArrayList;
public class PTS {
private static ArrayList instead;
private static ArrayList prescriptionList;
public static void main(String[]
www.eeworm.com/read/266832/11210833
makefile
# Makefile for the Linux sound card driver
#
# 18 Apr 1998, Michael Elizabeth Chastain,
# Rewritten to use lists instead of if-statements.
# All of the (potential) objects tha
www.eeworm.com/read/248677/12547614
h options.h
/* conditional compilation for DSI_OUT on PTA7 instead of PTA0: DEBUG */
#undef DEBUG
//#define DEBUG
/* conditional compilation for inverting interface: INVERT */
//#undef INVERT
#define INVER
www.eeworm.com/read/147186/12579084
m~ dirkpm.m~
function filenames = dirKPM(dirname, ext, prepend)
% READ_DIR Like the built-in dir command, but returns filenames as a cell array instead of a struct
%
% filenames = read_dir(dirname)
% returns a
www.eeworm.com/read/133902/14018339
cpp anirremotectl.cpp
/*
Module : ANIRREMOTECTL.CPP
Purpose: Implementation for the OCX wrapper
Created: PJN / 28-01-1998
History: PJN / 24-03-1998 1) Now using PostMessage instead of SendMessage
www.eeworm.com/read/235758/14053759
blacklist
#
# Listing a module here prevents the hotplug scripts from loading it.
# Usually that'd be so that some other driver will bind it instead,
# no matter which driver happens to get probed first. Somet
www.eeworm.com/read/112766/15477433
c iobyevnt.c
/*
* IoByEvnt.c
*
* Sample code for Multithreading Applications in Win32
* This is from Chapter 6, Listing 6-2
*
* Demonstrates how to use event objects instead of
* file handles to sign
www.eeworm.com/read/110649/15528011
c buffer.c
/*
* 'buffer.c' implements the buffer-cache functions. Race-conditions have
* been avoided by NEVER letting a interrupt change a buffer (except for the
* data, of course), but instead letting t
www.eeworm.com/read/106690/15626694
m pop_averef.m
% pop_averef() - Convert an EEG dataset to average reference.
% This function is obsolete. See pop_reref() instead.
%
%
% Usage:
% >> EEGOUT = pop_averef( EEG, confirm);
%
% Input