代码搜索结果

找到约 2,116 项符合 Y 的代码

kkspt0.dat

y( 0)=5.40000e+01 yy( 0)=5.68429e+01 y( 1)=1.45000e+02 yy( 1)=1.33629e+02 y( 2)=2.27000e+02 yy( 2)=2.44057e+02 y( 3)=3.59000e+02 yy( 3)=3.47943e+02 y( 4)=4.01000e+02 yy( 4)=3.93457e+02

ssmultibandkamath02.m

[y,fs,bit]=wavread('混声.wav'); function output=SSMultibandKamath02(signal,fs,IS) % OUTPUT=SSMULTIBANDKAMATH02(S,FS,IS) % Multi-band Spectral subtraction [Kamath2002] % subtraction with adjusting

y.tab.c

/* A Bison parser, made by GNU Bison 2.4. */ /* Skeleton implementation for Bison's Yacc-like parsers in C Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free

y.tab.h

/* A Bison parser, made by GNU Bison 2.4. */ /* Skeleton interface for Bison's Yacc-like parsers in C Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Soft

y.output

Terminals unused in grammar '.' Grammar 0 $accept: program $end 1 program: decls fndefs 2 fndefs: fndef 3 | fndefs fndef 4 fndef: typed_declspecs declarator compstm

y.c

//此程序配合开发板webserver.c调试 #include #include "winsock2.h" #include "windows.h" void main() { //---------------------- // Initialize Winsock. WSADATA wsaData; SOCKET Connec

6-13.m

Y=[1 2 5 3.3 0.9 5.2]; names={'一队' '二队' '三队' '四队' '五队' '六队'}; X=[1 2 3 4 5 6]; subplot(211) pareto(Y,names) %x轴的下标标识为names title '排列图示例一' subplot(212) pareto(Y,X) t

6-5.m

Y = [1 2 3 4 5 6 7; 1 2 3 4 3 2 1; 7 6 5 4 3 2 1]; subplot(3,2,1) bar3(Y,'detached') title('Detached') subplot(3,2,2) bar3(Y,0.25,'detached') title('Width = 0.25') subplot(3,2,3)

6-4.m

Y = round(rand(5,3)*10); %随机函数产生5*3的数组,对产生的数据取整 subplot(2,2,1) bar(Y,'group') title 'Group' subplot(2,2,2) bar(Y,'stack') %堆型二维垂直条形图 title 'Stack' subplot(2,2,3)