declaration中文,declaration的意思,declaration翻译及用法

2025-09-06 22:35 浏览次数 6

declaration

英[ˌdekləˈreɪʃn]美[ˌdekləˈreɪʃn]

n. (纳税品等的)申报;宣布;公告;申诉书

declaration 英语释义

英语释义

  • (contract bridge) the highest bid becomes the contract setting the number of tricks that the bidder must make
  • a formal public statement;

    "the government made an announcement about changes in the drug war"

    "a declaration of independence"

  • (law) unsworn statement that can be admitted in evidence in a legal transaction;

    "his declaration of innocence"

  • a statement that is emphatic and explicit (spoken or written)
  • a statement of taxable goods or of dutiable properties
  • a formal expression by a meeting; agreed to by a vote

declaration 片语

片语

exception declaration异常声明

import declaration[税收] 进口报单;进口声明书

customs declaration[贸易] 报关单;[税收] 申报关税

function declaration功能说明;函数说明

tax declaration申报纳税,纳税申报

final declaration最后声明;确定申告

joint declaration联合声明;联合公报

custom declaration海关申报表

declaration form[税收] 申报单

declaration of conformity符合标準声明

Mapping declaration映射定义

cargo declaration货物申报单

customs declaration form报关单;通关申报表格

Declaration House宣言楼

Bologna declaration博洛尼亚宣言

declaration of war宣战

declaration of independence独立宣言

sirte declarationThe Sirte Declaration was the resolution adopted by the Organisation of African Unity on 9 September 1999, at the fourth Extraordinary Session of the OAU Assembly of African Heads of State and Government held at Sirte, Liby The Declaration announces decisions to:

Mainau DeclarationThe Mainau Declaration was an appeal against the use of nuclear weapon Initiated and drafted by German nuclear scientists Otto Hahn and Max Born, it was circulated at a conference of Nobel Prize laureates in Lindau, (then) West Germany on July 15, 1955.

procedure declaration[计] 过程说明

variable declaration变数宣告;变量声明

export declaration[贸易] 出口申报单

declaration 例句

