代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/475733/1382599
s boot.s
/* LPC2100 startup/initialization file */
.extern main
.extern exit
/* .text is used instead of .section .text so it works with arm-aout too. */
.text
.c
www.eeworm.com/read/475733/1382622
s boot_from_lpc.s
/* LPC2100 startup/initialization file */
.extern main
.extern exit
/* .text is used instead of .section .text so it works with arm-aout too. */
.text
.c
www.eeworm.com/read/468407/1490988
m flxor.m
function z = flxor(x,y)
%FLXOR Perform integer exclusive OR (XOR) computation.
%
%WARNING: This is an obsolete function and may be removed in the future.
% Please use BITXOR instead.
%
www.eeworm.com/read/462325/1546596
m flxor.m
function z = flxor(x,y)
%FLXOR Perform integer exclusive OR (XOR) computation.
%
%WARNING: This is an obsolete function and may be removed in the future.
% Please use BITXOR instead.
%
www.eeworm.com/read/455463/1614531
m drawline.m
function drawline(action)
% DRAWLINE works just like SELBOX except that it draws a line instead of a box
% There are alos DRAWLINEINIT and DRAWLINEFINI just like SELBOX. See help for
% SELBOX for a d
www.eeworm.com/read/454148/1633004
m flxor.m
function z = flxor(x,y)
%FLXOR Perform integer exclusive OR (XOR) computation.
%
%WARNING: This is an obsolete function and may be removed in the future.
% Please use BITXOR instead.
%
www.eeworm.com/read/244405/4511166
libdir makefile.libdir
This is a place-holder which indicates to Configure that it shouldn't
provide the default targets when building the Makefile in this directory.
Instead it'll just prepend all the important variable de
www.eeworm.com/read/242732/4539855
cpp adapter.cpp
/*
ReactOS Operating System
MPU401 Example KS Driver
AUTHORS:
Andrew Greenwood
NOTES:
This is an example MPU401 driver. You can use DirectMusic instead with
www.eeworm.com/read/242331/4554586
txt 11-3.txt
// This is another version of the add_to_totals() function. It doesn't
// work, though, because instead of changing the array itself, it tries to
// change the reference to the array.
function add_to