代码搜索结果

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

y.tab.c

#ifndef lint static char const yyrcsid[] = "$FreeBSD: src/usr.bin/yacc/skeleton.c,v 1.28 2000/01/17 02:04:06 bde Exp $"; #endif #include #define YYBYACC 1 #define YYMAJOR 1 #define YYMINOR

y.tab.h

#ifndef YYERRCODE #define YYERRCODE 256 #endif #define IDENTIFIER 257 #define CAPACITOR 258 #define INDUCTOR 259 #define RESISTOR 260 #define INTEGER 261 #define COMPONENT_START 262 #define COMPONENT

kkspt0.dat

y( 0)=5.40000e+01 yy( 0)=5.68429e+01 y( 1)=1.45000e+02 yy( 1)=1.33629e+02 y( 2)=2.27000e+02 yy( 2)=2.44057e+02 y( 3)=3.59000e+02 yy( 3)=3.47943e+02 y( 4)=4.01000e+02 yy( 4)=3.93457e+02

gdfte0.dat

y( 0)=0.00000e+00 y( 1)=1.86090e-02 y( 2)=3.25359e-02 y( 3)=4.20480e-02 y( 4)=4.73684e-02 y( 5)=4.86842e-02 y( 6)=4.61538e-02 y( 7)=3.99123e-02 y( 8)=3.00752e-02 y( 9)=1.67423e-02 y(10)=0.

yuv.c

/* * .Y.U.V image format * Copyright (c) 2003 Fabrice Bellard. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * Li

ex3_9.m

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

diff.m

function y = diff(x,varargin) % $Id: diff.m 48 2004-09-16 12:07:24Z mairas $ y = x; y.s = diff(x.s,varargin{:}); n = length(x.s)-length(y.s); t = x.time; % should there be a half sample time shift

log2.m

function y = log2(x) % LOG2 Logarithm of power 2 % $Id: real.m 3 2004-02-04 12:57:04Z mairas $ y = x; y.s = log2(y.s);