代码搜索结果
找到约 2,116 项符合
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-win32.asm
; Don't even think of reading this code
; It was automatically generated by crypt586.pl
; Which is a perl program used to generate the x86 assember for
; any of elf, a.out, BSDI,Win32, or Solaris
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')
y.dfm.svn-base
object MemoryBrowser: TMemoryBrowser
Left = 331
Top = 409
Width = 646
Height = 501
BorderIcons = [biSystemMenu]
Caption = 'Memory Browser'
Color = clBtnFace
Font.Charset = DEFA
y.tab.h.svn-base
typedef union{
int val;
long ctype;
char* str;
Entry* entry;
Expr* expression;
ExprList *elist;
Class *classptr;
TypeList *typelist;
} YYSTYPE;
#define TOKEN 257
#define IDEN 2
y.tab.h
typedef union{
int val;
long ctype;
char* str;
Entry* entry;
Expr* expression;
ExprList *elist;
Class *classptr;
TypeList *typelist;
} YYSTYPE;
#define TOKEN 257
#define IDEN 2
mextriang.c
/**********************************************************************
* y = mextriang(U,b,options)
* Given nxn upper-triangular matrix U,
* options = 1 (default), solves U *y = b,
*
mexfwblkslv.c
/*
y = fwblkslv(L,b, [y])
Given block sparse Cholesky structure L, as generated by
SPARCHOL, this solves the equation "L.L * y = b(L.perm,:)",
i.e. y = L.L\b(L.perm,:). The diagonal of