- 整頓する、配列する、整列させる。(軍隊)の配置(編制)を整える。
- 盛装させる、飾る
- 整頓、配列、整列
- 整然と並んだもの(of)。(軍隊の)陣立て。整然と組織された軍隊。(史)民兵の武装。(法)陪審員の招集、(招集された)陪審員。おびただしい数。大勢の中の勢揃い、たくさんのもの(の陳列)
- 関
- align, alignment, arrange, arrangement, constellation, sequence, sequential
WordNet
- especially fine or decorative clothing (同)raiment, regalia
- an arrangement of aerials spaced to give desired directional characteristics
- an impressive display; "it was a bewildering array of books"; "his tools were in an orderly array on the basement wall"
- an orderly arrangement; "an array of troops in battle order"
- determine the order of constituents in; "They sequenced the human genome"
- a following of one thing after another in time; "the doctor saw a sequence of patients" (同)chronological sequence, succession, successiveness, chronological succession
- film consisting of a succession of related shots that develop a given subject in a movie (同)episode
- serial arrangement in which things follow in logical order or a recurrent pattern; "the sequence of names was alphabetical"; "he invented a technique to determine the sequence of base pairs in DNA"
- several repetitions of a melodic phrase in different keys
- arrange in a sequence
- arrange thoughts, ideas, temporal events; "arrange my schedule"; "set up ones life"; "I put these memories with those of bygone times" (同)set_up, put, order
- make arrangements for; "Can you arrange a meeting with the President?" (同)fix_up
- adapt for performance in a different way; "set this poem to music" (同)set
- put into a proper or systematic order; "arrange the books on the shelves in chronological order" (同)set_up
- the act of arranging and adapting a piece of music (同)arranging, transcription
- an organized structure for arranging or classifying; "he changed the arrangement of the topics"; "the facts were familiar but it was in the organization of them that he was original"; "he tried to understand their system of classification" (同)organization, organisation, system
- an orderly grouping (of things or persons) considered as a unit; the result of arranging; "a flower arrangement"
- be or come into adjustment with
- place in a line or arrange so as to be parallel or straight; "align the car with the curb"; "align the sheets of paper on the table" (同)aline, line_up, adjust
- align oneself with a group or a way of thinking (同)array
- bring (components or parts) into proper or desirable coordination correlation; "align the wheels of my car"; "ordinate similar parts" (同)ordinate, coordinate
- in ceremonial attire and paraphernalia; "professors arrayed in robes" (同)panoplied
PrepTutorEJDIC
- 〈軍隊など〉'を'整列させる,配置する / 《文》〈人〉‘に'衣類を着せる,(特に)〈人〉'を'盛装させる / 〈U〉整列,陳列 / (…の)整列(配置)した物(人),勢ぞろい《+『of』+『名』(複数)》 / 〈U〉衣装,(特に)美しい装い
- 〈U〉〈C〉(時間の上の,また因果関係のつながりによる)『連続』,続き / 〈C〉《a~》(…の)一連のもの《+『of』+『名』》 / 〈U〉(起こる)『順序』(order),筋道 / 〈C〉(…に対する)結果《+『to』+『名』》
- …'を'『整理する』,『整える』;…'を'配置する,配列する / (前もって)…'を'『手配する』,準備する / …'を'前もって決める(打ち合わせる) / …‘の'調停をする / (…用に)…'を'編曲する《+『名』+『for』+『名』》 / 『手配する』,準備をする / (…と…について)打ち合わせる,協定する,取り決める《+『with』+『名』+『about』(『for』)+『名』》
- 〈U〉(…の)『整理』,『配置』,配列《+『of』+『名』》 / 〈C〉整理(配列)した物 / 〈C〉整理(配置,配列)の仕方 / 《複数形で》(…の)手はず,準備《+『for』+『名』(do『ing』)》 / 〈C〉〈U〉協定,取り決め;和解,合意 / 〈U〉(音楽の)編曲;〈C〉編曲した曲
Wikipedia preview
出典(authority):フリー百科事典『ウィキペディア(Wikipedia)』「2015/04/07 12:06:29」(JST)
[Wiki en表示]
|
Look up array in Wiktionary, the free dictionary. |
An array is a systematic arrangement of objects, usually in rows and columns. Specifically, it may refer to:
Contents
- 1 In astronomy
- 2 In biology
- 3 In computer science
- 4 In mathematics and statistics
- 5 In music
- 6 In technology
- 7 Other
In astronomy
A telescope array, also called astronomical interferometer, such as the:
- Very Large Array (VLA) in New Mexico, USA
- Very Long Baseline Array (VLBA)
- Telescope Array Project
- Submillimeter Array (SMA)
- Atacama Large Millimeter Array (ALMA)
- CHARA array
- Square Kilometre Array (SKA)
- Allen Telescope Array (ATA), formerly known as the One Hectare Telescope (1hT)
- Very Small Array
- Interplanetary Scintillation Array (IPS array) also called the Pulsar Array
- Infrared Optical Telescope Array (IOTA)
- Sunyaev-Zel'dovich Array (SZA)
- Australia Telescope Compact Array
- Cherenkov Telescope Array (CTA)
- Akeno Giant Air Shower Array (AGASA)
- Murchison Widefield Array (MWA)
- Chicago Air Shower Array (CASA)
- Nuclear Spectroscopic Telescope Array (NuSTAR)
- 4C Array
- Antarctic Muon And Neutrino Detector Array (AMANDA)
- LOFAR (LOw Frequency ARray)
- Modular Neutron Array (MoNA)
In biology
- Various kinds of multiple biological arrays called microarrays
- Visual feature array, a model for the visual cortex
In computer science
Generally, a collection of data items that can be selected by indices computed at run-time, including:
- Array data structure, an arrangement of items at equally spaced addresses in computer memory
- Array data type, used in a programming language to specify a variable that can be indexed
- Associative array, an abstract data structure model that generalizes arrays to arbitrary indices
or various kinds of the above, such as
- Bit array or bit vector
- Dynamic array, allocated at run time
- Parallel array of records, with each field stored as a separate array
- Sparse array, with most elements omitted, to store a sparse matrix
- Variable-length array
- Jagged array, where the rows have different lengths individually
or various related concepts:
- Array programming, using matrix algebra notation in programs (not the same as array processing)
- Array slicing, the extraction of sub-arrays of an array
or also:
- Global Arrays, a library for parallel processing
- Intel Array Visualizer, a piece of scientific graphics software
In mathematics and statistics
- An array or matrix (mathematics)
- a Monge array
- a Costas array
- A standard array in coding theory
- In statistics, arrays are a name for some kinds of Category:Experimental design
- Intersection array a concept of category theory
In music
- An array in twelve-tone and serial composition is the presentation of two or more simultaneous twelve-tone sets in such a way that the sums of their horizontal segments form a (columnar) succession of twelve-tone aggregates
- Array system layout, on the array mbira
- Array mbira, a musical instrument
- Spiral array model, a music pitch space
In technology
Various arrangements of multiple individual components to create a single system, such as:
- An antenna array, such as a phased array, a tower array, etc.
- Asynchronous array of simple processors
- Integrated circuit packages
- Ball grid array
- pin grid array
- land grid array
- Color filter array, placed over an imaging array
- Disk array, such as the RAID
- Field emitter array, an electron source
- Gate array, including a field-programmable gate array (FPGA)
- Halbach array, an arrangement of magnets
- Linear diode array used in image scanners
- Microphone array
- Parametric array of transducers
- Phased-array optics
- Photovoltaic array
- Processor array
- Programmable Array Logic (PAL), a systematic way to implement boolean functions.
- Reconfigurable datapath array, a flexible data processing architecture
- Staring array, an imaging sensor
- Systolic array, a hardware architecture
- Towed array sonar
- Wi-Fi array, a wireless networking device
- Video Graphics Array (VGA), a display adapter and many variants thereof
- ICL Distributed Array Processor, an array processor for the ICL
- Array gain, a telecommunications parameter
- Array processing of multichannel signals (not to be confused with array programming)
Other
- A Commission of Array, a commission for mustering a militia
- Array DVD magazine, focused on black actors and actresses
- ARRAY Magazine, about interior design
- Array Networks, a computer networking company
UpToDate Contents
全文を閲覧するには購読必要です。 To read the full text you will need to subscribe.
English Journal
- Chemical fingerprinting of Gardenia jasminoides Ellis by HPLC-DAD-ESI-MS combined with chemometrics methods.
- Han Y1, Wen J2, Zhou T3, Fan G4.
- Food chemistry.Food Chem.2015 Dec 1;188:648-57. doi: 10.1016/j.foodchem.2015.05.039. Epub 2015 May 14.
- A fingerprint analysis method has been developed for characterization and discrimination of Gardenia jasminoides Ellis from different areas. The chemometrics methods including similarity evaluation, principal components analysis (PCA) and hierarchical clustering analysis (HCA) were introduced to ide
- PMID 26041243
- Antioxidant properties, phenolic composition and potentiometric sensor array evaluation of commercial and new blueberry (Vaccinium corymbosum) and bog blueberry (Vaccinium uliginosum) genotypes.
- Kraujalytė V1, Venskutonis PR2, Pukalskas A1, Česonienė L3, Daubaras R3.
- Food chemistry.Food Chem.2015 Dec 1;188:583-90. doi: 10.1016/j.foodchem.2015.05.031. Epub 2015 May 8.
- Antioxidant properties of juices of newly bred and known blueberry (Vaccinium corymbosum) genotypes and wild bog blueberry (Vaccinium uliginosum) were evaluated by ABTS(+) scavenging capacity (RSC), ferric reducing antioxidant power (FRAP), oxygen radical absorbance capacity (ORAC), total phenolic c
- PMID 26041234
- Orientation-Controllable ZnO Nanorod Array Using Imprinting Method for Maximum Light Utilization in Dye-Sensitized Solar Cells.
- Jeong H1, Song H, Lee R, Pak Y, Kumaresan Y, Lee H, Jung GY.
- Nanoscale research letters.Nanoscale Res Lett.2015 Dec;10(1):961. doi: 10.1186/s11671-015-0961-9. Epub 2015 Jun 12.
- We present a holey titanium dioxide (TiO2) film combined with a periodically aligned ZnO nanorod layer (ZNL) for maximum light utilization in dye-sensitized solar cells (DSCs). Both the holey TiO2 film and the ZNL were simultaneously fabricated by imprint technique with a mold having vertically alig
- PMID 26068077
- Morphological and SERS Properties of Silver Nanorod Array Films Fabricated by Oblique Thermal Evaporation at Various Substrate Temperatures.
- Oh MK1, Shin YS, Lee CL, De R, Kang H, Yu NE, Kim BH, Kim JH, Yang JK.
- Nanoscale research letters.Nanoscale Res Lett.2015 Dec;10(1):962. doi: 10.1186/s11671-015-0962-8. Epub 2015 Jun 10.
- Aligned silver nanorod (AgNR) array films were fabricated by oblique thermal evaporation. The substrate temperature during evaporation was varied from 10 to 100 °C using a home-built water cooling system. Deposition angle and substrate temperature were found to be the most important parameters for
- PMID 26061442
Japanese Journal
- パラメトリックスピーカにおける非線形歪み補正に関する検討 : 被変調信号の振幅を変えた場合について (システム数理と応用)
- 羽田野 佑太,木下 聡,史 創 [他]
- 電子情報通信学会技術研究報告 = IEICE technical report : 信学技報 115(90), 99-102, 2015-09-17
- NAID 40020523290
- マイクロホンアレイによる騒音源分離を利用したマルチチャネルフィードフォワードANCシステムに関する検討 (システム数理と応用)
- 木下 哲,梶川 嘉延
- 電子情報通信学会技術研究報告 = IEICE technical report : 信学技報 115(90), 83-88, 2015-09-17
- NAID 40020523275
- Thin-film solar cells with InGaAs/GaAsP multiple quantum wells and a rear surface etched with light trapping micro-hole array
- Watanabe Kentaroh,Inoue Tomoyuki,Sodabanlu Hassanet,Sugiyama Masakazu,Nakano Yoshiaki
- Jpn. J. Appl. Phys. 54(8S1), 08KA13, 2015-07-23
- … For the light scattering texture, the use of both the wet-etched micro-hole arrayed SiO<inf>2</inf>dielectric layer on the rear surface of the cell and the secondarily etched micro hole array on the GaAs layer was attempted. … On the SiO<inf>2</inf>layer, the micro hole array pattern was obtained by the radio frequency sputtering of the layer followed by wet etching with photolithographic patterning. …
- NAID 150000111089
- Non-contact measurement of electric potential of photovoltaic cells in a module and novel characterization technologies
- Hishikawa Yoshihiro,Yamagoe Kengo,Onuma Tsuyoshi
- Jpn. J. Appl. Phys. 54(8S1), 08KG05, 2015-07-17
- … The method is also applicable to the outdoor measurement of PV modules under grid-connected operation, and enables various kinds of characterization such as identifying low-performance cells in a PV module and degraded modules in a PV array, and determining the balance of their output current under outdoor operating conditions. …
- NAID 150000111109
Related Links
- アレイ株式会社は、医用画像、科学・工業用画像の分野を中心に、デジタル画像処理・画像解析の質の高いソリューションを提供します。 ... 2013/06/14 第29回 医用マルチメディア研究会で弊社の山中が講演しました 2013/04 ...
- 配列の作成、操作、検索、および並べ替えを行うメソッドを提供します。これにより、共通言語ランタイムのすべての配列の基本クラスとして機能します。
- array をソートしてその結果の配列を返します。array 自身がソートされます。func で比較関数を指定することも可能です。比較関数では負数、0、正数によって順序を返すようにします。 xx = new Array(3, 7, 8, 1); xx.sort(); alert(xx); function ...
Related Pictures
★リンクテーブル★
[★]
- 英
- sequence、arrangement、array、constellation、arrange、sequential
- 関
- 協定、経時的、系列、結果、シークエンス、シーケンス、順序、準備、筋道、整列、取り計らう、配置、配列決定、連続、連続的、逐次、結果としての、時系列、並べる、アレイ、順次、整理
array_unique()
for ( $i = 0 ; $i < 5 ; $i++ ) {
$a['w'][$i] = $i+100;
$a['m'][$i] = 1;
}
for ( $i = 5 ; $i < 15 ; $i++ ) {
$a['w'][$i] = $i+100;
$a['m'][$i] = 2;
}
for ( $i = 15 ; $i < 20 ; $i++ ) {
$a['w'][$i] = $i+100;
$a['m'][$i] = 3;
}
$a['w'][5]=100;
$a['w'][15]=100;
var_dump($a);
$b = array_unique($a['w']); #配列 重複キー 消去
var_dump($b);
-----
array(2) {
["w"]=> array(20)
{
[0]=> int(100) [1]=> int(101) [2]=> int(102) [3]=> int(103) [4]=> int(104) [5]=> int(100) [6]=> int(106) [7]=> int(107) [8]=> int(108) [9]=> int(109) [10]=> int(110) [11]=> int(111) [12]=> int(112) [13]=> int(113) [14]=> int(114) [15]=> int(100) [16]=> int(116) [17]=> int(117) [18]=> int(118) [19]=> int(119) }
["m"]=> array(20)
{
[0]=> int(1) [1]=> int(1) [2]=> int(1) [3]=> int(1) [4]=> int(1) [5]=> int(2) [6]=> int(2) [7]=> int(2) [8]=> int(2) [9]=> int(2) [10]=> int(2) [11]=> int(2) [12]=> int(2) [13]=> int(2) [14]=> int(2) [15]=> int(3) [16]=> int(3) [17]=> int(3) [18]=> int(3) [19]=> int(3) } }
array(18) {
[0]=> int(100) [1]=> int(101) [2]=> int(102) [3]=> int(103) [4]=> int(104) [6]=> int(106) [7]=> int(107) [8]=> int(108) [9]=> int(109) [10]=> int(110) [11]=> int(111) [12]=> int(112) [13]=> int(113) [14]=> int(114) [16]=> int(116) [17]=> int(117) [18]=> int(118) [19]=> int(119) }
配列の要素の除去
array_pop
- 配列のインデックスから、末尾にあるインデックス1つを取り除く。指定した変数の配列が空だった場合には、null が帰される。
配列の結合
- 1. +演算子。同じキーを上書きする。
- 2. array_push(array, array)とすると、出力が array([0]->array, [1]->array)になる。
- 3. array_match(out_array, add_array)これでokだが、add_array = array();だとエラーが起こるので、適当なトラップが必要。 ← array_mergeの間違えでしょ?
配列要素の結合
$str = implode('/',$array);
配列の要素表示
[★]
- 整える、整頓する、整列させる、そろえる、配列する、配置する、分類する
- 取り決める、協定する、調停する。~の手はずを決める、手配する
- 関
- arrangement、array、configuration、constellation、deploy、deployment、disposal、dispose、disposition、juxtapose、place、placement、preparation、preparatory、prepare、preparedness、reserve、see、sequence、sequential
[★]
- 連続的な、系列の、経時的な、時系列の、逐次の、配列の、順次の、結果としての
- 関
- arrange、arrangement、array、chronologic、chronological、chronologically、consequent、consequential、constellation、continual、continuous、continuously、lineage、paradigmatic、progressively、sequence、sequentially、serial、serially、series、successive、successively、time-dependent
[★]
- 関
- a sequence of、arrange、arrangement、array、barrage、consecutive、consequence、constellation、continually、continue、continuous、order、ordinal、outcome、output、product、result、resultant、sequencing、sequential、serial、series、thread
[★]
- 関
- agreement、arrange、array、configuration、constellation、convention、deploy、deployment、disposal、dispose、disposition、place、placement、preparation、preparatory、prepare、preparedness、reserve、sequence、sequential
[★]
- 関
- microarray analyses
[★]
マイクロアレイ解析
- 関
- microarray analysis
[★]
プロテインアレイ
- 関
- protein array analysis
[★]
- 関
- protein array