代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/100128/15883382
c alloca.c
/*
alloca -- (mostly) portable public-domain implementation -- D A Gwyn
last edit: 86/05/30 rms
include config.h, since on VMS it renames some symbols.
Use xmalloc instead of malloc.
This
www.eeworm.com/read/192096/8406559
htm ch11_08.htm
Recipe 11.7. Using Closures Instead of Objects (Perl Cookbook)
www.eeworm.com/read/291153/8439451
4 makefile.2.4
# 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 := matr
www.eeworm.com/read/188426/8541345
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/433114/8545335
m fig2jpg.m
function fig2jpg(figure_handle,reverse)
% Export figure in JPEG format
%
% Written by: E. R.: January 20, 2003
% Last updated: March 10, 2008: Use "print" function instead of "advexpfig"
%
%
www.eeworm.com/read/430096/8766359
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/430096/8766829
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/430096/8766916
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/430093/8767437
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/285874/8806141
htm mi22.htm
More Effective C++ | Item 22: Consider using op= instead of stand-alone op Back to Item 21: Overload to avoid implicit type conversions
Continue to Item 23: Consider alternative libraries
Item 22: Co