백준 25305번 (커트라인, C++) [BAEKJOON]
백준 25305번 ‘커트라인’ 문제에 대한 글입니다. 정렬을 이용한 단순 구현 문제입니다. (This is an article about Baekjoon Number 25305 ‘cut line’ problem. Simple implementation problem using alignment.)
백준 25305번 (커트라인, C++) [BAEKJOON] 더 읽기"
백준 25305번 ‘커트라인’ 문제에 대한 글입니다. 정렬을 이용한 단순 구현 문제입니다. (This is an article about Baekjoon Number 25305 ‘cut line’ problem. Simple implementation problem using alignment.)
백준 25305번 (커트라인, C++) [BAEKJOON] 더 읽기"
백준 2161번 ‘카드1’ 문제에 대한 글입니다. Queue를 이용한 구현문제입니다. (This is an article about the question of “Card 1” in Baekjoon Number 2161.
It is an implementation problem using Queue.)
백준 2161번 (카드1, C++) [BAEKJOON] 더 읽기"
Programmers 150369번 ‘택배 배달과 수거하기’ 문제에 대한 글입니다. (This article is about the issue of ‘Delivery and Collection’ in Programmers Number 150369) [2023 KAKAO BLIND RECRUITMENT]
Programmers 150369 택배 배달과 수거하기 [2023 KAKAO BLIND RECRUITMENT] 더 읽기"
Programmers 150366 표 병합 문제에 대한 글입니다. (This article is about the problem of Merge Tables Programmers Number 150366.) [2022 KAKAO BLIND RECRUITMENT]
Programmers 150366 표 병합 [2023 KAKAO BLIND RECRUITMENT] 더 읽기"
Programmers 92342번 ‘양궁대회’ 문제에 대한 글입니다. 재귀를 이용한 완전 탐색으로 해결하였습니다. (This article is about the issue of ‘Archery Competition’ in Programmers 92342. It was solved by a complete search using recursive. [2022 KAKAO BLIND RECRUITMENT]) [2022 KAKAO BLIND RECRUITMENT]
Programmers 92342 양궁대회 [2022 KAKAO BLIND RECRUITMENT] 더 읽기"
Programmers 92335번 ‘k진수에서 소수 개수 구하기’ 문제에 대한 글입니다. (This article is about Programmers #92335 ‘Getting prime numbers from k-number’ problem.)
Programmers 92335 k진수에서 소수 개수 구하기 [2022 KAKAO BLIND RECRUITMENT] 더 읽기"
백준 11005번 ‘N진법 변환 2’ 문제에 대한 글입니다. (This article is about Baekjoon Number 11005 ‘N base conversion 2’ problem.)
백준 11005번 (진법 변환 2, C++) [BAEKJOON] 더 읽기"
Programmers 92343번 ‘양과 늑대’ 문제에 대한 글입니다. DFS를 통한 완전 탐색을 이용하여 문제를 해결하였습니다. (This article is about the issue of “Sheep and Wolf” in Programmers Number 92343. We solved the problem by using full search through DFS.)
[2022 KAKAO BLIND RECRUITMENT]
Programmers 92343 양과 늑대 [2022 KAKAO BLIND RECRUITMENT] 더 읽기"
백준 2096번 ‘내려가기’ 문제에 대한 글입니다. (This article is about Baekjoon Number 2096 ‘Going down’.)
백준 2096번 (내려가기, C++) [BAEKJOON] 더 읽기"
이론이 필요없고 적용하는 과정이 궁금하다면 아래글로 Oculus Hand Pose Detection https://developer.oculus.com/documentation/unity/unity-isdk-hand-pose-detection/?ref=blog.immersive-insiders.com Hand Pose Detection uses multiple components and configurators to detect hand poses. 손 포즈 감지는 여러 컴포넌트와 구성 요소를 사용하여 손의 동작을 감지하는 기술입니다. A hand pose is defined by shapes and transforms.이를 판단하기 위해 형태(shape)와 변환(transform)이라는 두 가지 요소를 사용합니다. Shapes are boolean
Oculus Unity-Integration – Hand Pose Detection 더 읽기"