代码搜索:instead

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

代码结果 6,048
www.eeworm.com/read/313151/13595106

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/313151/13595245

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/313151/13595273

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
www.eeworm.com/read/312935/13600357

cpp hashset.cpp

#include "hashset.h" using namespace std; // we do not compute prime numbers but use a table instead static const int num_primes = 25; static const unsigned long prime_list[] = { 53, 9
www.eeworm.com/read/310212/13654964

m xwdread.m

function [M,CM] = xwdread(fname,flag) %XWDREAD Read a XWD (X window dump) file from disk. % Note: XWDREAD has been grandfathered; use IMREAD instead. % % [X,MAP] = XWDREAD('filename') reads th
www.eeworm.com/read/310212/13654972

m tiffread.m

function [r,g,b] = tiffread(filename) %TIFFREAD Read a TIFF (Tagged Image File Format) file from disk. % Note: TIFFREAD has been grandfathered; use IMREAD instead. % % [R,G,B] = TIFFREAD('file
www.eeworm.com/read/310212/13655000

m bmpread.m

function [X,map,out3]=bmpread(filename); %BMPREAD Read a BMP (Microsoft Windows Bitmap) file from disk. % Note: This function has been grandfathered. Use IMREAD % instead. % % [X,MAP]=BMPRE
www.eeworm.com/read/309747/13664974

m lp.m

function [xout, lambdaout, howout] = lp(f,A,b,VLB,VUB,x0,N,verbosein) % Functionally equivalent to Optimization Toolbox LP.M, but calls % BPMPD instead; accepts both full and sparse A. % Type "help
www.eeworm.com/read/309126/13681427

makefile

# Makefile for the Linux video drivers. # 5 Aug 1999, James Simmons, # Rewritten to use lists instead of if-statements. O_TARGET := video.o mod-subdirs := matrox #
www.eeworm.com/read/309123/13681682

makefile

# # Makefile for the USB Mass Storage device drivers. # # 15 Aug 2000, Christoph Hellwig # Rewritten to use lists instead of if-statements. # O_TARGET := storage.o EXTRA_CFLAGS :=