代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/140894/13054028
java criticalsection.java
//: c13:CriticalSection.java
// Synchronizing blocks instead of entire methods. Also
// demonstrates protection of a non-thread-safe class
// with a thread-safe one.
// From 'Thinking in Java, 3rd
www.eeworm.com/read/140206/13096376
m dispsig.m
function dispsig(signalMatrix, range, titlestr);
%DISPSIG - deprecated!
%
% Please use icaplot instead.
%
% See also ICAPLOT
% @(#)$Id: dispsig.m,v 1.2 2003/04/05 14:23:57 jarmo Exp $
fprintf('\nN
www.eeworm.com/read/241364/13150653
sql pizza_triggers.sql
/*-- pizza_triggers.sql */
CREATE OR REPLACE TRIGGER delivery_info_insert
INSTEAD OF INSERT ON delivery_info
DECLARE
-- cursor to get the driver ID by name
CURSOR curs_get_driver_id ( cp_dr
www.eeworm.com/read/139456/13155436
makefile
# Makefile for the Linux video drivers.
# 5 Aug 1999, James Simmons,
# Rewritten to use lists instead of if-statements.
O_TARGET := video.o
mod-subdirs := matrox
#
www.eeworm.com/read/325601/13194777
cpp hashset.cpp
#include "hashset.h"
using namespace std;
// we do not compute prime numbers but use a table instead
static const int num_primes = 25;
static const unsigned long prime_list[] = {
53, 9
www.eeworm.com/read/138758/13217434
java criticalsection.java
//: c13:CriticalSection.java
// Synchronizing blocks instead of entire methods. Also
// demonstrates protection of a non-thread-safe class
// with a thread-safe one.
// From 'Thinking in Java, 3rd
www.eeworm.com/read/320625/13421148
html maincog1dtest.html
COG 2.0: 1D segment
Intersection with a line segment
In this variant, instead of the 3D
cube, the intersection of the
www.eeworm.com/read/320605/13422297
java criticalsection.java
//: c13:CriticalSection.java
// Synchronizing blocks instead of entire methods. Also
// demonstrates protection of a non-thread-safe class
// with a thread-safe one.
// From 'Thinking in Java, 3rd
www.eeworm.com/read/319400/13452741
m dispsig.m
function dispsig(signalMatrix, range, titlestr);
%DISPSIG - deprecated!
%
% Please use icaplot instead.
%
% See also ICAPLOT
% @(#)$Id: dispsig.m,v 1.2 2003/04/05 14:23:57 jarmo Exp $
fprintf('\nN
www.eeworm.com/read/314717/13560512
bat ps2pdf.bat
@echo off
@rem Convert PostScript to PDF.
if "%1"=="" goto usage
if "%2"=="" goto usage
if not "%3"=="" goto usage
rem Watcom C deletes = signs, so use # instead.
gs -q -dNOPAUSE -sDEVICE#p