代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/130241/5962525
cpp sieve2.cpp
/**
@version 1.21 2004-08-03
author Cay Horstmann
*/
/**
This program runs the Sieve of Erathostenes benchmark,
using a handwritten BitSet class instead of the library class.
www.eeworm.com/read/130241/5962526
java sieve2.java
/**
@version 1.0 2004-08-03
@author Cay Horstmann
*/
/**
This program runs the Sieve of Erathostenes benchmark,
using a handwritten BitSet class instead of the library class.
www.eeworm.com/read/125455/6028661
h gnome-dialog-create-button.h
/**
* gnome_dialog_create_button: Create a pixmap button, but instead
* of placing the button in the buttonbar, return the widget handle to the
* caller, so the caller can place the button in the c
www.eeworm.com/read/106481/6192659
v pli03.v
// This example illustrates how to use a C model instead of a behavioral module.
// Possible uses would be to protect intellectual property or write models in C
// that would be awkward to writ
www.eeworm.com/read/101082/6243272
1a l66.1a
#print
The file "memo" contains several paragraphs,
where a paragraph starts at any line that begins with
a blank. It is desired to remove those blanks at the beginning
of lines, and instead mark the
www.eeworm.com/read/494289/6381509
c deciph.c
/*
* Program to decipher message using Blum-Goldwasser probabalistic
* Public key method
*
* Define RSA to use cubing instead of squaring. This is no longer
* provably as difficult t
www.eeworm.com/read/494289/6381662
cpp deciph.cpp
/*
* Program to decipher message using Blum-Goldwasser probabalistic
* Public key method
*
* Define RSA to use cubing instead of squaring. This is no longer
* provably as difficult t
www.eeworm.com/read/264647/11307650
doc update.doc
Changes to version 1.0:
The algorithm used to calculate the initial CRC matrix has been
optimized to run in logarithmic time instead of linear time, the practical
upshot of which is tha
www.eeworm.com/read/408079/11405719
pas iehttp3.pas
unit IEHTTP3;
{.$DEFINE TIE_USE_TNT} //enable this to use TTNTStringList instead of TWideStringList
//In Delphi 7, you will need to enable this to handle unicode responses
www.eeworm.com/read/347945/11623629
m mergelmi.m
function sys = mergelmi(varargin)
% MERGELMI Merges a set of LMI objects
%
% MERGELMI is obsolete and should not be used. Use + instead
%
% See also LMI, UPDATELMI, DELLMI
% Au