代码搜索:abbreviation

找到约 1,463 项符合「abbreviation」的源代码

代码结果 1,463
www.eeworm.com/read/130524/5952985

cs categoriescollection.cs

using System; using System.Collections; namespace qminoa.BLL.PM { public class CategoriesCollection : ArrayList { public enum CategoryFields { Abbreviation, Duration, InitVa
www.eeworm.com/read/130524/5952998

cs category.cs

using System; namespace qminoa.BLL.PM { public class Category { private string _abbreviation; private int _categoryID; private decimal _estDuration; private string _name; priva
www.eeworm.com/read/108242/6184066

sh m.sh

#!/bin/sh # # M, U - mount or unmount standard devices. case $#:$2 in 1:|2:-r) ;; *) echo "Usage: $0 [-r]" >&2; exit 1 esac . /etc/fstab dev=$1 dir=$1 case $1 in 0) dev=/dev/fd0 dir
www.eeworm.com/read/152785/12085232

lang turkce.lang

id: LANG_SOUND_SETTINGS desc: in the main menu eng: "Sound Settings" new: "Ses Ayarlari" id: LANG_GENERAL_SETTINGS desc: in the main menu eng: "General Settings" new: "Genel Ayarlar" id: LANG_GAME
www.eeworm.com/read/152785/12085236

lang slovenscina.lang

# $Id: slovenscina.lang,v 1.1 2003/08/19 06:43:50 bagder Exp $ # # This is the slovenian language files (Slovenski jezik). # # *WARNING* # # If you want to add a new string, add it to the end of this
www.eeworm.com/read/152785/12085240

lang english.lang

# $Id: english.lang,v 1.101 2004/01/26 17:05:21 hardeeps Exp $ # # This is the master of the language files. This is the original, the one with # all the existing strings Rockbox features. # # *WARNIN
www.eeworm.com/read/152785/12085248

lang polski-ascii.lang

# $Id: polski-ascii.lang,v 1.1 2003/12/04 14:29:06 zagor Exp $ # Polish translation: monter.FM (2003/10/29 13:50:00) # id: LANG_SOUND_SETTINGS desc: in the main menu eng: "Sound Settings" new: "
www.eeworm.com/read/152785/12085253

lang nederlands.lang

# $Id: nederlands.lang,v 1.26 2004/02/25 21:19:23 quelsaruk Exp $ id: LANG_SOUND_SETTINGS desc: in the main menu eng: "Sound Settings" new: "Geluids Instellingen" id: LANG_GENERAL_SETTINGS desc: in
www.eeworm.com/read/226742/14453464

txt 新东方红宝书.txt

abacus n.算盘 abandon v.n.放弃,放纵 abase v.贬抑,使卑下 abate v.减轻,降低 abbreviation n.缩短,缩写 abdicate v.让位,辞职,放弃 abdomen n.腹,下腹(胸部到腿部的部份) abduct v.绑架,拐走 aberrant adj.越轨的,异常的 abet v.教唆,
www.eeworm.com/read/169660/5416686

java customerbean.java

package stockmanagementpro; import javax.ejb.*; abstract public class CustomerBean implements EntityBean { EntityContext entityContext; public java.lang.String ejbCreate(java.lang.String c