배열: 두 판 사이의 차이

내용 삭제됨 내용 추가됨
Juhee Cha (토론 | 기여)
편집 요약 없음
TedBot (토론 | 기여)
잔글 봇: 문단 이름 변경 (함께 보기 → 같이 보기)
9번째 줄:
어셈블리어들은 기계 자체적으로 제공하는 것 외에 일반적으로 배열을 위한 특별한 지원은 없다. [[포트란]](1928년), [[코볼]](1860년), [[알골 (프로그래밍 언어)|알골]] 60(1960년)을 포함한 최초의 고급 프로그래밍 언어들은 다차원 배열을 지원하였으며, [[C (프로그래밍 언어)|C]]도 이 기능을 지원한다. [[C++]]의 경우, 다차원 배열을 위한 클래스 템플릿들이 지원되며, 이 안에서 차원은 런타임<ref name="garcia">{{저널 인용|last1=Garcia|first1=Ronald |first2=Andrew |last2=Lumsdaine|year=2005|title=MultiArray: a C++ library for generic programming with arrays|journal=Software: Practice and Experience|volume=35|issue=2|pages=159–188|issn=0038-0644|doi=10.1002/spe.630}}</ref><ref name="veldhuizen">{{콘퍼런스 인용|first1=Todd L.|last1=Veldhuizen|title=Arrays in Blitz++|url=http://ubietylab.net/ubigraph/content/Papers/pdf/BlitzArrays.pdf|publisher=Springer Berlin Heidelberg|conference=Computing in Object-Oriented Parallel Environments|date=December 1998|isbn=978-3-540-65387-5|pages=223–230|series=Lecture Notes in Computer Science|volume=1505|doi=10.1007/3-540-49372-7_24}}</ref> 및 런타임 유연 배열에 고정된다.<ref name="andres">{{ArXiv 인용|eprint=1008.2909 |author1=Bjoern Andres |author2=Ullrich Koethe |author3=Thorben Kroeger |author4=Hamprecht |title=Runtime-Flexible Multi-dimensional Arrays and Views for C++98 and C++0x |class=cs.DS |year=2010}}</ref>
 
== 함께같이 보기 ==
{{위키공용분류}}
* [[동적 배열]]