代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/430096/8766242
java sequence9.java
// holding/Sequence9.java
// TIJ4 Chapter Holding, Exercise 9, page 409
// Modify innerclasses/Sequence.java so that Sequence works with an Iterator
// instead of a Selector.
import java.util.*;
www.eeworm.com/read/286090/8790233
hin config.hin
/* config.hin. Generated from configure.ac by autoheader. */
/* Define to 1 if the `closedir' function returns void instead of `int'. */
#undef CLOSEDIR_VOID
/* Define to one of `_getb67', `GETB67
www.eeworm.com/read/285874/8806124
htm mi21.htm
More Effective C++ | Item 21: Overload to avoid implicit type conversions Back to Item 20: Facilitate the return value optimization
Continue to Item 22: Consider using op= instead of stand-alone op
I
www.eeworm.com/read/187283/8835277
c alloca.c
/*
alloca -- (mostly) portable public-domain implementation -- D A Gwyn
last edit: 86/05/30 rms
include config.h, since on VMS it renames some symbols.
Use xmalloc instead of malloc.
This
www.eeworm.com/read/428535/8861213
sql 触发器的使用.sql
select * from vote
create trigger update_vote
on vote
instead of update
as
if update(vote)
begin
update vote
set vote=vote+50
where sno='95001'
end
update vote
set vote=vot
www.eeworm.com/read/184417/9101416
graph
A Simple Scene Graph
Although there are a few standard scene graph APIs available,
including VRML and JAVA 3D, none have yet become dominant.
Rather than discuss one of these, we shall opt instead to
www.eeworm.com/read/281848/9129694
java sequence9.java
// holding/Sequence9.java
// TIJ4 Chapter Holding, Exercise 9, page 409
// Modify innerclasses/Sequence.java so that Sequence works with an Iterator
// instead of a Selector.
import java.util.*;
www.eeworm.com/read/281650/9143956
makefile
#
# Makefile for the Linux kernel device drivers.
#
# 15 Sep 2000, Christoph Hellwig
# Rewritten to use lists instead of if-statements.
#
subdir-y := serial
subdir-$(CONFIG_MTD)
www.eeworm.com/read/375806/9349201
top 5.b.top
#!/usr/local/bin/perl
# Here we set manual_stty on the process so we can do things like
#hit ^Z to stop it instead of the ^Z going to the process on the other machine.
# This is to say, normally when
www.eeworm.com/read/371500/9551697
c sendfd.c
#include
#include
#include "ourhdr.h"
/* Pass a file descriptor to another process.
* If fd