GNU E - définition. Qu'est-ce que GNU E
Diclib.com
Dictionnaire ChatGPT
Entrez un mot ou une phrase dans n'importe quelle langue 👆
Langue:

Traduction et analyse de mots par intelligence artificielle ChatGPT

Sur cette page, vous pouvez obtenir une analyse détaillée d'un mot ou d'une phrase, réalisée à l'aide de la meilleure technologie d'intelligence artificielle à ce jour:

  • comment le mot est utilisé
  • fréquence d'utilisation
  • il est utilisé plus souvent dans le discours oral ou écrit
  • options de traduction de mots
  • exemples d'utilisation (plusieurs phrases avec traduction)
  • étymologie

Qu'est-ce (qui) est GNU E - définition


GNU E         
EXTENSION OF C++ DESIGNED FOR WRITING SOFTWARE SYSTEMS TO SUPPORT PERSISTENT APPLICATIONS
A persistent C++ variant Version 2.3.3 compiler E/">ftp://ftp.cs.wisc.edu/exodus/E/. GNU E is a persistent, object oriented programming language developed as part of the Exodus project. GNU E extends C++ with the notion of persistent data, program level data objects that can be transparently used across multiple executions of a program, or multiple programs, without explicit input and output operations. GNU E's form of persistence is based on extensions to the C++ type system to distinguish potentially persistent data objects from objects that are always memory resident. An object is made persistent either by its declaration (via a new "persistent" storage class qualifier) or by its method of allocation (via persistent dynamic allocation using a special overloading of the new operator). The underlying object storage system is the Exodus storage manager, which provides concurrency control and recovery in addition to storage for persistent data. restriction: Copyleft; not all run-time sources are available (yet) requires: release 2.1.1 of the Exodus storage manager E-mail: <exodus@cs.wisc.edu>. (1993-01-20)
GNU Project         
  • GNU Hurd live CD
FREE SOFTWARE PROJECT
GNU project; GNU.org; GNU Enterprise; GNUe; Gnu project; The GNU project; The GNU Project; Gnu.org; GNU Free System Distribution Guidelines; GNU FSDG; FSDG; Free System Distribution Guidelines; Linux Community
The GNU Project () is a free software, mass collaboration project announced by Richard Stallman on September 27, 1983. Its goal is to give computer users freedom and control in their use of their computers and computing devices by collaboratively developing and publishing software that gives everyone the rights to freely run the software, copy and distribute it, study it, and modify it.
GNU assembler         
GNU ASSEMBLER, PART OF BINUTILS
GNU assembler; Gnu as; GNU GAS; GNU as
(GAS) A Unix assembler for the GNU project. Many CPU types are handled and COFF and IEEE-695 formats are supported as well as standard a.out. Current version 2.2 ported to Sun-3, Sun-4, i386, 386BSD, BSD/386, Linux, PS/2-AIX, VAX, Ultrix, BSD, VMS. The assembler has been merged with GNU Binutils. E-mail: <bug-gnu-utils@gnu.org>. (1995-04-18)

Wikipédia

GNU E
GNU E is an extension of C++ designed for writing software systems to