代码搜索:width
找到约 10,000 项符合「width」的源代码
代码结果 10,000
www.eeworm.com/read/420044/10821410
map test22hex.map
******************************************************
TMS320C54x COFF/Hex Converter Version 3.50
******************************************************
Mon Apr 12 16:37:43 2004
INPU
www.eeworm.com/read/420044/10821704
map fangbo1.map
********************************************************************************
TMS320C54x COFF/Hex Converter Version 3.70
************************************
www.eeworm.com/read/468137/6994274
cpp fvscanny.cpp
// Taken from the canny.c file
// Robot Vision Group
// Dept. of Artifical Intelligence
// University of Edinburgh
//
// Authors: Bob Fisher, Dave Craft, A Fitzgibbion
// orginal date September 86
//
www.eeworm.com/read/465015/7064261
mxp led.mxp
********************************************************************************
TMS320C54x COFF/Hex Converter Version 3.70
************************************
www.eeworm.com/read/208078/7087888
htm websurlhandlerdelete.htm
websUrlHandlerDelete -- GoAhead WebServer API
www.eeworm.com/read/458158/7303101
tdf clk_pdiv.tdf
TITLE "Programmable Clock Frequency Divider";
%//////////////////
// INCLUDE FILES //
//////////////////%
INCLUDE "lpm_counter";
INCLUDE "lpm_compare";
INCLUDE "lpm_dff";
%//////////////
www.eeworm.com/read/451653/7458723
m 1.m
a=load('q.txt')
width=input('请输入窗宽')
step=input('请输入步长')
m=length(a)
for i=1:floor((m-width)/step+1)
s(i,1:width)=a(1,1+(i-1)*step:width+(i-1)*step);
end
b=max(max(s))
M=s./b
Rs=input('请输入本体集
www.eeworm.com/read/451653/7458724
m 2.m
c=load('x.txt');
width2=input('请输入窗宽')
step2=input('请输入步长')
m2=length(c)
for i=1:floor((m2-width2)/step2+1)
t(i,1:width2)=c(1,1+(i-1)*step2:width2+(i-1)*step2);
end
b2=max(max(t))
T=t./b2
e=z
www.eeworm.com/read/449281/7515248
cpp seg.cpp
/****************************************************************************/
/* MPEG4 Visual Texture Coding (VTC) Mode Software */
/*