여기서 소문자/대문자는 영어에만 국한함 다른 문자는 안다뤄봐서 잘 모른다. boost 안다룬다. 속도 안재봤다. C++17 로 테스트했다. 1. for_each 활용 #include #include #include int main() { std::string str = "DevEloPer0Hye"; std::cout Why can't "transform(s.begin(),s.end(),s.begin(),tolower)" be complied successfully? Given the code: #include #include #include #include using namespace std; int main() { string s("ABCDEFGHIJKL"); transfor... stackoverfl..
솔루션을 보고 풀었다. https://jaimemin.tistory.com/759 백준 1700번 멀티탭 스케줄링 문제 링크입니다: https://www.acmicpc.net/problem/1700 고려해야했던 것이 많았던 그리디(Greedy) 알고리즘 문제였습니다. 알고리즘은 아래와 같습니다.1. 기기들의 사용 순서들을 입력 받습니다.2. K번 반 jaimemin.tistory.com 푸는데 for_each, distance, find 를 활용하고싶었다. #include #include #include #include #include using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(NULL); array schedule; a..
https://developer0hye.tistory.com/500 [WSL2] Ubuntu 22.04 설치 언제부터인지 모르겠지만 wsl --list --online을 실행해보니 Ubuntu-22.04가 출력된다. wsl --install Ubuntu-22.04 로 설치하면 된다. 옛날에 바로 설치 안된다고 이런 글을 썼었는데... 세상 좋아졌다. https://deve developer0hye.tistory.com 위 링크 참고 아래 글은 안봐도됨 wsl -l -o 위 명령어를 실행하면 wsl --install 로 설치할 수 있는 이미지 목록이 출력된다. 2023년 1월 14일 기준 아래와 같이 출력된다. Ubuntu 22.04 는 없다...! Microsoft Store 에는 있다...? Micro..
왜 qt는 windeployqt 같은 ubuntudeployqt 를 제공해주지 않을까 지금은 2023년, 2019년도에 올라온 이슈를 해결하기 위하여 연차를 쓴겸에 안해본거 해보고 싶어서 QT 기반 프로그램인 YoloLabel을 Ubuntu 22.04 버전으로 배포해봤다. https://github.com/developer0hye/Yolo_Label/issues/19 We need a linux version of this! · Issue #19 · developer0hye/Yolo_Label Yolo was originally designed for linux so a linux binary would be appreciated github.com 이를 위해 아래의 프로젝트를 활용했다. https://..
원래 깃헙 README에서 비디오 재생을 지원 안했던거로 기억한다. 그래서, 비디오를 gif로 변환하고 업로드하거나 유튜브에 영상 올려두고 썸네일 따서 리드미에 썸네일 올리고 썸네일 누르면 유튜브로 연결되는식으로 README를 작성했었다. 근데 이제 그럴 필요 없다. 그냥 mp4 파일을 drag & drop 하면된다. 이슈란에도 될것이다. (아마?) 아래 프로젝트 README 작성시 동영상을 활용했다. https://github.com/developer0hye/Yolo_Label GitHub - developer0hye/Yolo_Label: GUI for marking bounded boxes of objects in images for training neural network Yolo v3 and v..
- Total
- Today
- Yesterday
- 백준 1766
- C++ Deploy
- 백트래킹
- 자료구조
- 백준 11437
- Lowest Common Ancestor
- 이분탐색
- 조합
- FairMOT
- cosine
- 위상 정렬 알고리즘
- 순열
- 인공지능을 위한 선형대수
- LCA
- 백준 11053
- ㅂ
- 백준
- MOT
- 단축키
- 문제집
- PyCharm
- 가장 긴 증가하는 부분 수열
- 파이참
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |