ITERATOR in English translation

Examples of using Iterator in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Có khi bạn muốn program ngừng ở giữa một For Loop khi Iterator value.
Sometimes you want to program stopped in the middle of a For Loop Iterator value when there is a fairly large value.
Trong nội dung của hàm này bạn chỉ cần định nghĩa các giá trị cho các phần tử trong Iterator đó.
In the contents of this function you only need to define the values for the elements in such iterator.
thay vào đó nó trả về kiểu của iterator được gọi là generator.
instead returning a type of iterator called a Generator.
Cách đơn giản nhất để thực hiện điều này là thuê một Iterator, là một đối tượng mà triển khai hoặc Iterator hoặc Listlerator interface.
The better way is to employ an iterator, which is an object that implements either the Iterator or the ListIterator interface.
Cách đơn giản nhất để thực hiện điều này là thuê một Iterator, là một đối tượng mà triển khai hoặc Iterator hoặc Listlerator interface.
The easiest way to do this is to employ an iterator, an object that implements either the Iterator or the Listiterator interface.
Cách đơn giản nhất để thực hiện điều này là thuê một Iterator, là một đối tượng mà triển khai hoặc Iterator hoặc Listlerator interface.
The easiest way to do this is to employ an iterator, which is an object that implements either the Iterator or the ListIterator interface.
Các Library Container như Iterator và các thuật toán là các ví dụ của lập trình tổng quát và đã được phát triển bởi sử dụng khái niệm Template.
The library containers like iterators and algorithms are examples of generic programming and have been developed using template concept.
Việc duyệt qua iterator được gọi là sử dụng iterator, bởi vì nó chỉ có thể làm một lần.
Iterating over an iterator is said to consume the iterator, because it is generally only possible to do once.
Về mặt kỹ thuật, Iterator trong Python phải thực hiện hai phương thức đặc biệt là iter() và next(), gọi chung là giao thức iterator( Iterator Protocol).
Technically speaking, Python iterator object must implement two special methods,__iter__() and__next__(), collectively called the iterator protocol.
Interface Iterator cung cấp một số các phương thức để duyệt( lặp) qua các phần tử bất kỳ tập hợp nào.
The Iterator interface provides a number of methods that are able to iterate over any Collection.
Ở ví dụ này, bên trong vòng lặp for ta tạo một iterator object tên là iter obj bằng cách gọi iter() trên iterable.
The for loop creates an iterator object internally, iter_obj by calling lter() on the iterable.
Iterator cũng có thể là tên chuỗi của tài sản để sắp xếp theo( ví dụ: độ dài).
The iteratee may also be the string name of the property to sort by(eg. length).
Lưu trữ một số nguyên n trong hàng đợi Iterator khiến cho lệnh tiếp theo được thực hiện n lần.
Storing an integer n in the iterator queue causes the next command to be executed n times.
ReactiveX là sự kết hợp của những ý tưởng tốt nhất từ Observer pattern, Iterator pattern và Functional programming.
ReactiveX is a framework encapsulating the best of the Observer pattern, the Iterator pattern and functional programming.
tương tự như iterator.
similar to an iterator.
bạn cũng có thể sử dụng iterator bằng cách gọi ListIterator.
implement the List interface, you can also obtain an iterator by calling the ListIterator.
ReactiveX là sự kết hợp những ý tưởng tốt nhất của Observer pattern, the Iterator pattern, và functional programming".
ReactiveX is a combination of the best ideas from the Observer pattern, the Iterator pattern, and functional programming.
Khi bạn làm việc với một tập hợp nhiều đối tượng, mẫu Iterator là một giải pháp tốt.
When you dealing with a collection of objects, The Iterator Pattern is the ideal solution.
Đối với các collections mà implement List, bạn cũng có thể sử dụng iterator bằng cách gọi ListIterator.
For collections that implement List, you can also obtain an iterator by calling ListIterator.
Để thử khi Iterator value có trị số ấy thì ta ngừng ở breakpoint tại statement Beep( thay gì statement Print ICounter) như trong hình dưới đây.
There is a trick to try using an IF statement when Iterator value is the value that we stop at the breakpoint at statement Beep(instead of what statement ICounter Print) like in the picture below.
Results: 132, Time: 0.026

Top dictionary queries

Vietnamese - English