代码搜索:width
找到约 10,000 项符合「width」的源代码
代码结果 10,000
www.eeworm.com/read/157767/11665702
m p311.m
%program p311
wp=0.5*pi;
ws=0.66*pi;
width=ws-wp;%width of transition band
N=ceil(8*pi/width);%the length of the filter
if(rem(N,2))==0
N=N+1;
end
Nw=N;%the length of the filter
wc=(wp+ws
www.eeworm.com/read/347413/11666741
js wz_jsgraphics.js
/* This notice must be untouched at all times.
wz_jsgraphics.js v. 2.3
The latest version is available at
http://www.walterzorn.com
or http://www.devira.com
or http://www.walterzorn.de
Copyright
www.eeworm.com/read/157653/11676787
c printf.c
/*
** The "printf" code that follows dates from the 1980's. It is in
** the public domain. The original comments are included here for
** completeness. They are very out-of-date but might be useful
www.eeworm.com/read/260947/11684904
cpp 4_21.cpp
# include
const int max =1000;
const int width =10;
void main()
{
bool s[max+1];
int i,n,col=0;
for (i=0;i