代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/415537/11065288
txt how to safeguard your files when computer crashes.txt
First thing to keep in mind: If your computer hasn't crashed yet, it will in the future! So instead of waiting for fate to strike, take some precautions now:
1) BACK-UP! Buy some decent DVD-R discs
www.eeworm.com/read/414988/11087399
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/414988/11087716
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/414988/11087784
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/268115/11153784
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 :=
www.eeworm.com/read/336057/12479894
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/335571/12514346
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/249076/12521659
txt options.txt
Note that the UNROLL option makes the 'inner' des loop unroll all 16 rounds
instead of the default 4.
RISC1 and RISC2 are 2 alternatives for the inner loop and
PTR means to use pointers arithmatic ins
www.eeworm.com/read/147676/12540245
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 gra
www.eeworm.com/read/247726/12623626
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