일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- #Android
- 영어명언
- 딥러닝
- 완전탐색
- findContours
- tokenizing
- #실생활영어
- #일상영어
- #opencv
- object detection
- c언어
- python __init__
- python 알고리즘
- Convolution Neural Network
- #실생활 영어
- TensorFlow
- #영어 명언
- opencv SURF
- text2img
- word embedding
- tensorflow update
- keras
- #English
- #영어
- python list
- #1일1영어
- 영어
- 이미지 생성
- convexhull
- #프로젝트
Archives
- Today
- Total
목록#IT.컴퓨터 (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