일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- #프로젝트
- findContours
- 딥러닝
- #English
- TensorFlow
- python list
- python __init__
- #실생활 영어
- 영어
- object detection
- #일상영어
- 완전탐색
- tokenizing
- #영어
- text2img
- #실생활영어
- python 알고리즘
- keras
- #Android
- #1일1영어
- c언어
- 영어명언
- Convolution Neural Network
- #영어 명언
- #opencv
- word embedding
- opencv SURF
- convexhull
- 이미지 생성
- tensorflow update
Archives
- Today
- Total
목록#api오른쪽버튼 (1)
When will you grow up?
[Win32 API] 오른쪽버튼 누르면 좌표값 나오기
화면 위에처럼 이런식으로 나오네요^~^아래는 소스코드 // //////////////////////////////////////////////////////////////////////////////// #pragma warning( disable : 4996) #include #include #include #include char m_sCls[128] ; HINSTANCE m_hInst = NULL; HWND m_hWnd = NULL; DWORD m_dWinStyle = WS_OVERLAPPEDWINDOW| WS_VISIBLE; DWORD m_dScnX = 800; // Screen Width DWORD m_dScnY = 600; // Screen Height BOOL m_bShowCusor= TRU..
02. Study/API
2016. 2. 7. 15:16