代码搜索结果

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

mexbwblkslv.c

/* y = bwblkslv(L,b, [y]) Given block sparse Cholesky structure L, as generated by SPARCHOL, this solves the equation "L.L' * y(L.perm) = b", i.e. y(L.perm) = L.L'\b. The diagonal of L

y.h

#define CONFIG_INPUT_MOUSEDEV_SCREEN_Y (768)

example2_9.m

Y=[3 1 2 8 7 5 5 3 4 9 3 2]; area(Y) grid on set(gca,'layer','top');

example6_12.m

y=linspace(.1,1,100); thr=0.28; ythard=wthresh(y,'h',thr); ytsoft=wthresh(y,'s',thr); subplot(2,2,1); plot(y); title('原始信号'); subplot(2,2,3); plot(ythard); title('硬阈值信号'); s

example6_13.m

y=randn(1,1000); thr1=thselect(y,'rigrsure') thr2=thselect(y,'sqtwolog') thr3=thselect(y,'heursure') thr4=thselect(y,'minimaxi')

arrange.m

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

emoticon.properties

(Y)=thumbs_up.gif (y)=thumbs_up.gif (N)=thumbs_down.gif (n)=thumbs_down.gif (B)=beer_yum.gif (b)=beer_yum.gif (D)=martini_shaken.gif (d)=martini_shaken.gif (X)=girl_handsacrossamerica.gif (x)=girl_han

y.java

package program; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; public class Y { public Y(

ff2.m

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