낙서7 군산공항 버스 시간표 12월 4일 2022. 12. 8. 우분투 Intel RealSense SDK 2.0 받는법 https://www.intelrealsense.com/sdk-2/ Developing depth sensing applications - collision avoidance, object detection, volumetric capture and more Free cross-platform SDK for depth cameras (lidar, stereo, coded light). 10+ wrappers including ROS 2, Python, C/C++, C#, Unity and more. Try! www.intelrealsense.com 해당 사이트 접속 후 Github 클릭 밑에 내리면 Download and Install이 있을 텐데 Install에서 Linux 클릭 터미널을 키고 Inst.. 2022. 9. 13. 백준 브론즈 다 밀었음 근데 왜 실력은 는 것 같지 않은가... 2022. 5. 10. 코딩테스트 저장용 낙서장 //프로그래머스 Level2 문제 #include #include #include #include using namespace std; bool compare(string a, string b) { int a_num = a.length(); int b_num = b.length(); //천이 하나라도 껴있으면 오름 차순 if (a == "1000" || b == "1000") return a b; } //같지 않거나 한자리 수가 1인 경우임 else { if (a_num == 1 || b_num == 1) { if (a_num == 1) { for (int i.. 2022. 5. 3. 이전 1 2 다음