'최적화'에 해당되는 글 4건

  1. 2011.04.02 [WIKIBOOKS] Optimizing C++ 소개
  2. 2011.04.02 [링크] LLVM 퍼포먼스 비교
  3. 2011.04.02 OpenMP 소개
  4. 2011.04.02 [책소개] OpenMP 병렬 프로그래밍
컴퓨터/프로그래밍2011. 4. 2. 21:16

'컴퓨터 > 프로그래밍' 카테고리의 다른 글

DB 쿼리 비교 (Index 비교)  (0) 2011.04.06
[WIKIBOOKS] More C++ Idioms 소개  (0) 2011.04.02
[링크] LLVM 퍼포먼스 비교  (0) 2011.04.02
OpenMP 소개  (0) 2011.04.02
MS SQL Server 테이블 수정 명령어  (0) 2011.04.01
Posted by jungtae17
컴퓨터/프로그래밍2011. 4. 2. 20:46
Compilers status: Visual C++, GCC and LLVM http://www.g-truc.net/post-0372.html



'컴퓨터 > 프로그래밍' 카테고리의 다른 글

[WIKIBOOKS] More C++ Idioms 소개  (0) 2011.04.02
[WIKIBOOKS] Optimizing C++ 소개  (0) 2011.04.02
OpenMP 소개  (0) 2011.04.02
MS SQL Server 테이블 수정 명령어  (0) 2011.04.01
UNICODE, ANSI 인코딩 변환  (0) 2011.01.27
Posted by jungtae17
컴퓨터/프로그래밍2011. 4. 2. 20:09


OpenMP http://www.openmp.org/

Official OpenMP Specifications
  1. C/C++ version 2.0 (March 2002) http://www.openmp.org/mp-documents/cspec20.pdf
  2. Version 3.0 Complete Specifications (May, 2008) http://www.openmp.org/mp-documents/spec30.pdf

OpenMP in Visual C++ (vs2008, vs2010) http://msdn.microsoft.com/en-us/library/tt15eb9t.aspx

Posted by jungtae17