What is the translation of " ARRAYS " in English? S

Noun
arrays
mảng
một loạt
một mảng
nhiều
hàng loạt
một dãy
một chuỗi

Examples of using Arrays in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Line arrays và loa thùng;
Line arrays and point source boxes;
Values trong JSON có thể là arrays.
Values in JSON can be arrays.
Các arrays phải có số hàng bằng nhau.
All arrays must have the same number of columns.
Lấy elements chung của 2 arrays.
Find a common element in two arrays.
Associative arrays- Mảng có khoá được đặt tên.
Associative arrays- Arrays with named keys.
Sau đó bạn học về arrays và structs.
Then you learn about arrays and structs.
JavaScript arrays có thể có đến ba kiểu properties.
JavaScript arrays can have three different types of properties.
Công nghệ này còn được biết với các tên như: DNA microarrays,DNA arrays, DNA chips, và gene chips.
There are several names to this technology- DNA arrays, gene chips, biochips, DNA chips and gene arrays.
Arrays trong JSON cũng tương tự như arrays trong avaScript.
Arrays in JSON are almost the same as arrays in JavaScript.
Với lý do này, chúng ta sử dụng arrays O( 1)- time lookups thường xuyên hơn linked lists( O( i)- time lookups).
For that reason, we tend to use arrays(-time lookups) much more often than linked lists(-time lookups).
Lớp Arrays có một phương thức đơn giản để tìm kiếm các phần tử trong một mảng.
The Arrays class has a simple method for searching elements in an array..
Những ví dụ về cấutrúc dữ liệu bao gồm: arrays, record, hash hay map, union, tagged union, sets và object.
Examples of Data Structures include: Arrays, records, hash or map, union, tagged union, sets, object among others.
Private scope mà chúng ta thường gặp như là helper, addClass, removeClass,Ajax/ XHR calls, Arrays, Objects….
These privately scoped functions are things like helpers, addClass, removeClass,Ajax/XHR calls, Arrays, Objects.
SNP arrays không được sử dụng phổ biến để kiểm tra mối quan hệ nhưng được sử dụng cho một số xét nghiệm di truyền khác bao gồm;
SNP arrays are not commonly used for relationship testing but are used for a number of other genetic tests including;
Katz viết một luận đề về A Case for Redundant Arrays of Inexpensive Disks( RAID) định nghĩa 5 trường hợp RAID từ cấp 1 tới cấp 5.
Katz put out a paper called“A Case for Redundant Arrays of Inexpensive Disks(RAID)” which properly defined the RAID levels 1 to 5.
Mảng biến( varying arrays) Varying arrays dùng để lưu các thông tin danh sách chứa một số lượng nhỏ các yếu tố, ví dụ như số điện thoại của các khách hàng.
Varying arrays are useful to store lists that contain a small number of elements, such as phone numbers for a customer.
Sử dụng dịch vụ object storage có nghĩa là bạn không phải duy trì các ổ đĩa cứng vàRAID arrays, vì chúng đã được nhà cung cấp dịch vụ xử lý.
Using an object storage service means you don't have to maintain hard drives andRAID arrays, as that's handled by the service provider.
Với Multiple Imager Arrays, có thể dùng hai hoặc nhiều đơn vị Cobalt để đồng thời thu thập dữ liệu về một đối tượng đang được kiểm tra.
With Multiple Imager Arrays, two or more Cobalt units can be used to simultaneously gather data on an object that is being inspected.
Ngoài ra, như tôi đã nói trong câu trả lời của tôi,nếu bạn sử dụng lớp Arrays, bạn có thể sắp xếp mảng sau đó thực hiện tìm kiếm nhị phân trên mảng mới được sắp xếp.
Also, like I said in my answer, if you use the Arrays class, you can sort the array then perform the binary search on the newly sorted array.
Ban đầu, Enterprise SSD giảm hybrid arrays xuống trong quá trình lưu trữ dữ liệu trong bộ nhớ cache trong flash bởi vì chi chí đắt hơn trong khi độ bền cũng thấp hơn so với HDD.
Initially, enterprise SSDs in hybrid arrays were relegated to caching read data in flash due to their higher cost and lower endurance versus HDDs.
Tại w3 Schools, bạn sẽ được xem qua các kiến thức đầu tiên của PHP như là syntax, variables,strings, arrays, selection và các vòng lặp, làm thế nào để sử dụng form và nhiều thứ khác.
At w3 Schools, you can learn the basics of PHP such as the syntax, variables,strings, arrays, selection and loop statements, how to use forms and much more.
Tôi đã học về arrays, stacks, các linked list, doubly linked các list, trees, graphs, heaps và tất cả những yếu tố khác nhau của data structures( ví dụ như các seft- balancing tree).
I learned about arrays, stacks, linked lists, doubly linked lists, trees, graphs, heaps and all the different flavors of these data structures(like self-balancing trees).
Laravel cung cấp sẵn rất nhiều helper function tuyệt vời vàrất tiện lợi cho bạn làm việc với arrays, file paths, strings, và routes, đặc biệt là hàm dd().
Laravel provides many excellent helper functions thatare convenient for doing things like working with arrays, file paths, strings, and routes, among other things like the beloved dd() function.
Thay vì sử dụng cú pháp khởi tạo mảng nhanh để bạn có thể chỉ khởi tạo nó như một Danh sách ngay lập tức theo cách tương tự bằngcách sử dụng phương thức Arrays. asList, ví dụ.
Instead of using the quick array initialisation syntax too, you could just initialise it as a Liststraight away in a similar manner using the Arrays. asList method, e.g..
Hãng Lattice tại Portland, Oregon sản xuất các chip được biết với tênMảng cổng lập trình được dạng trường( field- programmable gate arrays- FPGA), cho phép các công ty đưa phần mềm của họ lên các con chip silicon cho các mục đích sử dụng khác nhau.
Lattice Semiconductor Corp is headquartered in Oregon andmakes chips known as field-programmable gate arrays, which enables companies to put their own software on silicon chips for different uses.
Nếu bạn muốn so sánh hai mảng có cùng một số phần tử và cùng một tập hợp các phần tử, nhưng ở các vị trí khác nhau, thì bạn có thể thực hiện như sau: trước tiên sắp xếp cả hai mảng bằngcách sử dụng phương thức Arrays.
If you want to compare two arrays which have same number of elements and same set of elements but in different positions, then first sort both arrays using Arrays.
LANPAR là một từ viết tắt của: LANguage for Programming Arrays at Random.[ 8] VisiCalc là bảng tính điện tử đầu tiên trên máy vi tính,[ 9] và nó đã giúp biến máy tính Apple II trở thành hệ thống được sử dụng rộng rãi và phổ biến.
LANPAR was an acronym: LANguage for Programming Arrays at Random.[8] VisiCalc was the first electronic spreadsheet on a microcomputer,[9] and it helped turn the Apple II computer into a popular and widely used system.
T( Tự giám sát, Phân tích và báo cáo Công nghệ) Đặc điểm kỹ thuật được thông qua bởi tất cả các nhà sản xuất ổ đĩa cứng lớn,you can monitor hard drives and RAID Arrays continuously for performance and you, the user or administrator can be alerted prior to a disk drive failure.
T(Self Monitoring, Analysis and Reporting Technology) Specification which was adopted by ALL major Hard Disk Drive Manufacturers,you can monitor hard drives and RAID Arrays continuously for performance and you, the user or administrator can be alerted prior to a disk drive failure.
Các khách hàng đang tìm kiếm các hệ thống nhỏ hơn, thì giờ đây có thể tiếp cận cùng một công nghệ ảo hoá mà trước đây chỉ có trên các hệ thống cấp cao của HDS, đã đạt được những điểm số cao nhất trong báo cáo Critical Capabilities for General- Purpose, High-End Storage Arrays, của Gartner.
These customers are looking for smaller systems, now have access to the same virtualization technology that was previously only available on high-end of the HDS system, has achieved the highest score in the Critical Capabilities report for General-Purpose,High-End Storage Arrays, Gartner.
Các khách hàng đang tìm kiếm các hệ thống nhỏ hơn, thì giờ đây có thể tiếp cận cùng một công nghệ ảo hoá mà trước đây chỉ có trên các hệ thống cấp cao của HDS, đã đạt được những điểm số cao nhất trong báo cáo Critical Capabilities for General- Purpose, High-End Storage Arrays, của Gartner.
Customers looking at smaller systems will now get access to the same virtualization technology that has existed in prior HDS high-end systems that have achieved the highest overall product and use-case specific scores within Gartner's Critical Capabilities for General-Purpose,High-End Storage Arrays1.
Results: 91, Time: 0.0173
S

Synonyms for Arrays

Top dictionary queries

Vietnamese - English