英汉例句

  • this permits the declaration of variables for a cpu that are most commonly accessed by that cpu, which minimizes the locking requirements and improves performance.

    这允许将某个cpu通常访问的变量声明为该cpu 专有的变量。使用此方法使锁定需求最小化并提高了性能。

  • this declaration makes the tag library known to the jsp so you can use all the aggregation tags.

    此声明使得jsp 能够识别此标记库,这样您就可以使用所有聚合标记。

  • because this declaration must be first in the file, if you plan to combine smaller xml files into a larger file, you might want to omit this optional information.

    因为这个声明必须出现在文件的开头,所以如果打算将多个小的xml文件合并为一个大xml文件,则可以忽略这个可选信息。

  • you can find the fade effect declaration and properties at line 69.

    可以在第 69行中找到渐退效果的声明和属性。

  • generic rules depend on the declaration of 「suffixes,」 which make then recognizes as filename extensions rather than part of a name.

    通用规则取决于 「后缀」的声明,它然后会被识别为文件扩展名,而不是文件名的一部分。

  • each file begins with a simple declaration of what package it belongs to, and each file can import the packages it uses.

    每个文件开头都会声明它属于哪一个包,每个文件也可以引入它所用到的包。

  • in this sense, the millennium development goals can be viewed as yet another legacy of the health for all movement and the declaration that launched it.

    在这层意义上,可以将千年发展目标视为「人人享有卫生保健」运动及发起该运动的宣言的另一种延续。

  • in this approach, the senders would provide not only their topics but also the entity declaration and element definition files for the domain.

    在这一方法中,发送方将不仅提供他们的主题,而且也将提供域的实体声明和元素定义文件。

  • the declaration we will adopt here today can begin to close that gender gap, by making it possible for more women to unleash their potential as workers, entrepreneurs, and business leaders.

    我们今天在这里将要通过的宣言能够开始缩小这一性别差距,使更多的妇女释放出她们作为劳动者、企业家和工商业领袖的潜力。

  • you can see several differences above in the declaration of memory variables.

    在上面的内存变量声明中可以看到几点差异。

  • add the variables below to the declaration section.

    将以下变量添加到声明部分中。

  • at its meeting with china, asean agreed on 「guidelines」 for implementing a 2002 declaration on a 「code of conduct」 to minimise the risk of conflict in the contested waters of the south china sea.

    在与中国进行的会议中,东盟就执行2002年「行为守则」宣言的「指导方针」取得一致意见。 该「行为守则」旨在将争夺南中国海水域中发生沖突的危险降到最低。

  • it is not an error (because the declaration is optional), but it might be worth noting.

    它不是错误(因为声明是可选的),但是它可能值得注意。

  • even a declaration of love sounds more restrained and is never direct – a man can just say 「i think about you all the time」 or 「it is hard for me to be without you」, they never say 「i love you」.

    那怕是爱的宣言也是受到限制的,从不敢直接说出来。人们表达爱意时只能说:「我时时刻刻都在想念你」或者「我不能没有你」,他们从来不说:「我爱你」。

  • the idea is that when two services interact with each other, the service link type is a declaration of how they interact -- essentially what each party offers.

    其思想是,当两个服务彼此交互时,服务链接类型就是对这两个服务如何交互 ―各方本质上提供了什么 ― 的声明。

  • we have adopted the sanya declaration and agreed upon an action plan to deepen and broaden cooperation among our countries.

    我们通过了《三亚宣言》,并就行动计划达成一致,该行动计划旨在加强和深化我们的合作。

  • as noted in combining an existing topic and domain, the domain requires an entity declaration file and an element definition file.

    如 结合现有的主题和域中所说明的那样,域需要一个实体声明文件和一个元素定义文件。

  • there are no differences in the declarations of local variables, cursors, temporary tables, but on both platforms the order of declaration is important.

    在局部变量、游标和临时表的声明方面,两种平台没什么差别,但在这两种平台上,声明的顺序却很重要。

  • please note that the contructor (shown in listing 2) and all subsequent methods are within the class declaration as shown in listing 1.

    请注意,构造函数(见 清单2)和所有的后续方法都在类声明中,如 清单1 所示。

  • guideline 1 can be ensured by type checking and throwing an error message if there is any static storage declaration in the function.

    準则1可以通过类型检查得到保证,如果在函数中有任何静态存储声明,则抛出错误消息。

  • why do we need to issue a declaration from this summit?

    为什么我们需要本次峰会发表一个宣言呢?

  • when a user agent can「t parse the selector, it must ignore the declaration block as well.

    当一个用户代理不能解析某个选择器的时候,它必须忽略整个声明块。

  • but our declaration will be meaningless if we don’t put our will and effort behind it.

    但是,如果我们的宣言没有我们的意志和努力作基础,就将毫无意义。

  • if you」re using interfaces, the command opens the declaration of the element — which is an interface.

    如果您正在使用接口,则该命令会打开元素的声明 —它是一个接口。

  • then the procedure repeats until it finds the declaration for the last element in the path—which is the instance element in question.

    然后重复这个过程,直到找到路径中最后一个元素的声明 ——它便是所查找的实例元素。

declaration 同义词

相似词

avouchment保证;断言

announcement公告;宣告;发表;通告

disclosure[审计] 披露;揭发;被揭发出来的事情

manifestation表现;显示;示威运动

attestation证明;证据;证实;宣誓

communication通讯,[通信] 通信;交流;信函

annunciation天使报喜节;报喜

testimony[法] 证词,证言;证据

avowal声明,公开表示;公开宣布

publication出版;出版物;发表

proclamation公告;宣布;宣告;公布

utterance表达;说话;说话方式

affirmation主张,肯定;断言

assertion断言,声明;主张,要求;坚持;认定

statement声明;陈述,叙述;报表,清单

resolution[物] 分辨率;决议;解决;决心

justice(Justice)人名;(英)贾斯蒂斯,贾斯蒂丝(女名)

thesis论文;论点

confession忏悔,告解;供认;表白

admission承认;入场费;进入许可;坦白;录用

expression表现,表示,表达;表情,脸色,态度,腔调,声调;式,符号;词句,语句,措辞,说法

speech演讲;讲话;[语] 语音;演说

profession职业,专业;声明,宣布,表白

deliverance释放,解救;救助;判决

相关热词