英文字典中文字典Word104.com



中文字典辭典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z   







請輸入英文單字,中文詞皆可:

decimal    音標拼音: [d'ɛsəməl]
n. 十進制,小數點
a. 十進位的,小數的

十進制,小數點十進位的,小數的

decimal
二--十進制的


decimal
二--十進制( 的 ) BIDEC


decimal
十進位; 小數點

decimal
十進 小數

decimal
adj 1: numbered or proceeding by tens; based on ten; "the
decimal system" [synonym: {decimal}, {denary}]
n 1: a proper fraction whose denominator is a power of 10 [synonym:
{decimal fraction}, {decimal}]
2: a number in the decimal system

Decimal \Dec"i*mal\, a. [F. d['e]cimal (cf. LL. decimalis), fr.
L. decimus tenth, fr. decem ten. See {Ten}, and cf. {Dime}.]
Of or pertaining to decimals; numbered or proceeding by tens;
having a tenfold increase or decrease, each unit being ten
times the unit next smaller; as, decimal notation; a decimal
coinage.
[1913 Webster]

{Decimal arithmetic}, the common arithmetic, in which
numeration proceeds by tens.

{Decimal fraction}, a fraction in which the denominator is
some power of 10, as 2/10, [frac25x100], and is usually
not expressed, but is signified by a point placed at the
left hand of the numerator, as .2, .25.

{Decimal point}, a dot or full stop at the left of a decimal
fraction. The figures at the left of the point represent
units or whole numbers, as 1.05.
[1913 Webster]


Decimal \Dec"i*mal\, n.
A number expressed in the scale of tens; specifically, and
almost exclusively, used as synonymous with a decimal
fraction.
[1913 Webster]

{Circulating decimal}, or {Circulatory decimal}, a decimal
fraction in which the same figure, or set of figures, is
constantly repeated; as, 0.354354354; -- called also
{recurring decimal}, {repeating decimal}, and {repetend}.
[1913 Webster]

請選擇你想看的字典辭典:
單詞字典翻譯
Decimal查看 Decimal 在Google字典中的解釋Google英翻中〔查看〕
Decimal查看 Decimal 在Yahoo字典中的解釋Yahoo英翻中〔查看〕





安裝中文字典英文字典查詢工具!


中文字典英文字典工具:
選擇顏色:
輸入中英文單字

































































英文字典中文字典相關資料:
  • decimal,float和double的区别是什么? - 知乎
    "decimal"、"float" 和 "double" 是在编程中用于表示数字的不同数据类型,它们之间的主要区别在于精度和范围。 1 Decimal(十进制):Decimal 是一种用于精确表示小数的数据类型,通常用于需要高精度计算的场景,比如财务应用。
  • 如何看待 C 语言最新标准 C23 草案加入十进制浮点数? - 知乎
    简单浏览了一下标准草案。标准扶正了 GCC 拓展(Decimal Floating Types)的三种十进制浮点数类型: _Decimal32 、 _Decimal64 、 _Decimal128,在字面量后附加 DF DD DL 后缀来指名十进制浮点数类型。 几个要点: IEEE 754 十进制浮点数使用 Densely packed decimal 格式存储十进制数位。例如三种十进制浮点数的最大值如下:
  • 毕业论文封面的分类号和UDC怎么查? - 知乎
    有些国内期刊及很多国外期刊还会要求给出 UDC 号,UDC《国际十进分类法》 (Universal Decimal Classification)最初发表于 1905 年,一直由国际文献联合会负责修订,其重点放在科学与技术各类,有目的地按类扩充细目,独立分编成册,以供专门图书馆和科技情报部门使用。
  • 如何把十进制数转换为十六进制数? - 知乎
    有时也用B ( Bima-ry)和D ( Decimal)代替2和10这两个脚注。 (3)八进制: 八进制数的每一位有0~7 八个不同的数码,在二进制数中,计数的基数为8。其中低位和相邻高位之间的进位关系是:“逢八进一”, 故称为八进制。
  • python中的函数int、float、str的用法分别是什么? - 知乎
    新手上路,多多关照int (print ('\n')) 这个常用语输入某个参数 print (str ()) 这个常用于打印 当需要输出的结果要求有两位小数的时候,字符串形式的:'% 2f' % a 方式最好,其次用Decimal。
  • 十分钟读懂旋转编码(RoPE)
    旋转位置编码(Rotary Position Embedding,RoPE)是论文 Roformer: Enhanced Transformer With Rotray Position Embedding 提出的一种能够将相对位置信息依赖集成到 self-attention 中并提升 transformer 架构性能的位置编码方式。而目前很火的 LLaMA、GLM 模型也是采用该位置编码方式。
  • epub怎么打开? - 知乎
    epub就像pdf一样,是一种文件标准,是电子书的统一标准,现在主流的电子书应该都是epub的。
  • 2025年(6月)小米平板选购推荐攻略 - 知乎
    胡歌同学 我是一个热爱生活、喜欢数码科技的小胡,欢迎咨询数码问题 92 赞同 23 评论 55 收藏 6 1日更新: 更新各款最新平板 更多平板挑选指南推荐阅读: 胡歌同学:2025年(3月)平板挑选指南(建议收藏)
  • 本科论文的标准格式是什么样的? - 知乎
    毕业论文格式要求 毕业论文(设计)统一用A4纸打印。页边距一般设置为:上2 5cm,下2 5cm,左3cm,右2cm(具体按学校毕业论文格式要求)。 封 面 使用学校统一的封面格式,题目使用宋体,一号,加粗,居中,题目是对毕业论文(设计)的高度概括,简明、易读,字数应在20以内;学生姓名、学号、专业
  • Python 从入门到精通推荐看哪些书籍呢? - 知乎
    Python进阶 个人感觉进阶就是把繁琐的 代码写的更简介、更易读、模块化、容易维护、熟悉PEP等等。 此时,我们可以对上面写的项目做优化,模块化、简洁化、规范化等。 下面推荐几个辅助Python进阶的资料。 1、Python官方文档 最权威的Python学习资料,哪里不会点哪里。





中文字典-英文字典  2005-2009

|中文姓名英譯,姓名翻譯 |简体中文英文字典