Explore: Subroutine

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

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

Topic Search

Search for any topic

AI-Generated Overview About “subroutine”:


Books Results

Source: The Open Library

The Open Library Search Results

Search results from The Open Library

132 basic programs for the PET computer

By

Book's cover

“32 basic programs for the PET computer” Metadata:

  • Title: ➤  32 basic programs for the PET computer
  • Author:
  • Languages: English - und
  • Number of Pages: Median: 267
  • Publisher: Dilithium Press
  • Publish Date:
  • Publish Location: Portland, Or - Portland, USA

“32 basic programs for the PET computer” Subjects and Themes:

Edition Identifiers:

Access and General Info:

  • First Year Published: 1979
  • Is Full Text Available: Yes
  • Is The Book Public: No
  • Access Status: Borrowable

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 32 basic programs for the PET computer at online marketplaces:


225 Graphics Programs in Microsoft BASIC

By

Book's cover

“25 Graphics Programs in Microsoft BASIC” Metadata:

  • Title: ➤  25 Graphics Programs in Microsoft BASIC
  • Author:
  • Language: English
  • Number of Pages: Median: 150
  • Publisher: TAB Books
  • Publish Date:
  • Publish Location: Blue Ridge Summit, Pa

“25 Graphics Programs in Microsoft BASIC” Subjects and Themes:

Edition Identifiers:

Access and General Info:

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

Online Access

Online Borrowing:

Online Marketplaces

Find 25 Graphics Programs in Microsoft BASIC at online marketplaces:


3David Ahl's Basic computer adventures

By

Book's cover

“David Ahl's Basic computer adventures” Metadata:

  • Title: ➤  David Ahl's Basic computer adventures
  • Author:
  • Language: English
  • Number of Pages: Median: 251
  • Publisher: ➤  Distributed to the book trade in the U.S. by Harper & Row - Microsoft Press
  • Publish Date:
  • Publish Location: Redmond, Wash - [New York]

“David Ahl's Basic computer adventures” 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 David Ahl's Basic computer adventures at online marketplaces:


    4Invitation to FORTRAN for the TRS-80

    By

    Book's cover

    “Invitation to FORTRAN for the TRS-80” Metadata:

    • Title: ➤  Invitation to FORTRAN for the TRS-80
    • Author:
    • Language: English
    • Number of Pages: Median: 234
    • Publisher: Petrocelli Books
    • Publish Date:
    • Publish Location: New York

    “Invitation to FORTRAN for the TRS-80” Subjects and Themes:

    Edition Identifiers:

    Access and General Info:

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

    Online Access

    Online Borrowing:

    Online Marketplaces

    Find Invitation to FORTRAN for the TRS-80 at online marketplaces:


    5Commodore 128 data file programming

    By

    Book's cover

    “Commodore 128 data file programming” Metadata:

    • Title: ➤  Commodore 128 data file programming
    • Author:
    • Language: English
    • Number of Pages: Median: 289
    • Publisher: TAB Books
    • Publish Date:
    • Publish Location: Blue Ridge Summit, USA

    “Commodore 128 data file programming” Subjects and Themes:

    Edition Identifiers:

    Access and General Info:

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

    Online Access

    Downloads:

      Online Borrowing:

      Online Marketplaces

      Find Commodore 128 data file programming at online marketplaces:


      6TRS-80 assembly language subroutines

      By

      Book's cover

      “TRS-80 assembly language subroutines” Metadata:

      • Title: ➤  TRS-80 assembly language subroutines
      • Author:
      • Language: English
      • Number of Pages: Median: 232
      • Publisher: Prentice-Hall
      • Publish Date:
      • Publish Location: Englewood Cliffs, N.J

      “TRS-80 assembly language subroutines” Subjects and Themes:

      Edition Identifiers:

      Access and General Info:

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

      Online Access

      Online Borrowing:

      Online Marketplaces

      Find TRS-80 assembly language subroutines at online marketplaces:


      7Programming microprocessors

      By

      Book's cover

      “Programming microprocessors” Metadata:

      • Title: Programming microprocessors
      • Author:
      • Language: English
      • Number of Pages: Median: 279
      • Publisher: G/L Tab Books
      • Publish Date:
      • Publish Location: Blue Ridge Summit, Pa

      “Programming microprocessors” Subjects and Themes:

      Edition Identifiers:

      Access and General Info:

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

      Online Access

      Downloads:

        Online Borrowing:

        Online Marketplaces

        Find Programming microprocessors at online marketplaces:



        Wiki

        Source: Wikipedia

        Wikipedia Results

        Search Results from Wikipedia

        Function (computer programming)

        In computer programming, a function (also procedure, method, subroutine, routine, or subprogram) is a callable unit of software logic that has a well-defined

        Call stack

        stack is a stack data structure that stores information about the active subroutines and inline blocks of a computer program. This type of stack is also known

        Threaded code

        where the code has a form that essentially consists entirely of calls to subroutines. It is often used in compilers, which may generate code in that form

        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

        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

        Reentrancy (computing)

        In programming, reentrancy is the property of a function or subroutine which can be interrupted and then resumed before it finishes executing. This means

        Link register

        for short) is a register which holds the address to return to when a subroutine call completes. This is more efficient than the more traditional scheme

        Polynomial-time reduction

        for solving one problem using another. One shows that if a hypothetical subroutine solving the second problem exists, then the first problem can be solved

        XS (Perl)

        through which a program can call a C or C++ subroutine. XS or xsub is an abbreviation of "eXtendable Subroutine". XS also refers to a glue language for specifying

        Idempotence

        idempotent subroutines where at least one subroutine is different from the others, however, is not necessarily idempotent if a later subroutine in the sequence