代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/366144/9829822
c byteordr.c
/*
* Example: Use the standard library version instead, if you have one.
*/
/* switch the order of the bytes in a long integer */
long ntohl(i_in)
long i_in;
{
long i_out;
register unsig
www.eeworm.com/read/169058/9883031
java music2.java
//: polymorphism/music/Music2.java
// Overloading instead of upcasting.
package polymorphism.music;
import static net.mindview.util.Print.*;
class Stringed extends Instrument {
public void pl
www.eeworm.com/read/358640/10183062
pl link_borland_mex.pl
#!perl
#
# Due to a bug in the Borland C++ Builder 3.0 resource compiler (brc32),
# we cannot use the resource compiler to add a version resource to
# a MEX-file. Instead, we have to provide the
www.eeworm.com/read/357506/10208357
m factorize.m
function Factors = factorize(polyn)
format long; Factors = [];
% Use threshold of 1e-8 instead of 0 to account for
% precision effects
THRESH = 1e-8;
%
proots = roots(polyn); % get the zeroes of
www.eeworm.com/read/421857/10691252
txt why wait 35 seconds at ezshare.txt
Why wait 35 Seconds at eZshare
Guys
the eZshare site, uses a simple javascript function to encode the generated url link and make us wait for 35 seconds before its decoded and shown. Instead o
www.eeworm.com/read/349030/10855802
in config.h.in
/* config.h.in. Generated from configure.in by autoheader. */
/* Define to 1 if the `closedir' function returns void instead of `int'. */
#undef CLOSEDIR_VOID
/* Default baud rate */
#undef DEF_BA
www.eeworm.com/read/419347/10873073
gitignore .gitignore
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# NOTE! Please use 'git-ls-files -i --exclude-s
www.eeworm.com/read/272997/10931870
m factorize.m
function Factors = factorize(polyn)
format long; Factors = [];
% Use threshold of 1e-8 instead of 0 to account for
% precision effects
THRESH = 1e-8;
%
proots = roots(polyn); % get the zeroes of
www.eeworm.com/read/418731/10934040
txt why wait 35 seconds at ezshare.txt
Why wait 35 Seconds at eZshare
Guys
the eZshare site, uses a simple javascript function to encode the generated url link and make us wait for 35 seconds before its decoded and shown. Instead o
www.eeworm.com/read/416230/11037446
m factorize.m
function Factors = factorize(polyn)
format long; Factors = [];
% Use threshold of 1e-8 instead of 0 to account for
% precision effects
THRESH = 1e-8;
%
proots = roots(polyn); % get the zeroes of