일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Convolution Neural Network
- c언어
- python 알고리즘
- 이미지 생성
- #Android
- 딥러닝
- opencv SURF
- word embedding
- python __init__
- tensorflow update
- findContours
- #opencv
- #실생활영어
- python list
- #영어 명언
- 영어명언
- tokenizing
- 영어
- object detection
- text2img
- #실생활 영어
- 완전탐색
- #영어
- #1일1영어
- keras
- TensorFlow
- #English
- convexhull
- #프로젝트
- #일상영어
Archives
- Today
- Total
목록#getMessage (1)
When will you grow up?
[Win32 API] GetMessage() , PeekMessage()
GetMessage() PeekMessage()BOOL GetMessage( BOOL PeekMessage(LPMSG lpMsg, LPMSG lpMsg, HWND hWnd,HWND hWnd, UINT wMsgFilterMin,UINT wMsgFilterMin, UINT wMsgFilterMax,UINT wMsgFilterMax); UINT wRemoveMsg); 메시지 루프에서 메시지를 가져오는 -> GetMessage()함수이다.스레드 메시지 큐에서 메시지를 가져올때, 메시지가 없으면 새로운 메시지가 전달될 때까지, 메시지를 리턴시키지 않는다. 이 시점에 다른 프로세스가 CPU를 쓸 수 있도록 양보한다. GetMessage는 메시지를 받기 전에 절대로 리턴을 않하므로, 데드 타임을 활용 X 메시지 큐에..
02. Study/API
2016. 3. 17. 13:05