Unity Addressables – Get started (Docs)

Addressables https://docs.unity3d.com/Packages/com.unity.addressables@2.3/manual/index.html Addressables package The Addressables package provides tools and scripts to organize and package content for your application, and an API to load and release assets at runtime.(Addressables package는 애플리케이션의 콘텐츠를 조작하고 패키지화하는 도구와 스크립트를 제공하며, 런타임에 자산을 로드하고 해제할 수 있는 API를 제공합니다.) When you make an asset Addressable, you can use that […]

Unity Addressables – Get started (Docs) 더 읽기"

백준 12891번 (DNA 비밀번호, C++) [BAEKJOON]

DNA 비밀번호 https://www.acmicpc.net/problem/12891 시간 제한 메모리 제한 제출 정답 맞힌 사람 정답 비율 2 초 512 MB 27005 9765 7139 34.957% 문제 평소에 문자열을 가지고 노는 것을 좋아하는 민호는 DNA 문자열을 알게 되었다. DNA 문자열은 모든 문자열에 등장하는 문자가 {‘A’, ‘C’, ‘G’, ‘T’} 인 문자열을 말한다. 예를 들어 “ACKA”는 DNA 문자열이 아니지만 “ACCA”는 DNA 문자열이다.

백준 12891번 (DNA 비밀번호, C++) [BAEKJOON] 더 읽기"

백준 13458번 (시험 감독, C++) [BAEKJOON]

시험 감독 https://www.acmicpc.net/problem/13458 시간 제한 메모리 제한 제출 정답 맞힌 사람 정답 비율 2 초 512 MB 99556 31008 23090 29.650% 문제 총 N개의 시험장이 있고, 각각의 시험장마다 응시자들이 있다. i번 시험장에 있는 응시자의 수는 Ai명이다. 감독관은 총감독관과 부감독관으로 두 종류가 있다. 총감독관은 한 시험장에서 감시할 수 있는 응시자의 수가 B명이고, 부감독관은 한 시험장에서 감시할

백준 13458번 (시험 감독, C++) [BAEKJOON] 더 읽기"

백준 2559번 (수열, C++) [BAEKJOON]

수열 https://www.acmicpc.net/problem/2559 시간 제한 메모리 제한 제출 정답 맞힌 사람 정답 비율 1 초 128 MB 65776 24687 18961 36.331% 문제 매일 아침 9시에 학교에서 측정한 온도가 어떤 정수의 수열로 주어졌을 때, 연속적인 며칠 동안의 온도의 합이 가장 큰 값을 알아보고자 한다. 예를 들어, 아래와 같이 10일 간의 온도가 주어졌을 때, 3 -2 -4 -9

백준 2559번 (수열, C++) [BAEKJOON] 더 읽기"

Getting started with Shader Graph – Master Stack / Sticky Notes

https://docs.unity3d.com/Packages/com.unity.shadergraph@17.0/manual/Master-Stack.html Master Stack Description Master Stack은 셰이더의 최종 표면 모습을 정의하는 Shader Graph의 끝점입니다.The Master Stack is the end point of a Shader Graph that defines the final surface appearance of a shader. Shader Graph에는 항상 하나의 마스터 스택만 포함되어야 합니다.Your Shader Graph should always contain only one Master Stack. 마스터 스택의 내용은 선택한 Graph

Getting started with Shader Graph – Master Stack / Sticky Notes 더 읽기"

백준 2146번 (다리 만들기, C++) [BAEKJOON]

백준 2146번 ‘다리 만들기’ 문제에 대한 글입니다. BFS를 이용하여 섬을 구분해준 이후에 다시 BFS로 섬간의 최단 거리를 구하여 문제를 해결하였습니다. (This is about the issue of ‘Building a Bridge’ BaekJoon No. 2146. After classifying the islands using BFS, we solved the problem by finding the shortest distance between the islands again with BFS.)

백준 2146번 (다리 만들기, C++) [BAEKJOON] 더 읽기"

위로 스크롤