代码搜索:instead

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

代码结果 6,048
www.eeworm.com/read/409347/11331801

cxx function.cxx

/* * 'foo_void_function()' - Do foo with bar. * * Use the @link foo_float_function@ or @link foo_int_function@ functions * instead. Pass @code NULL@ for "three" then there is no string to print.
www.eeworm.com/read/403011/11524446

cpp arrfun2.cpp

// arrfun2.cpp -- functions with an array argument #include const int ArSize = 8; int sum_arr(int arr[], int n); // use std:: instead of using directive int main() { int cookies[
www.eeworm.com/read/403009/11524751

cpp arrfun2.cpp

// arrfun2.cpp -- functions with an array argument #include const int ArSize = 8; int sum_arr(int arr[], int n); // use std:: instead of using directive int main() { int cookies[
www.eeworm.com/read/261904/11615734

makefile

# # Makefile for the Linux kernel device drivers. # # 15 Sep 2000, Christoph Hellwig # Rewritten to use lists instead of if-statements. # subdir-y := serial subdir-$(CONFIG_MTD)
www.eeworm.com/read/347943/11626616

m extracta.m

% Apart = extractA(At,Ajc,blk0,blk1,blkstart[,blkstart2]) % EXTRACTA Fast alternative to % Apart = At(blkstart(1):blkstart(2)-1,:). % Instead of blkstart(2), it takes "blkstart2" (i
www.eeworm.com/read/258097/11886639

h audif.h

#ifndef __AUDIF_H #define __AUDIF_H //2004AUDDRV Oliver 20041006 // for using audio driver purpose, put on auddrv.h instead of // the following 3 includes //#include "types.h" //#include
www.eeworm.com/read/344238/11897908

java sequence9.java

// holding/Sequence9.java // TIJ4 Chapter Holding, Exercise 9, page 409 // Modify innerclasses/Sequence.java so that Sequence works with an Iterator // instead of a Selector. import java.util.*;
www.eeworm.com/read/253260/12234928

cpp arrfun2.cpp

// arrfun2.cpp -- functions with an array argument #include const int ArSize = 8; int sum_arr(int arr[], int n); // use std:: instead of using directive int main() { int cookies[
www.eeworm.com/read/253260/12235633

cpp arrfun2.cpp

// arrfun2.cpp -- functions with an array argument #include const int ArSize = 8; int sum_arr(int arr[], int n); // use std:: instead of using directive int main() { int cookies[
www.eeworm.com/read/337750/12342958

c log.c

/* * @(#) log.c RCS: $Revision: 1.6 $ $Date: 95/03/08 15:54:50 $ * * Logging facility * * #define _USE_SYSLOG if you want to use logging via a socket to syslogd * instead of logging to a file.