Language - Application Programming Interface ( API )

Card Puncher Data Processing

Language - Application Programming Interface (API)

About

An Application Programming interface (API) is the set of public element of an module (package, library)

The element of an API may be:

Programming interfaces are user interfaces.

The design of programming interfaces has a strong effect on whether humans can understand code and by extension whether they can learn to be proficient.

Specification

Documentation / Reference





Discover More
Card Puncher Data Processing
Application - Interface definition language (IDL)

An interface definition language is a language to describe Interface.
Gpu Metrics
Computer - Graphics processing unit (GPU)

A GPU is a graphic processing unit. It's programmable device and has therefore its own instruction set Drawing computer, games makes heavy use of the GPU to achieve their speed. The graphics processing...
DOM - API

The DOM API is a specification that specifies all classes and function to manipulate the DOM tree. The DOM API is present natively in browser and may be implemented via a library in other application/environment....
Card Puncher Data Processing
Data Type - Interface (Abstract Type)

An interface is language construct that permits to define an abstract types (ADT). The interface element are public (not private) The two terms are often interchangeable. An ADT means an interface and...
Data System Architecture
Database - API (Interface)

To be able to run command remotely, several API have been specified. The implementation for each database is called a driver. You can: use them directly via your code or install them in your application...
Undraw File Manager Re Ms29
File System - Virtual File System (VFS)

A Virtual File System (VFS) is a interface between: an application or an operating system's kernel and a concrete file system (Local, SFTP, ...) The user/application may choose to switch from one...
Device Manager Nvidia Display
GPU - CUDA

CUDA is a application programming interface (API) created by Nvidia that allows software developers to use a CUDA-enabled graphics processing unit (GPU) for general purpose processing in parallel. ie CUDA...
Java Conceptuel Diagram
Java - API - Class Library

Classes, interfaces, constructors, members, and serialized forms are collectively known as API elements. A class whose implementation uses an API is a client of the API. An exported API consists of the...
Module - Export (Es Module)

The export statement is the counterpart of the import statement in the implementation of an ES module. modules.export statement of CommonJs transpilers Export declare the module’s public API. You...
Node API

The node API is the API (collection of package and method) implemented by the Node engine. This is a server API meaning that it adds: File System operation process operation and more



Share this page:
Follow us:
Task Runner