代码搜索结果
找到约 2,116 项符合
Y 的代码
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)
6-1.m
Y = [ 1, 5, 3;
3, 2, 7;
1, 5, 3;
2, 6, 1];
area(Y)
grid on
set(gca,'Layer','top')
title 'Stacked Area Plot'
6-14.m
y = linspace(0,2*pi,10);
%数据区间[0 2*pi]平均生成10个数
stem(cos(y),'fill','-.');
%对离散图的末端进行了填充
title('二维柄状图示例');
10-13.m
y = linspace(-1,1,100);
% 产生信号
thr = 0.4;
% 设置阈值
ythard = wthresh(y,'h',thr);
% 执行硬阈值化
ytsoft = wthresh(y,'s',thr);
% 执行软阈值化
subplot(131)
plot(y,y)
title('原信号')
subplot(132)
plot(y,ythar
y.tab.h
typedef union {
char *sval;
int ival;
short shval;
struct _menuline *mlval;
struct _menuinfo *mival;
char **cval;
} YYSTYPE;
extern YYSTYPE yylval;
# define NL 257
# define S
readme_en.txt
Y'z Dock 0.8.3 : Readme_en.txt
Since: 03-Nov-2002
Last Change: 04-Jun-2003.
Require
readme_jp.txt
Y'z Dock 0.8.3 : Readme_jp.txt
Since: 03-Nov-2002
Last Change: 04-Jun-2003.
=======
y.tab.dsp
# Microsoft Developer Studio Project File - Name="y.tab" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con
y.y
%{
/* YACC -- LALR(1) PARSER */
/* Sub-set of C Language */
#include
#include
#include "y.tab.h"
extern FILE *yyin;
FILE *out;
extern int yylex();
%}
%token VO