代码搜索结果

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

sexes

Y|y:X|x abbot:abbess alumnus:alumna ambassador:ambassadress boar:sow buck:doe bull:cow cob:pen colt:filly curator:curatrix dog:bitch|vixen duke:duchess drake:duck effeminate|womanish:mannish gander:go

y.java

package org.hibernate.test; public class Y { private Long id; private String x; private X theX; /** * Returns the id. * @return Long */ public Long getId() { return id;

y.tab.h

typedef union { Node* node; Sym* sym; Type* type; struct { Type* t; char c; } tycl; struct { Type* t1; Type* t2; } tyty; struct { char* s; long l; } sval; long lval; double

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.

tst1505.mal

y := bat.new(:oid,:dbl); le_a := calc.dbl(1.0); bat.append(y,le_a); ne_a := calc.dbl(2.0); bat.append(y,ne_a); pe_a := calc.dbl(2.0); bat.append(y,pe_a); re_a := calc.dbl(2.0); bat.append(y,r

yuv.c.svn-base

/* * .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

pr-5646.ch

y: MODULE USE_SEIZE_FILE "pr-5646-grt.grt" SEIZE a_ps; p: PROC (); DCL xx a_ps; xx := [a, b]; END p; p(); END y;

y.java

package com.thoughtworks.acceptance.someobjects; import com.thoughtworks.acceptance.StandardObject; public class Y extends StandardObject { public String yField; }