代码搜索:instead

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

代码结果 6,048
www.eeworm.com/read/187102/8856119

test vtexi.test

#!/bin/sh # Test for bug reported by Jim Meyering: # When I ran automake-0.29 on textutils, # I noticed that doc/Makefile.in had # textutils.info: textutils.texi # instead of # textutils.info: te
www.eeworm.com/read/284120/8965615

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/186003/8967156

changelog

2005-09-07 Mariusz Woloszyn * configure.in, Makefile.am: use myusb only on Linux * ptpcam.c: use myusb interface instead of libusb in case of Linux, beside that it works where URB fails it is als
www.eeworm.com/read/426951/8990083

m dispsig.m

function dispsig(signalMatrix, range, titlestr); %DISPSIG - deprecated! % % Please use icaplot instead. % % See also ICAPLOT % @(#)$Id: dispsig.m,v 1.2 2003/04/05 14:23:57 jarmo Exp $ fprintf('\nN
www.eeworm.com/read/382423/9030152

m dispsig.m

function dispsig(signalMatrix, range, titlestr); %DISPSIG - deprecated! % % Please use icaplot instead. % % See also ICAPLOT % @(#)$Id: dispsig.m,v 1.2 2003/04/05 14:23:57 jarmo Exp $ fprintf('\nN
www.eeworm.com/read/185143/9055818

c log.c

/* * Logging facility * * #define _USE_SYSLOG if you want to use logging via a socket to syslogd * instead of logging to a file. I don't trust syslog's socket to be secure, * so I don't use sysl
www.eeworm.com/read/185142/9055898

c log.c

/* * Logging facility * * #define _USE_SYSLOG if you want to use logging via a socket to syslogd * instead of logging to a file. I don't trust syslog's socket to be secure, * so I don't use sysl
www.eeworm.com/read/281848/9129760

java intcount.java

// control/IntCount.java // TIJ4 Chapter Control, Exercise 7, page 146 // Modify exercise 1 so that the program exits by using the break keyword at // value 99. Try using return instead. import
www.eeworm.com/read/281848/9130137

java arrayofgenerics10.java

// arrays/ArrayOfGenerics10.java // TIJ4 Chapter Arrays, Exercise 10, page 762 // Modify ArrayOfGeneric.java to use containers instead of arrays. // Show that you can eliminate the compile-time war
www.eeworm.com/read/281848/9130195

java c7.java

// reusing/Ex7/C7.java // TIJ4 Chapter Reusing, Exercise 7, page 246 /* Modify Exercise 5 so that A and B have constructors with arguments instead * of default constructors. Write a constructor for