본문 바로가기

샘플

(4)
ETS TOEIC Speaking/Writing 기출문제 사이트 1. 아래의 링크에 접속한다. https://www.toeicswt.co.kr/content/TOS/official.php 한국토익위원회가 공개하는 TOEIC Speaking & Writing Tests 공식 기출/샘플문제 TOEIC Speaking, TOEIC Writing 실제 기출 문제 확인하고 샘플 문제로 연습하자! www.toeicswt.co.kr 2. 기출문제를 응시한다. 끝.
.NET기반 ScottPlot 사용하기 1. GitHub에서 샘플 프로젝트 파일을 다운 받는다. https://github.com/ScottPlot/ScottPlot/tree/4.0-stable GitHub - ScottPlot/ScottPlot: Interactive Plotting Library for .NET Interactive Plotting Library for .NET. Contribute to ScottPlot/ScottPlot development by creating an account on GitHub. github.com 2. "ScottPlot-4.0-stable.zip" 압축파일을 해제한다. 3. Visual Studio 2019을 이용하여 "ScottPlotV4.sln"을 빌드한다. 4. "ScottPlot.Demo..
OpenCV 샘플 프로젝트 실행하기 1. CMake로 OpenCV의 sample cpp 파일을 변환한다. 2022.02.09 - [개발도구/OpenCV] - OpenCV 4.5.1 개발 환경 구축하기 OpenCV 4.5.1 개발 환경 구축하기 1. GitHub에서 OpenCV 4.5.1 다운받기 https://github.com/opencv/opencv/tree/4.5.1 GitHub - opencv/opencv: Open Source Computer Vision Library Open Source Computer Vision Library. Contribute to opencv/.. gororoman.tistory.com 본인은 Window SDK version 10이 없어 변환을 실패하였다. 2. Visual Studio Install..
OpenGL 입문을 위한 샘플 프로젝트 다운 및 실행하기 1. OpenGL 샘플 프로젝트 파일을 다운 받는다. https://github.com/JoeyDeVries/LearnOpenGL GitHub - JoeyDeVries/LearnOpenGL: Code repository of all OpenGL chapters from the book and its accompanying website https://lear Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com - GitHub - JoeyDeVries/LearnOpenGL: Code repository of all OpenGL chapters from the book a..