void MainWindow::wheelEvent(QWheelEvent *ev) { if(ev->angleDelta().y() > 0) // up Wheel action1(); else if(ev->angleDelta().y() delta()였는데 버전업되면서 deprecation 됐나보다. github.com/developer0hye/Yolo_Label/ developer0hye/Yolo_Label GUI for marking bounded boxes of ..
std::vector matrix(rows, std::vector(cols)); 특정 값으로 초기화하는 경우 std::vector matrix(rows, std::vector(cols, value)); stackoverflow.com/questions/17663186/initializing-a-two-dimensional-stdvector Initializing a two dimensional std::vector So, I have the following: std::vector fog; and I am initializing it very naively like: for(int i=0; i
유닉스 시스템에서는 한 줄의 끝이 LF(Line Feed)로 이루어지는 반면, 윈도우에서는 CR(Carriage Return)와 LF(Line Feed), 즉 CRLF로 이루어져있다. Git은 OS와 상관없이 일관성을 유지할 수 있도록 자동 변환 기능을 지원한다. 이 기능은 개발자가 git에 코드를 Commit할 때는 CRLF를 LF로 변환해주고, git의 코드를 개발자가 Clone할때는 LF를 CRLF로 변환해준다. 윈도우 사용자의 경우 아래의 명령어 중 하나를 입력하면 된다. git config --local core.autocrlf true git config --global core.autocrlf true --global을 argument로 주면 해당 PC내에 모든 프로젝트에 이 기능이 적용된다..
- Total
- Today
- Yesterday
- 인공지능을 위한 선형대수
- 단축키
- PyCharm
- 조합
- 문제집
- LCA
- 백트래킹
- Lowest Common Ancestor
- FairMOT
- 백준 1766
- 가장 긴 증가하는 부분 수열
- 백준
- 파이참
- C++ Deploy
- ㅂ
- 백준 11053
- 순열
- 자료구조
- 위상 정렬 알고리즘
- 이분탐색
- 백준 11437
- MOT
- cosine
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |