代码搜索结果

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

y.tab.h

#ifndef YYSTYPE #define YYSTYPE int #endif #define VOID 257 #define INT 258 #define CHAR 259 #define RETURN 260 #define IF 261 #define ELSE 262 #define WHILE 263 #define ID 264 #define NUMB

y.tab.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # 警告: 不能编辑或删除该工作区文件! ############################################################################### Project: "y.tab"=".\y.tab.dsp

ff2.m

y=dsolve('D2y+4*Dy+29*y=0','y(0)=0,Dy(0)=15','x')

zonghe.m

[y,fs,bits]=wavread('C:\Users\jay\Desktop\STR_PC_C1.wav',[1024,5120]); sound(y,fs,bits); Y=fft(y,4096); subplot(211); plot(y); title('yuanshixinhaoboxing'); subplot(212); plot(abs(Y)); title('

ff2.m

y=dsolve('D2y+4*Dy+29*y=0','y(0)=0,Dy(0)=15','x')

ex3_9.m

y=0; n=100; for i=1:n y=y+1/(2*i-1); end y