英文字典中文字典


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







请输入英文单字,中文词皆可:

subroutine    
n. 子程序
n. 子[例行]程序

副程式子[例行]程式

subroutine
次常式测试


subroutine
次常式

subroutine
次常式

subroutine
n 1: a set sequence of steps, part of larger computer program
[synonym: {routine}, {subroutine}, {subprogram}, {procedure},
{function}]

(Or "procedure") A sequence of {instructions}
for performing a particular task. Most programming languages,
including most {machine languages}, allow the programmer to
define subroutines. This allows the subroutine code to be
called from multiple places, even from within itself (in which
case it is called {recursive}). The programming language
implementation takes care of returning control to (just after)
the calling location, usually with the support of call and
return instructions at {machine language} level.

Most languages also allow {arguments} to be passed to the
subroutine, and one, or occasionally more, {return values} to
be passed back.

A {function} is often very similar to a subroutine, the main
difference being that it is called chiefly for its return
value, rather than for any {side effects}.

(1996-10-01)


请选择你想看的字典辞典:
单词字典翻译
subroutine查看 subroutine 在百度字典中的解释百度英翻中〔查看〕
subroutine查看 subroutine 在Google字典中的解释Google英翻中〔查看〕
subroutine查看 subroutine 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • How to convert these strange characters? (ë, Ã, ì, ù, Ã)
    My page often shows things like ë, Ã, ì, ù, à in place of normal characters I use utf8 for header page and MySQL encode How does this happen?
  • HTML encoding issues - Â character showing up instead of
    Somewhere in that mess, the non-breaking spaces from the HTML template (the s) are encoding as ISO-8859-1 so that they show up incorrectly as an "Â" character That'd be encoding to UTF-8 then, not ISO-8859-1 The non-breaking space character is byte 0xA0 in ISO-8859-1; when encoded to UTF-8 it'd be 0xC2, 0xA0, which, if you (incorrectly) view it as ISO-8859-1 comes out as  That includes a
  • à + le + ville - ABC de la langue française
    forum (languefrancaise net) Où il est question de la langue Réflexions linguistiques à + le + ville
  • 図面のことで聞きたいのですがたまにA=〇〇㎡って書いてあるんですがaとは. . . - Yahoo!知恵袋
    図面における「A=〇〇㎡」という表記は、特定のエリアや部屋の面積を示しています。Aはそのエリアの識別子で、〇〇㎡はその面積を表します。面積を正確に理解するためには、図面の縮尺や寸法を確認し、必要に応じて計算することが重要です。
  • What does the a in the html lt;a gt; tag stand for? - Stack Overflow
    As most of you know, the <a> tag is (mostly) used in html to make a hyperlink like
  • c - What is a file with extension . a? - Stack Overflow
    a files are created with the ar utility, and they are libraries To use it with gcc, collect all a files in a lib folder and then link with -L lib and -l<name of specific library> Collection of all a files into lib is optional Doing so makes for better looking directories with nice separation of code and libraries, IMHO
  • What is the difference between a += b and a =+ b , also a++ and ++a?
    +1 Re: " a += b is equivalent to a = a + b ": A small pedantic nit: if the evaluation of a involves side-effects, then those happen only once For example, in foo() x += y, the foo method is called only once, whereas in foo() x = foo() x + y, it's called twice (and it could even return a different instance each time, in which case the x that's being assigned to is different from the x that's
  • How do I delete a Git branch locally and remotely?
    Matthew’s answer is great for removing remote branches, and I also appreciate the explanation, but to make a simple distinction between the two commands: To remove a local branch from your machine: git branch -d {local_branch} (use -D Instead of forcing the deletion of the branch without checking the merged status to remove a remote branch from the server: git push origin -d {remote_branch
  • what is the difference between a++ and ++a or a-- and --a in java?
    Questions asking for code must demonstrate a minimal understanding of the problem being solved Include attempted solutions, why they didn't work, and the expected results See also: Stack Overflow question checklist
  • How to fix a No process is on the other end of the pipe error in SQL . . .
    The server was set to Windows Authentication only by default There isn't any notification, that the origin of the errors is that, so it's hard to figure it out The SQL Management studio does not warn you, even if you create a user with SQL Authentication only So the answer is: Switch from Windows to SQL Authentication: Right click on the server name and select properties; Select security





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