英文字典中文字典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   







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

output    音標拼音: ['ɑʊtp,ʊt]
n. U產量;輸出,輸出量

U產量;輸出,輸出量

output
延遲輸出設備


output
設備延遲輸出


output
輸出入交換


output
混合輸入輸出


output
輸入輸出緩衝歷史


output
輸入輸出緩衝歷史


output
輸入輸出


output
即時輸出入


output
輸出入暫存器


output
輸入常式


output
輸出的; 輸出; 產出; 輸出設備; 輸出過程; 輸出資料


output
正輸入負輸出 PINO


output
處理機輸入-輸出;處理程序輸入-輸出 PIO


output
可編程輸入輸出 PIO


output
佇列輸入輸出 QIO


output
正文輸入輸出


output
並行輸出入


output
輸入出儲存


output
輸出表


output
輸出打帶機


output
計時資料輸入輸出 TDIC

output
輸出

output
n 1: final product; the things produced [synonym: {end product},
{output}]
2: production of a certain amount [synonym: {output}, {yield}]
3: signal that comes out of an electronic system [synonym: {output
signal}, {output}]
4: the quantity of something (as a commodity) that is created
(usually within a given period of time); "production was up
in the second quarter" [synonym: {output}, {yield}, {production}]
5: what is produced in a given time period [synonym: {output},
{outturn}, {turnout}]
v 1: to create or manufacture a specific amount; "the computer
is outputting the data from the job I'm running"

Output \Out"put`\, n.
1. The amount or quantity of a material or product that is
produced by a mine, factory, or any system for production
of commercial goods, such as the amount of coal or ore put
out from one or more mines, or the quantity of material
produced by, or turned out from, one or more furnaces or
mills, in a given time; production.
[1913 Webster PJC]

2. The materials, profits, or information produced by any
system.
[PJC]

3. (Physiol.) That which is thrown out as products of the
metabolic activity of the body; the egesta other than the
faeces. See {Income}.
[1913 Webster]

Note: The output consists of: (a) The respiratory products of
the lungs, skin, and alimentary canal, consisting
chiefly of carbonic acid and water with small
quantities of hydrogen and carbureted hydrogen. (b)
Perspiration, consisting chiefly of water and salts.
(c) The urine, which is assumed to contain all the
nitrogen truly excreted by the body, besides a large
quantity of saline matters and water. --Foster.
[1913 Webster]

4. The power, voltage, or current produced by a device to
generate or regulate electrical power; as, the power
supply had a maximum output of 250 milliamps.
[PJC]

5. (Computers) The data or information produced by operation
of a computer program or subroutine for transfer to
another program or to an external device. The output of
one program may be used as the {input} to another program.
[PJC]

113 Moby Thesaurus words for "output":
ALGOL, COBOL, FORTRAN, achieve, achievement, aftermath,
alphabetic data, alphanumeric code, angular data, assembler,
avails, bearing, binary digit, binary scale, binary system, bit,
box office, bug, bumper crop, byte, command pulses, commands,
commissions, compiler, computer code, computer language,
computer program, control signals, controlled quantity,
correcting signals, create, credit, credits, crop, data,
disposable income, dividend, dividends, earned income, earnings,
efficiency, error, error signals, feedback pulses,
feedback signals, film data, fruit, gain, gains, gate,
gate receipts, generate, get, gross, gross income, gross receipts,
harvest, hexadecimal system, income, information, input data,
input quantity, instructions, intake, machine language, make,
manufacture, message, multiple messages, net, net income,
net receipts, noise, numeric data, octal system, oscillograph data,
output data, output quantity, play, polar data, proceeds, produce,
product, production, productivity, profit, profits,
punch-card data, put out, random data, receipt, receipts,
receivables, rectangular data, reference quantity, result, returns,
revenue, royalties, ruly English, second crop, signals,
single messages, take, take-in, takings, throughput, turnout,
unearned income, unorganized data, vintage, visible-speech data,
yield

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





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


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

































































英文字典中文字典相關資料:
  • : The Output element - HTML | MDN - MDN Web Docs
    The <output> HTML element is a container element into which a site or app can inject the results of a calculation or the outcome of a user action
  • HTML lt;output gt; Tag - W3Schools
    Perform a calculation and show the result in an <output> element: The <output> tag is used to represent the result of a calculation (like one performed by a script) The numbers in the table specify the first browser version that fully supports the element The <output> tag also supports the Global Attributes in HTML
  • HTML lt;output gt; Tag - GeeksforGeeks
    The HTML <output> tag is used to represent the result of a calculation performed by the client-side script such as JavaScript The <output> tag is a new tag in HTML 5, and it requires a starting and ending tag It also supports the Global Attributes and Event Attributes in HTML
  • lt;output gt; HTML Tag
    The <output> element is used to display the result of a calculation The <output> element is typically used in conjunction with a parent <form> and sibling <input> elements to perform a calculation The actual calculation is typically completed using JavaScript
  • HTML Output Tag - Online Tutorials Library
    Following is the syntax of HTML <output> tag − HTML output tag supports Global and Event attributes of HTML It also accepts some specific attributes as well that are listed bellow List of IDs of other elements, i e it indicates the elements who have contributed input value to the calculation
  • HTML output Tag | CodeToFun
    The <output> tag in HTML is a powerful element designed to represent the result of calculations or user actions This comprehensive guide will walk you through the details of using the HTML <output> tag effectively
  • Output HTML - W3schools
    To display the result of a certain calculation or the outcome of a user action the HTML <output> tag is used It was introduced in HTML5 Syntax: Example: Explanation: In the above example, we are using the <output> tag to display the result of the addition of two numbers
  • HTML lt;output gt; Tag - Quackit Tutorials
    The HTML <output> tag represents the result of a calculation or user action This could include displaying the results of a calculation performed by a script, or it could display the output of a user's interaction with a form element
  • HTML lt;output gt; Tag - W3docs
    Use the <output> tag to define the zone of the calculation result Tag description, attributes and examples
  • HTML5 output Tag - Tutorial Republic
    The <output> element represents the result of a calculation Typically this element defines a region that will be used to display text output from some calculation that is usually performed by a client-side script (usually JavaScript)





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

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