代码搜索:instead

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

代码结果 6,048
www.eeworm.com/read/156804/11763480

c iobyapc.c

/* * IoByAPC.c * * Sample code for Multithreading Applications in Win32 * This is from Chapter 6, Listing 6-3 * * Demonstrates how to use APC's (asynchronous * procedure calls) instead o
www.eeworm.com/read/344238/11898003

java varargex20.java

// initialization/VarargEx20.java // TIJ4 Chapter Initialization, Exercise 20, page 204 /* Create a main() that uses varargs instead of the ordinary main() syntax. Print * all the elements in the r
www.eeworm.com/read/341022/12113075

patch remap-vec.patch

This patch changes how we avoid getting killed by an interrupt if the vectors at address zero and the u-boot we're running don't agree. Instead of copying the vectors to SteppingStone, which introduc
www.eeworm.com/read/339483/12230463

sh self-destruct.sh

#!/bin/bash # self-destruct.sh kill $$ # Script kills its own process here. # Recall that "$$" is the script's PID. echo "This line will not echo." # Instead, the shell sends a "Terminated
www.eeworm.com/read/252119/12301359

c criterr.c

/* * Instead of the Abort, Retry, Ignore thing, let's try to handle critical * errors within tde. Give the user some indication of the critical error * and then find out what the user wants to do.
www.eeworm.com/read/130490/14190215

in config.h.in

/* config.h.in. Generated from configure.ac by autoheader. */ /* Define to 1 if the `closedir' function returns void instead of `int'. */ #undef CLOSEDIR_VOID /* Define to 1 if you have the
www.eeworm.com/read/127938/14327097

h splash.h

/* Module : SPLASHER.H Purpose: A splash screen component for MFC 4.x which uses a DIB bitmap instead of a resource. Palette management code is also included so that the bitmap w
www.eeworm.com/read/127543/14350438

c talksrvr.c

/* hw2-s.c: this program implements the homework #2 server * I note that I cheated and used double-linked lists * instead of a simple array of 5, but I hope that * you ma
www.eeworm.com/read/124153/14593003

changelog

2003-01-04 Martin Mares * Released as 2.1.11. * Makefile: Changed configuration of installation directories -- all paths are now set at the top of the Makefile instead of being sca
www.eeworm.com/read/220998/14780468

txt hour10_2.txt

The using statement saves you some typing! Instead of having to code: std::cout you can code one line using namespace std or using std::cout And cout. The same applies wit