代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/120207/14809708
c instcmd.c
/*
INSTCMD.C
The "Installable Command" function is _not_ called by a program that
wants to extend COMMAND.COM's repertoire. Instead, you hook the
function and wait for COMMAND.COM to call you (
www.eeworm.com/read/116871/14951467
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/215923/15033912
h dir.h
/*
* dir.h
*
* This file OBSOLESCENT and only provided for backward compatibility.
* Please use io.h instead.
*
* This file is part of the Mingw32 package.
*
* Contributors:
* Created by Co
www.eeworm.com/read/114041/15117390
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/208657/15239474
m setparam.m
function setparam(indice)
%SET PARAMETERS : callback dei bottoni check
%
%
%Massimo Davini 01/06/99
% put delgraf instead of delete(findobj('tag','grafico'));
% 25/may/02 Giampy
global stac
www.eeworm.com/read/208657/15239478
m newregion.m
function newregion
%NEW REGION callback
%
%
%Massimo Davini 01/06/99
% put delgraf instead of delete(findobj('tag','grafico'));
% 25/may/02 Giampy
global stack
delgraf;
handles=stack.
www.eeworm.com/read/205946/15303195
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/9135/164303
h splasher.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/488817/1227235
modes fb.modes
#
# Sample fb.modes file
#
# Provides an incomplete list of working modes for
# the cyberblade/i1 graphics core.
#
# The value 4294967256 is used instead of -40. Of course, -40 is not
# a really rea
www.eeworm.com/read/486606/1249536
java tbdictionary.java
package EDU.cmu.cs.coral.util;
import java.util.Hashtable;
/**
* This is like a hashtable but we can specify the type
* right from the table (instead of Object like Hashtable does)
*
*