merge$552111$ - traduzione in greco
DICLIB.COM
Strumenti linguistici IA
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:     

Traduzione e analisi delle parole da parte dell'intelligenza artificiale

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

merge$552111$ - traduzione in greco

FUNDAMENTAL OPERATION THAT RECONCILES THE CHANGES MADE TO TWO INDEPENDENT BRANCHES OF A FILE INTO A SINGLE SET OF FILES THAT CONTAINS BOTH SETS OF CHANGES
3-way merge; Three-way merge; Threeway merge; Weave merge; Merge (revision control)
  • The "Criss-cross-merge" problem in software version control. In the left half 2 areas are being modified, <math>X</math> and <math>Y</math>. <math>X'</math> and <math>X''</math> are successively modified versions. The solution is shown in the right half: a virtual ancestor (the dashed circle) is created.
  • Example history graph of a version-controlled project, with merges as red arrows
  • C is the origin, A and B are derivatives of C, and D is the new output version

merge      
συγχώνευση

Definizione

mail merge
<messaging> A function of some word processing software (e.g. Microsoft Word) that produces multiple instances of a document by substituting different text strings from a database in place of certain field markers. This is often done with envelopes, resumes, spam, and various other mass mailings. http://mtroyal.ab.ca/programs/academserv/ADC/workshops/staff/mail_merge/mail_merge_tutorial.html. (2002-07-26)

Wikipedia

Merge (version control)

In version control, merging (also called integration) is a fundamental operation that reconciles multiple changes made to a version-controlled collection of files. Most often, it is necessary when a file is modified on two independent branches and subsequently merged. The result is a single collection of files that contains both sets of changes.

In some cases, the merge can be performed automatically, because there is sufficient history information to reconstruct the changes, and the changes do not conflict. In other cases, a person must decide exactly what the resulting files should contain. Many revision control software tools include merge capabilities.