代码搜索:instead

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

代码结果 6,048
www.eeworm.com/read/232312/14198710

makefile

# # Makefile for the kernel ata, atapi, and ide block device drivers. # # 12 September 2000, Bartlomiej Zolnierkiewicz # Rewritten to use lists instead of if-statements. # # Note :
www.eeworm.com/read/127938/14327125

cpp splash.cpp

/* Module : SPLASHER.CPP 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
www.eeworm.com/read/225994/14505492

c scp.c

/* * scp - secure remote copy. This is basically patched BSD rcp which * uses ssh to do the data transfer (instead of using rcmd). * * NOTE: This version should NOT be suid root. (This uses ssh
www.eeworm.com/read/123658/14617079

c fp-bit.c

/* This is a software floating point library which can be used instead of the floating point routines in libgcc1.c for targets without hardware floating point. */ /* Copyright (C) 1994, 1995 F
www.eeworm.com/read/123658/14618019

h isccoff.h

/* Definitions for Intel 386 running Interactive Unix System V. Specifically, this is for recent versions that support POSIX; for version 2.0.2, use configuration option i386-sysv instead. (B
www.eeworm.com/read/123453/14631794

h list.h

/* * list.h - generic dynamic list * * This is a generic, dynamic list. Generic means that it stores void pointers * (void *), instead of a more specific data type. This allows storage of * any t
www.eeworm.com/read/123453/14632494

h list.h

/* * list.h - generic dynamic list * * This is a generic, dynamic list. Generic means that it stores void pointers * (void *), instead of a more specific data type. This allows storage of * any t
www.eeworm.com/read/223468/14640405

mk makefile-impl.mk

# # Generated Makefile - do not edit! # # Edit the Makefile in the project folder instead (../Makefile). Each target # has a pre- and a post- target defined where you can add customization code. #
www.eeworm.com/read/220439/14800880

cpp tic-tac-toe2.cpp

// Tic-Tac-Toe 2.0 // Plays the game of tic-tac-toe against a human opponent // Uses pointers instead of refernces for function parameters #include #include #include
www.eeworm.com/read/218808/14905348

makefile

# # Makefile for the kernel ata, atapi, and ide block device drivers. # # 12 September 2000, Bartlomiej Zolnierkiewicz # Rewritten to use lists instead of if-statements. # # Note :