代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/197682/6954000
fast-test2-extract
nohup ./get_src.pl 0 < fast-test2-record.dat > fast-test2-src1.dat
nohup ./get_src.pl 1 < fast-test2-record.dat > fast-test2-src2.dat
nohup ./get_src.pl 2 < fast-test2-record.dat > fast-test2-src3.dat
www.eeworm.com/read/197682/6954002
fast-test5-extract
./get_src.pl 0 < record.dat > src0.dat
gnuplot fast-test5-plot.gp
www.eeworm.com/read/197682/6954003
tcl fast-test7.tcl
############################################################
#
# Dawn Choe Caltech 12-18-2003
# Bartek Wydrowski Caltech 03-18-2004
#
############################################################
www.eeworm.com/read/197682/6954006
tcl fast-test3.tcl
############################################################
#
# Dawn Choe Caltech 12-18-2003
# Bartek Wydrowski Caltech 03-18-2004
#
############################################################
www.eeworm.com/read/197682/6954007
tcl tcp-fast-defaults.tcl
# Insert the following lines into ns-allione-2.27/ns-2.27/tcl/lib/ns-default.tcl
Agent/TCP/Fast set cwnd_update_period_ 0.01
Agent/TCP/Fast set avgRTT_ 0
Agent/TCP/Fast set baseRTT_ 0
Agent/TCP/Fa
www.eeworm.com/read/197682/6954013
fast-test3-extract
nohup ./get_src.pl 0 < fast-test3-record.dat > fast-test3-src0.dat
nohup ./get_src.pl 1 < fast-test3-record.dat > fast-test3-src1.dat
nohup ./get_src.pl 2 < fast-test3-record.dat > fast-test3-src2.dat
www.eeworm.com/read/469325/6973246
m comparespatiograms_new_fast.m
www.eeworm.com/read/469326/6973255
m comparespatiograms_new_fast.m
www.eeworm.com/read/463779/7175479
jpg img88_fast.jpg
www.eeworm.com/read/459148/7280290
m m_getimagehuju_fast.m
function [result]=M_GetImageHuJu_Fast(im)
%% 快速计算
% 追求速度的hu矩计算
% im为double型的
% 本程序中横向从左至右为x,纵向从上到下为y
%% 初始化
[height,width]=size(im);
[x,y]=meshgrid(1:width,1:height);
%% 构造中心矩,和2、3阶中心距的分母
m