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.
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 Nick Hampshire
“PET graphics” Metadata:
- Title: PET graphics
- Author: Nick Hampshire
- Language: English
- Number of Pages: Median: 218
- Publisher: Commodore Business Machines
- Publish Date: 1981
- Publish Location: Slough
“PET graphics” Subjects and Themes:
- Subjects: ➤ Commodore PET (computer) - graphics - machine code - subroutines - programs - programming - circuit diagrams - ASCII codes
Edition Identifiers:
- The Open Library ID: OL13710703M - OL13772492M
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:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
2Demonstration of the dynamic flowgraph methodology using the Titan II space launch vehicle digital flight control system
By M. Yau
“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: M. Yau
- Language: English
- Publisher: ➤ National Technical Information Service, distributor - National Aeronautics and Space Administration - Mechanical, Aerospace, and Nuclear Engineering Dept., University of California
- Publish Date: 1994
- 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:
- Subjects: ➤ Software tools - Computerized simulation - Mathematical models - Computer programs - Systems analysis - Subroutines - Time dependence - Switching circuits - Newton-Raphson method
Edition Identifiers:
- The Open Library ID: OL15408564M
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:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
3GEMPAK5
By Mary L. DesJardins
“GEMPAK5” Metadata:
- Title: GEMPAK5
- Author: Mary L. DesJardins
- 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: 1991
- Publish Location: ➤ [Washington, D.C.] - [Springfield, Va
“GEMPAK5” Subjects and Themes:
- Subjects: ➤ Applications programs (Computers) - Computer graphics - Computer programming - Computer programs - Handbooks, manuals - Handbooks, manuals, etc - Meteorology - Subroutines - User manuals (Computer programs)
Edition Identifiers:
- The Open Library ID: OL16132228M
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:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
4Fortran subroutines for the evaluation of the confluent hypergeometric functions
By William B. Gragg

“Fortran subroutines for the evaluation of the confluent hypergeometric functions” Metadata:
- Title: ➤ Fortran subroutines for the evaluation of the confluent hypergeometric functions
- Author: William B. Gragg
- Language: English
- Number of Pages: Median: 89
- Publisher: ➤ Naval Postgraduate School - Available from National Technical Information Service
- Publish Date: 1989
- Publish Location: ➤ Monterey, Calif - Springfield, Va
“Fortran subroutines for the evaluation of the confluent hypergeometric functions” Subjects and Themes:
- Subjects: FORTRAN - SUBROUTINES
Edition Identifiers:
- The Open Library ID: OL33167499M
Access and General Info:
- First Year Published: 1989
- Is Full Text Available: Yes
- Is The Book Public: Yes
- Access Status: Public
Online Access
Online Borrowing:
- Borrowing from Open Library: Borrowing link
- Borrowing from Archive.org: Borrowing link
Online Marketplaces
Find Fortran subroutines for the evaluation of the confluent hypergeometric functions at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
5Improvements to the Staniforth-Mitchell barotropic numerical weather prediction code
By R. E. Newton

“Improvements to the Staniforth-Mitchell barotropic numerical weather prediction code” Metadata:
- Title: ➤ Improvements to the Staniforth-Mitchell barotropic numerical weather prediction code
- Author: R. E. Newton
- Language: English
- Number of Pages: Median: 22
- Publisher: ➤ Naval Postgraduate School - Available from National Technical Information Service
- Publish Date: 1986
- Publish Location: ➤ Springfield, Va - Monterey, Calif
“Improvements to the Staniforth-Mitchell barotropic numerical weather prediction code” Subjects and Themes:
- Subjects: SUBROUTINES - WEATHER FORECASTING
Edition Identifiers:
- The Open Library ID: OL25461802M
Access and General Info:
- First Year Published: 1986
- Is Full Text Available: Yes
- Is The Book Public: Yes
- Access Status: Public
Online Access
Online Borrowing:
- Borrowing from Open Library: Borrowing link
- Borrowing from Archive.org: Borrowing link
Online Marketplaces
Find Improvements to the Staniforth-Mitchell barotropic numerical weather prediction code at online marketplaces:
- Amazon: Audiable, Kindle and printed editions.
- Ebay: New & used books.
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