代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/427909/8913370
m myones.m
function T = myones(sizes)
% MYONES Like the built-in ones, except myones(k) produces a k*1 vector instead of a k*k matrix,
% T = myones(sizes)
if length(sizes)==0
T = 1;
elseif length(sizes)
www.eeworm.com/read/427909/8913413
m myrand.m
function T = myrand(sizes)
% MYRAND Like the built-in rand, except myrand(k) produces a k*1 vector instead of a k*k matrix,
% T = myrand(sizes)
if length(sizes)==0
warning('myrand[]');
T =
www.eeworm.com/read/181204/9265737
changelog
2000-02-27
* StartHeatbugs.java (main): Update for 2.1 and SDG.
* HeatbugModelSwarm.java (buildActions): Store prototype in
a variable.
2000-01-24
www.eeworm.com/read/179705/9341509
todo
* Check behavior of conjugate_fr in multimin -- the demo results look odd.
* Should have made f and df return int instead of void.
www.eeworm.com/read/373250/9467504
m myones.m
function T = myones(sizes)
% MYONES Like the built-in ones, except myones(k) produces a k*1 vector instead of a k*k matrix,
% T = myones(sizes)
if length(sizes)==0
T = 1;
elseif length(sizes)
www.eeworm.com/read/373250/9467526
m myrand.m
function T = myrand(sizes)
% MYRAND Like the built-in rand, except myrand(k) produces a k*1 vector instead of a k*k matrix,
% T = myrand(sizes)
if length(sizes)==0
warning('myrand[]');
T =
www.eeworm.com/read/169311/9867375
h logwtmp.h
/*
* Put this here instead of including , since Linux is messed up
* and doesn't have .
*/
void logwtmp(const char *_line, const char *name, const char *host);
www.eeworm.com/read/166486/10017830
txt publicfiles_htaccess.txt
# Disable listing of user files
DirectoryIndex index.php
Options -Indexes
# Disable php in userfiles directory (recommended!!!!)
RemoveType php
php_flag engine 0
www.eeworm.com/read/166486/10018446
htaccess .htaccess
# Disable listing of user files
DirectoryIndex index.php
Options -Indexes
# Disable php in userfiles directory (recommended!!!!)
RemoveType php
php_flag engine 0
www.eeworm.com/read/163494/10157169
bugs
Keyboard problems:
* Some keys: Insert, Del, Home, End, PgUp, PgDn are not working.
Use instead ^V, ^G, ^QS, ^QD, ^R, ^C
(Maybe a problem of elks's VT52 emulation.)