代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/229812/4752968
asm multflat.asm
;
;Test of mixing 32-bit and 16-bit segment references in FLAT model
;
.386
.model small
.stack 1024
.code
start:
mov ax,DGROUP
mov ds,eax ; mov ,eax instead of mov
www.eeworm.com/read/227603/4772883
h gunichartables.h
/* This file is automatically generated. DO NOT EDIT!
Instead, edit gen-unicode-tables.pl and re-run. */
#ifndef CHARTABLES_H
#define CHARTABLES_H
#define G_UNICODE_DATA_VERSION "4.0"
www.eeworm.com/read/222917/4815691
update_sources
#! /usr/bin/perl -w
# Maybe I should have used PHP instead? ;)
use strict;
$| = 1;
-f "libmysql.c" or die "$0 must be run from the libmysql directory\n";
my $command = shift || usage();
$command
www.eeworm.com/read/222917/4816511
phpt bug21730.phpt
--TEST--
Bug #21730 (*scanf "%n" conversion flag gives string instead of integer)
--FILE--
www.eeworm.com/read/217239/4874562
bor makefile.bor
# Makefile for Zip, ZipCloak, ZipNote and ZipSplit for
# Borland (Turbo) C++ 1.0 or 2.0.
# Warning: this file is not suitable for Turbo C 2.0. Use makefile.tc instead.
# To use, do "make -fmakefile.b
www.eeworm.com/read/210914/4946886
m fig2pp.m
function fig2pp(figure_handle,reverse)
% Export figure for use in PowerPoint
% Written by: E. R.: January 20, 2003
% Last updated: November 4, 2005: Use exportfig instead of print
%
% fi
www.eeworm.com/read/209559/4964368
c bttv-if.c
/*
bttv-if.c -- old gpio interface to other kernel modules
don't use in new code, will go away in 2.7
have a look at bttv-gpio.c instead.
bttv - Bt848 frame grabber
www.eeworm.com/read/209559/4969287
h compiler-gcc3.h
/* Never include this file directly. Include instead. */
/* These definitions are for GCC v3.x. */
#include
#if __GNUC_MINOR__ >= 1
# define inline inli
www.eeworm.com/read/209211/4984639
c execvp.c
#include
#include
#include
extern char **environ;
/*
* BUG: instead of looking at PATH env variable,
* just try prepending /bin/ if name fails...
*/
int
exec
www.eeworm.com/read/209211/4984668
c execlp.c
#include
#include
#include
/*
* BUG: instead of looking at PATH env variable,
* just try prepending /bin/ if name fails...
*/
extern char **environ;
int
exec