“array”에 대한 검색결과 입니다.

〈 웹문서 (Total 4,405,794개)

다른 프로그래밍 언어의 배열과 마찬가지로, Array 객체는 여러 항목의 컬렉션을 단일 변수 이름 아래 저장할 수 있고, 일반적인 배열 연산을 수행하기 위한 멤버가 있습니다.
영어 ; array, array of [sth] n · (display) · ~ 진열 명 ; array, array of [sth] n · (variety, range) · 많은 ~, 다수의 ~, 다양한 ~ 명
Define array. array synonyms, array pronunciation, array translation, English dictionary definition of array. tr.v. ar·rayed , ar·ray·ing , ar·rays 1. To set out for display or use; place in an ord...
The meaning of ARRAY is to dress or decorate especially in splendid or impressive attire : adorn. How to use array in a sentence.
Find 79 different ways to say ARRAY, along with antonyms, related words, and example sentences at Thesaurus.com.
ARRAY is an independent distribution company launched by film maker and former publicist Ava DuVernay in 2011 under the name African-American Film Festival Releasing Movement (AFFRM). In 2015, the company rebranded itself as ARRAY. In 2020 the Peabody Awards honored the company with the In...
In computer science, array is a data type that represents a collection of elements (values or variables), each selected by one or more indices (identifying keys) that can be computed at run time during program execution. Such a collection is usually called an array variable or array value ...
push 메서드는 배열 끝에 여러 값을 추가합니다. push 는 의도적으로 제네릭 합니다. 배열을 닯은 객체에 call() 또는 apply()로 사용될 수 있다. push 메서드는 주어진 값을 입력하는 것을 어디에 시작할 것인지를 결정하기 위해 length 속성에 의존한다. 만약 length 속성이 숫자로 변환 될 수 없다면 인덱스는 0을 사용한다. length 가 생성되게 될 경우에 길이 값이 존재하지 않을 가능성을 포함한다. String(문자열)이 변경할 수 없 ...
Array.from() 정적 메서드는 순회 가능 또는 유사 배열 객체에서 얕게 복사된 새로운 Array 인스턴스를 생성합니다.
An antenna array (or array antenna ) is a set of multiple connected antennas which work together as a single antenna, to transmit or receive radio waves. The individual antennas (called elements ) are usually connected to a single receiver or transmitter by feedlines that feed the power to...
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the base class for all arrays in the common language runtime.
pop 메서드는 배열에서 마지막 요소를 제거하여 그 값을 호출자(caller)에게 반환합니다. pop은 일부러 일반(generic)입니다; 이 메서드는 배열을 닮은 객체에 호출 또는 적용될 수 있습니다. 0부터 시작하는 일련의 연속되는 숫자 속성 내 마지막을 반영하는 length 속성을 포함하지 않는 객체는 어떤 의미 있는 방식으로도 행동하지 않을 수 있습니다. 빈 배열에 pop()을 호출하면, undefined를 반환합니다.
In computer science, an array is a data structure consisting of a collection of elements (values or variables), of same memory size, each identified by at least one array index or key . An array is stored such that the position of each element can be computed from its index tuple by a math...
이 레퍼런스의 모든 내용은 여기를 기초로 하여 작성하였습니다. 아직 C++ 에 친숙하지 않다면 씹어먹는 C++ 은 어때요?
AppDomain · Appdomainsetup · AppDomainUnloadedException · ApplicationException · ApplicationId · ArgIterator · ArgumentException · ArgumentNullException · ArgumentOutOfRangeException · ArithmeticException
The Array object, as with arrays in other programming languages, enables storing a collection of multiple items under a single variable name, and has members for performing common array operations.
Array 인스턴스의 length 속성은 배열의 길이를 반환합니다. 반환값은 부호 없는 32비트 정수형이며, 배열의 최대 인덱스보다 항상 큽니다. length 속성에 값을 설정할 경우 배열의 길이를 변경합니다.
Array 인스턴스의 filter() 메서드는 주어진 배열의 일부에 대한 얕은 복사본을 생성하고, 주어진 배열에서 제공된 함수에 의해 구현된 테스트를 통과한 요소로만 필터링 합니다.
In antenna theory, a phased array usually means an electronically scanned array , a computer-controlled array of antennas which creates a beam of radio waves that can be electronically steered to point in different directions without moving the antennas. The general theory of an electromag...
Array 인스턴스의 forEach() 메서드는 각 배열 요소에 대해 제공된 함수를 한 번씩 실행합니다.