Explore: Subroutines

Discover books, insights, and more — all in one place.

Learn more about Subroutines with top reads curated from trusted sources — all in one place.

Topic Search

Search for any topic

AI-Generated Overview About “subroutines”:


Books Results

Source: The Open Library

The Open Library Search Results

Search results from The Open Library

1PET graphics

By

“PET graphics” Metadata:

  • Title: PET graphics
  • Author:
  • Language: English
  • Number of Pages: Median: 218
  • Publisher: Commodore Business Machines
  • Publish Date:
  • Publish Location: Slough

“PET graphics” Subjects and Themes:

Edition Identifiers:

Access and General Info:

  • First Year Published: 1981
  • Is Full Text Available: No
  • Is The Book Public: No
  • Access Status: No_ebook

Online Marketplaces

Find PET graphics at online marketplaces:


2Demonstration of the dynamic flowgraph methodology using the Titan II space launch vehicle digital flight control system

By

“Demonstration of the dynamic flowgraph methodology using the Titan II space launch vehicle digital flight control system” Metadata:

  • Title: ➤  Demonstration of the dynamic flowgraph methodology using the Titan II space launch vehicle digital flight control system
  • Author:
  • Language: English
  • Publisher: ➤  National Technical Information Service, distributor - National Aeronautics and Space Administration - Mechanical, Aerospace, and Nuclear Engineering Dept., University of California
  • Publish Date:
  • Publish Location: ➤  Springfield, Va - [Washington, DC - Los Angeles, CA

“Demonstration of the dynamic flowgraph methodology using the Titan II space launch vehicle digital flight control system” Subjects and Themes:

Edition Identifiers:

Access and General Info:

  • First Year Published: 1994
  • Is Full Text Available: No
  • Is The Book Public: No
  • Access Status: No_ebook

Online Access

Downloads Are Not Available:

The book is not public therefore the download links will not allow the download of the entire book, however, borrowing the book online is available.

Online Borrowing:

    Online Marketplaces

    Find Demonstration of the dynamic flowgraph methodology using the Titan II space launch vehicle digital flight control system at online marketplaces:


    3GEMPAK5

    By

    “GEMPAK5” Metadata:

    • Title: GEMPAK5
    • Author:
    • Language: English
    • Publisher: ➤  For sale by the National Technical Information Service] - National Aeronautics and Space Administration, Office of Management, Scientific and Technical Information Division
    • Publish Date:
    • Publish Location: ➤  [Washington, D.C.] - [Springfield, Va

    “GEMPAK5” Subjects and Themes:

    Edition Identifiers:

    Access and General Info:

    • First Year Published: 1991
    • Is Full Text Available: No
    • Is The Book Public: No
    • Access Status: No_ebook

    Online Access

    Downloads Are Not Available:

    The book is not public therefore the download links will not allow the download of the entire book, however, borrowing the book online is available.

    Online Borrowing:

      Online Marketplaces

      Find GEMPAK5 at online marketplaces:


      4Fortran subroutines for the evaluation of the confluent hypergeometric functions

      By

      Book's cover

      “Fortran subroutines for the evaluation of the confluent hypergeometric functions” Metadata:

      • Title: ➤  Fortran subroutines for the evaluation of the confluent hypergeometric functions
      • Author:
      • Language: English
      • Number of Pages: Median: 89
      • Publisher: ➤  Naval Postgraduate School - Available from National Technical Information Service
      • Publish Date:
      • Publish Location: ➤  Monterey, Calif - Springfield, Va

      “Fortran subroutines for the evaluation of the confluent hypergeometric functions” Subjects and Themes:

      Edition Identifiers:

      Access and General Info:

      • First Year Published: 1989
      • Is Full Text Available: Yes
      • Is The Book Public: Yes
      • Access Status: Public

      Online Access

      Downloads:

        Online Borrowing:

        Online Marketplaces

        Find Fortran subroutines for the evaluation of the confluent hypergeometric functions at online marketplaces:


        5Improvements to the Staniforth-Mitchell barotropic numerical weather prediction code

        By

        Book's cover

        “Improvements to the Staniforth-Mitchell barotropic numerical weather prediction code” Metadata:

        • Title: ➤  Improvements to the Staniforth-Mitchell barotropic numerical weather prediction code
        • Author:
        • Language: English
        • Number of Pages: Median: 22
        • Publisher: ➤  Naval Postgraduate School - Available from National Technical Information Service
        • Publish Date:
        • Publish Location: ➤  Springfield, Va - Monterey, Calif

        “Improvements to the Staniforth-Mitchell barotropic numerical weather prediction code” Subjects and Themes:

        Edition Identifiers:

        Access and General Info:

        • First Year Published: 1986
        • Is Full Text Available: Yes
        • Is The Book Public: Yes
        • Access Status: Public

        Online Access

        Downloads:

          Online Borrowing:

          Online Marketplaces

          Find Improvements to the Staniforth-Mitchell barotropic numerical weather prediction code at online marketplaces:



          Wiki

          Source: Wikipedia

          Wikipedia Results

          Search Results from Wikipedia

          Function (computer programming)

          numbers, and so on through the list of subroutines needed for a particular problem. ... All these subroutines will then be stored in the machine, and

          Library (computing)

          the subroutine library for this computer. Programs for EDSAC consisted of a main program and a sequence of subroutines copied from the subroutine library

          Threaded code

          consist of nothing but subroutine calls. Many of these subroutines, in turn, also consist of nothing but lower-level subroutine calls. Mainframes and some

          Call stack

          activations of subroutines may be nested to any level (recursive as a special case), hence the stack structure. For example, if a subroutine DrawSquare calls

          Thunk

          dictionary. In computer programming, a thunk is a subroutine used to inject a calculation into another subroutine. Thunks are primarily used to delay a calculation

          Procedural programming

          the behavior of a computer program as procedures (a.k.a. functions, subroutines) that call each other. The resulting program is a series of steps that

          Calling convention

          subroutines that call other subroutines must save the return address in the link register r14 to the stack before calling those other subroutines. However

          Link register

          small subroutines. The IBM POWER architecture, and its PowerPC and Power ISA successors, have a special-purpose link register, into which subroutine call

          Program counter

          new value in the PC. These include branches (sometimes called jumps), subroutine calls, and returns. A transfer that is conditional on the truth of some

          Computer

          calculation or some external event. Many computers directly support subroutines by providing a type of jump that "remembers" the location it jumped from