subroutine wikipedia - EAS

383,000 kết quả
  1. De Wikipedia, la enciclopedia libre En programación de computadoras, una subrutina es una secuencia de instrucciones de programa que realiza una tarea específica, empaquetada como una unidad. Esta unidad se puede utilizar en programas donde sea que se deba realizar esa tarea en particular.
    es.abcdef.wiki/wiki/Subroutine
    es.abcdef.wiki/wiki/Subroutine
    Mục này có hữu ích không?
  2. Mọi người cũng hỏi
    What does it mean when a subroutine is called?
    When the code in a subroutine is executed, the subroutine is said to be "called". Therefore, one subroutine can "call" another subroutine. Some subroutines are called automatically when certain actions are performed. For example, the Form_Load subroutine is automatically called when a form loads.
    en.m.wikiversity.org/wiki/Visual_Basic/Functions_and_Su…
    What is Reentrancy of a subroutine?
    Reentrancy of a subroutine that operates on operating-system resources or non-local data depends on the atomicity of the respective operations.
    en.wikipedia.org/wiki/Reentrancy_(computing)
    What are the side effects of subroutine call?
    C++, Fortran, PL/I A subroutine call may also have side effects such as modifying data structures in a computer memory, reading from or writing to a peripheral device, creating a file, halting the program or the machine, or even delaying the program's execution for a specified time.
    en.wikipedia.org/wiki/Subroutine
    What is subroutine testing in programming languages?
    In some languages, each subroutine call also implies automatic testing of the subroutine's return code or the handling of exceptions that it may raise. A significant source of overhead in object-oriented languages is the intensively used dynamic dispatch for method calls.
    en.wikipedia.org/wiki/Subroutine
  3. Xem thêm
    Xem tất cả trên Wikipedia

    Subroutine - Wikipedia

    https://en.wikipedia.org/wiki/Subroutine

    In computer programming, a subroutine is a sequence of program instructions that performs a specific task, packaged as a unit. This unit can then be used in programs wherever that particular task should be performed. Subroutines may be defined within programs, or separately in libraries that can be

     ...

    Xem thêm

    The content of a subroutine is its body, which is the piece of program code that is executed when the subroutine is called or invoked.
    A subroutine may be written so that it expects to obtain one or

     ...

    Xem thêm

    A Function is a subroutine that returns a value. The primary purpose of functions is to break up complicated computations into meaningful chunks and name them. The subroutine may return

     ...

    Xem thêm

    High-level programming languages usually include specific constructs to:
    • Delimit the part of the program (body) that makes up the subroutine
    • Assign an identifier(name)

     ...

    Xem thêm

    The advantages of breaking a program into subroutines include:
    Decomposinga complex programming task into simpler steps:

     ...

    Xem thêm

    Compared to using in-line code, invoking a subroutine imposes some computational overhead in the call mechanism.
    A subroutine typically requires standard housekeeping code – both at the entry to, and exit from, the function (function prologue and epilogue

     ...

    Xem thêm

    The idea of a subroutine was worked out after computing machines had already existed for some time. The arithmetic and conditional jump instructions were planned ahead of time and

     ...

    Xem thêm

    In the very early assemblers, subroutine support was limited. Subroutines were not explicitly separated from each other or from the main program, and indeed the source code of a subroutine could be interspersed with that of other subprograms. Some

     ...

    Xem thêm
    Văn bản Wikipedia theo giấy phép CC-BY-SA
    Mục này có hữu ích không?Cảm ơn! Cung cấp thêm phản hồi
  4. Subroutine - Simple English Wikipedia, the free encyclopedia

    https://simple.wikipedia.org/wiki/Subroutine

    Subroutine. In computer programming, a subroutine is a code that is comprised of more codes — just like everything in programming — it's purpose is the same: execute an instruction/command. Because subroutines are shorter, they can be typed faster and therefore be used more by programmers, hence saving time by being able to code faster.

  5. Chương trình con – Wikipedia tiếng Việt

    https://vi.wikipedia.org/wiki/Chương_trình_con

    Trong khoa học máy tính, chương trình con (subprogram) hay subroutine là một đoạn chương trình được đóng gói thành một đơn vị trình, nó thực hiện một số tác vụ cụ thể mà chương trình cần thực hiện nhiều lần từ nhiều nơi trong thời gian chạy của nó. Khi chương trình cần đến tác vụ cụ thể đó thì bố trí chỉ thị gọi (call) đến chương trình con này và nhận kết quả nếu có sau khi nó thực thi xong .

    Wikipedia · Nội dung trong CC-BY-SA giấy phép
  6. subroutine - Wiktionary

    https://en.wiktionary.org/wiki/subroutine

    15/11/2021 · subroutine. Wikipedia. subroutine ( plural subroutines ) ( computer science) A section of code, called by the main body of a program, that implements a task.

  7. Visual Basic/Functions and Subroutines - Wikiversity

    https://en.m.wikiversity.org/wiki/Visual_Basic/Functions_and_Subroutines

    19/04/2020 · A subroutine has a name attributed with it, much like a variable does. Unlike a variable, a subroutine doesn't hold data. Instead, it holds code. When the code in a subroutine is executed, the subroutine is said to be "called". Therefore, one …

  8. Reentrancy (computing) - Wikipedia

    https://en.wikipedia.org/wiki/Reentrancy_(computing)

    Reentrancy of a subroutine that operates on operating-system resources or non-local data depends on the atomicity of the respective operations. For example, if the subroutine modifies a 64-bit global variable on a 32-bit machine, the operation may be split into two 32-bit operations, and thus, if the subroutine is interrupted while executing ...

    • Thời gian đọc ước tính: 10 phút
    • Subroutine - Creatures Wiki

      https://creatures.wiki/Subroutine

      Subroutine. From Creatures Wiki. Jump to navigation Jump to search. A subroutine is a programming concept which allows us to create discrete chunks of code which can be used at varying times in a complex script, like a timer script. Common subroutines for critters and plants include death subroutines, birth subroutines, growth subroutines ...

    • Subrutin - Wikipedia bahasa Indonesia, ensiklopedia bebas

      https://id.wikipedia.org/wiki/Subrutin

      Dari Wikipedia bahasa Indonesia, ensiklopedia bebas. Loncat ke navigasi Loncat ke pencarian. Dalam pemrograman komputer, subrutin ( bahasa Inggris: subroutine) adalah sebuah sekuensi dari instruksi program yang menampilkan tugas spesifik, dikemas sebagai sebuah unit. Unit ini kemudian dapat dipakai dalam program-program saat tugas tertentu ...

    • Sous-programme - Subroutine - abcdef.wiki

      https://fr.abcdef.wiki/wiki/Subroutine

      This page is based on the copyrighted Wikipedia article "Subroutine" ; it is used under the Creative Commons Attribution-ShareAlike 3.0 Unported License. You may redistribute it, verbatim or modified, providing that you comply with the terms of the CC-BY-SA. Cookie-policy; To contact us: mail to admin@qwerty.wiki

    • Unterprogramm – Wikipedia

      https://de.wikipedia.org/wiki/Unterprogramm

      Ein Unterprogramm ist ein Teil eines Computerprogramms, das eine bestimmte Funktionalität bereitstellt.Es kann von anderen Programmen/Programmteilen aufgerufen werden, um eine Aufgabe zu übernehmen und verzweigt danach wieder an die aufrufende Stelle zurück. Ein Unterprogramm wird i. d. R. durch einen Bezeichner (z. B. einen Namen) identifiziert, und ihm …

      • Thời gian đọc ước tính: 9 phút


      Results by Google, Bing, Duck, Youtube, HotaVN