What is the translation of " ITERATOR " in Romanian?

Noun
iterator
iteratorul

Examples of using Iterator in English and their translations into Romanian

{-}
  • Colloquial category close
  • Official category close
  • Medicine category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Iterator and Reflection are used.
Se folosesc Iterator si Reflection.
Added support for non-scalar Iterator keys in foreach.
Adăugat suport pentru chei Iterator non-scalare în foreach.
Iterator patter is probably the most popular pattern from SPL.
Iterator pattern este probabil cel mai popular pattern din SPL.
Once send() is used on an iterator, you can't use it as an iterator again.
Odata ce a fost folosit send() pe un iterator, nu mai poti sa iterezi prin el.
It works like itertools. slice,i.e. returning a slice from an iterator.
Acesta funcționează ca itertools. slice,adică întoarcerea o felie dintr-un iterator.
Iterators and Exceptions are however simply postfixed with"Iterator" and"Exception.".
Iteratoarele și Excepțiile sunt însă pur și simplu sufixate cu"Iterator" și"Exception.".
Segmentation fault when using a generator in combination with an Iterator.
Vina Segmentarea atunci când se utilizează un generator în combinație cu un iterator.
Let's also create our own iterator by adding a nested class that implements IEnumerator.
Haideți să ne creăm și propriul iterator, adăugând o clasă imbricată care implementează IEnumerator.
Behavioral design patterns(Chain of Responsibility, Command,Interpreter, Iterator).
Șabloane de proiectare comportamentale(Chain of Responsibility, Command,Interpreter, Iterator).
Let's return to the original code before the custom iterator, where we were still using yield return.
Să revenim la codul inițial de dinainte de iteratorul personalizat, unde încă mai utilizam yield return.
Basically, a generator returns an object of type Generator, andthis object extends Iterator.
Practic, un generator va intoarce inapoi un obiect de tip Generator,iar acest obiect extinde Iterator.
Beside the fact that the Iterator is an object with multiple properties, basically we can achieve the same result.
In afara de faptul ca Iteratorul este un obiect cu mai multe proprietati, practic putem atinge acelasi rezultat.
This function works like the Python function list,creating a copy of a sequence or materialzing an iterator.
Această funcție funcționează ca lista funcția Python,creând o copie a unei secvențe sau materialzing un iterator.
If we want to move the iterator object to the next element and get its value, we have to call the MoveNext() method on it.
Dacă dorim să mutăm obiectul iterator la următorul element și să obținem valoarea acestuia, trebuie să apelăm metoda MoveNext() pe el.
Visual Studio 2012 crashes while you are typing the declaration of an iterator function in Visual Basic code that contains an import alias.
Visual Studio 2012 se blochează în timp ce tastați declarația de o funcție iterator în codul Visual Basic care conține un alias import.
You should only do something like this if you have a strong motive to implement your own version of iteration, andto understand the processes that happen under the hood of the. NET iterator.
Ar trebui să faceți ceva de genul acesta numai dacă aveți un motiv puternic pentru a implementa propria versiune de iterație, saupentru a înțelege procesele care se petrec în adâncul iteratorului. NET.
Visual Studio 2012 crashes while you are typing the declaration of an iterator function in Visual Basic code that contains an import alias.
Visual Studio 2012 se blochează în marcă de timp ce tastaţi declarației de o funcţie de iterator în codul Visual Basic care conţine un alias de import.
Unfortunately, Microsoft stroke again, and they decided to add a Reset() method, because back in the day they thought that programmers would call MoveNext() until they reached the end of the array, and they would call Reset()to move the iterator back to the beginning of the array.
Din păcate, Microsoft a dat cu bâta în baltă din nou și a decis să adauge o metodă Reset(), deoarece, pe timpuri, au crezut că programatorii vor apela MoveNext() până când vor ajunge la sfârșitul array-ului, după care vor apela Reset()pentru a muta iteratorul înapoi la începutul array-ului.
You can even debug the program and step through codes,to observe how the iterator advances an array position each time the MoveNext() method is invoked.
Puteți chiar să depanați programul și să parcurgeți codurile,pentru a observa modul în care iteratorul avansează o poziție de array de fiecare dată când este invocată metoda MoveNext().
If you look at the definition of IEnumerator, you will notice that it implements an interface called IDisposable, of which we did not learn about yet, but it basically allows the Garbage Collector to recycle the memory of elements that are no longer needed, andit also contains a single read-only property of type T named Current( the one we used to get the value of the array cell that the iterator was pointing at at some moment).
Dacă vă uitați la definiția IEnumerator, vei observa că implementează o interfață numită IDisposable, despre care nu am aflat încă, dar care, practic, permite Garbage Collector să recicleze memoria ocupată de elementele care nu mai sunt necesare, șimai conține o singură proprietate readonly de tip T numită Current(cea pe care am folosit-o pentru a obține valoarea celulei de array spre care indica iteratorul la un moment dat).
So, imprint on your mind, you will not get errors if you try to get the value of the enumerator before moving to the first array cell, norwill you get one if the iterator is moved next past beyond the bounds of that array, you will get 0.
Așadar, imprimați-vă în minte, nu veți primi erori dacă încercați să obțineți valoarea enumeratorului înainte de a vă deplasa la prima celulă de array șinici nu veți primi una dacă iteratorul este mutat dincolo de limitele array-ului, veți primi tot 0.
Results: 21, Time: 0.0263

Top dictionary queries

English - Romanian