portability$62537$ - ορισμός. Τι είναι το portability$62537$
Diclib.com
Λεξικό ChatGPT
Εισάγετε μια λέξη ή φράση σε οποιαδήποτε γλώσσα 👆
Γλώσσα:

Μετάφραση και ανάλυση λέξεων από την τεχνητή νοημοσύνη ChatGPT

Σε αυτήν τη σελίδα μπορείτε να λάβετε μια λεπτομερή ανάλυση μιας λέξης ή μιας φράσης, η οποία δημιουργήθηκε χρησιμοποιώντας το ChatGPT, την καλύτερη τεχνολογία τεχνητής νοημοσύνης μέχρι σήμερα:

  • πώς χρησιμοποιείται η λέξη
  • συχνότητα χρήσης
  • χρησιμοποιείται πιο συχνά στον προφορικό ή γραπτό λόγο
  • επιλογές μετάφρασης λέξεων
  • παραδείγματα χρήσης (πολλές φράσεις με μετάφραση)
  • ετυμολογία

Τι (ποιος) είναι portability$62537$ - ορισμός

USABILITY OF THE SAME SOFTWARE IN DIFFERENT ENVIRONMENTS
Portability (software); Code portability
  • Video game running on different hardware platforms.

portability         
WIKIMEDIA DISAMBIGUATION PAGE
Portability (disambiguation)
portability         
WIKIMEDIA DISAMBIGUATION PAGE
Portability (disambiguation)
<operating system, programming> The ease with which a piece of software (or file format) can be "ported", i.e. made to run on a new platform and/or compile with a new compiler. The most important factor is the language in which the software is written and the most portable language is almost certainly C (though see Vaxocentrism for counterexamples). This is true in the sense that C compilers are available for most systems and are often the first compiler provided for a new system. This has led several compiler writers to compile other languages to C code in order to benefit from its portability (as well as the quality of compilers available for it). The least portable type of language is obviously {assembly code} since it is specific to one particular (family of) processor(s). It may be possible to translate mechanically from one assembly code (or even machine code) into another but this is not really portability. At the other end of the scale would come interpreted or semi-compiled languages such as LISP or Java which rely on the availability of a portable interpreter or virtual machine written in a lower level language (often C for the reasons outlined above). The act or result of porting a program is called a "port". E.g. "I've nearly finished the Pentium port of my big bang simulation." Portability is also an attribute of file formats and depends on their adherence to standards (e.g. ISO 8859) or the availability of the relevant "viewing" software for different platforms (e.g. PDF). (1997-06-18)
Portability         
WIKIMEDIA DISAMBIGUATION PAGE
Portability (disambiguation)
·noun The quality or state of being portable; fitness to be carried.

Βικιπαίδεια

Software portability

A computer program is said to be portable if there is very low effort required to make it run on different platforms. The pre-requirement for portability is the generalized abstraction between the application logic and system interfaces. When software with the same functionality is produced for several computing platforms, portability is the key issue for development cost reduction.