代码搜索结果
找到约 10,000 项符合
Y 的代码
conf.y
%{
#include
#include
#include
#include
#include
#include
#include
#include
#include
#inclu
y.vhd
library ieee;
use ieee.std_logic_1164.all;
entity y is
port( y_in:in std_logic;
clk_y:in std_logic;
y_out:buffer std_logic
);
end entity;
architecture bhv of y
parser.y
%{
/*
* This file is part of tMCimg.
*
* tMCimg is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free
* So
plural.y
%{
/* Expression parsing for plural form selection.
Copyright (C) 2000, 2001 Free Software Foundation, Inc.
Written by Ulrich Drepper , 2000.
This program is free softwar
simple.y
%{
#include
#include
#include
#include "tree.h"
#define YYDEBUG 1
A_program theprogram ;
A_declarations thedecls;
A_commands thecommands;
A_commands else_
bc.y
%right '='
%left '+' '-'
%left '*' '/' '%'
%right '^'
%left UMINUS
%term LETTER DIGIT SQRT _IF FFF EQ
%term _WHILE _FOR NE LE GE INCR DECR
%term _RETURN _BREAK _DEFINE BASE OBASE SCALE
%term EQPL EQ
y.asv
n=0:63;
xb1=exp(-0.1*n).*sin(2*pi*0.0625*n);
w=randn(1,64);
y1=xb1+w;
xb2=exp(-0.1*n).*sin(2*pi*0.2375*n);
w=randn(1,64);
y2=xb2+w;
xb3=exp(-0.1*n).*sin(2*pi*0.4325*n);
w=randn(1,64);
y3=xb3+
y.m
n=0:63;
xb1=exp(-0.1*n).*sin(2*pi*0.0625*n);
w=randn(1,64);
y1=xb1+w;
xb2=exp(-0.1*n).*sin(2*pi*0.2375*n);
w=randn(1,64);
y2=xb2+w;
xb3=exp(-0.1*n).*sin(2*pi*0.4325*n);
w=randn(1,64);
y3=xb3+