본문 바로가기

언어

Intel TBB 사용법 출처: http://codens.info/641?category=173851 * Intel TBB( Threading Building Blocks ) http://threadingbuildingblocks.org/ tbb 4.2 update2 - Visual studio 2013 지원, 직접 소스 빌드 필요 멀티 프로세서에서 성능 향상을 위해, 인텔이 개발한 C++ 템플릿 라이브러리 * 사용방법 - 환경변수 설정 TBBROOT = "TBB 설치 경로"(압축푼 경로) TBB_BIN_DIR = "TBB 설치 경로"\bin - Project Property 설정 - C/C++ -> Preprocessor Definitions : TBB_USE_DEBUG 추가(Debug 버전만, Release 버전은 필요없음).. 더보기
Intel IPP 사용법 출처: http://codens.info/642 * Intel IPP ( Integrated Performance Primitives ) http://software.intel.com/intel-ipp 문서 : http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-documentation ipp_user guide 8.0 u1.pdf 버전별 출시 시기 6.1 (2009/06/28) 7.1 (2012/07/16) 8.0 (2013/06/26) //========= * IPP 다운로드 http://software.intel.com/en-us/intel-integrated-performance-primitives-eva.. 더보기
windows IPP 설치 및 VC++ 작업환경 구성하기 출처: http://yesdevelop.tistory.com/5 :: 설 치. 1. 아래 사이트에서 관련 평가판 다운로드를 신청한다. http://software.intel.com/en-us/intel-integrated-performance-primitives-evaluation-options 가서 접속하여, Get This Library for Free 항목을 클릭한다. 2. 다음 화면에서 다운로드 URL 과 라이센스 키 정보를 받을 이메일 주소와 지역을 입력한 후 SUBMIT 버튼을 클릭한다. 3. 잠시 후, 메일을 확인 한 후, 시리얼 키를 별도로 저장하고, 다운로드 버튼을 클릭하면, 다운로드를 받을 수 있는 사이트로 이동하는데, 여기서 IPP 및 WINDOWS 버전을 각각 선택하고, 다운로드 받.. 더보기
라즈베리파이에 라자루스 개발환경 만들기 무슨 개발을 하던.. 개발하는 첫 단계 즉, 개발환경을 구축한다는 것은 참 머리아프다...개발환경을 구축해 놓은 상태에서 사용하는 것은 편하지만..또 운영체제를 밀고, 다시 설치해야 하는 상황이 온다면초보와 같은 상태로 돌아간다.설치는 몇시간, 몇일 해본게 다지만, 사용은 몇달, 몇년이라서 다시 설치하려면 까맣다는 것이다. 1. 라즈베리파이3 에 리눅스 설치하기1.1 라즈비안 다운로드 https://www.raspberrypi.org/downloads/ 1.2 Lazarus on Raspberry Pihttp://wiki.freepascal.org/Lazarus_on_Raspberry_Pi#Raspberry_Pi_3 1 Installing and compiling Lazarus1.1 Simple inst.. 더보기
[OpenCV] putText 함수를 이용한 Text 출력 출처: http://webdir.tistory.com/439 [cv::putText 함수의 Prototype] //! renders text string in the image CV_EXPORTS_W void putText( Mat& img, const string& text, Point org, int fontFace, double fontScale, Scalar color, int thickness=1, int lineType=8, bool bottomLeftOrigin=false ); [Source Code] #include "stdafx.h" #include "opencv2/opencv.hpp" using namespace cv; int _tmain(int argc, _TCHAR* argv[]) .. 더보기
퀀텀그리드 출처: http://eaglesoft.tistory.com/206 퀀텀그리드에서 컬럼을 클릭할때 나오는 Filter되는 내용만 뽑는방법.컬럼을 클릭해보면 아시겠지만 엑셀의 Filter처럼 나온다. var AValueList: TcxGridFilterValueList; I: Integer; begin AValueList := cxGrid1TableView1.ViewData.CreateFilterValueList; try cxGrid1TableView1Column1.DataBinding.GetFilterValues( AValueList , True, False, True); with ListBox1.Items do begin BeginUpdate; try for I := 0 to AValueList.Coun.. 더보기
계량관리 Eng 보호되어 있는 글입니다. 더보기