일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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언어
- #일상영어
- tokenizing
- word embedding
- 이미지 생성
- text2img
- 영어명언
- #실생활 영어
- #English
- 완전탐색
- convexhull
- #프로젝트
- #1일1영어
- tensorflow update
- #실생활영어
- python list
- opencv SURF
- TensorFlow
- object detection
- #영어
- python 알고리즘
- 영어
- keras
- python __init__
- #opencv
- #Android
- findContours
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