일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Button
- index
- pip
- SciPy
- Numpy
- keras
- GT-S80
- RNN
- javascript
- E-P1
- 알고리즘
- pandas
- CNN
- ipad
- synology
- imread
- install
- Splunk
- GitHub
- DFS
- LSTM
- mariadb
- mean
- Python
- SPL
- dataframe
- pycharm
- 삼성소프트웨어멤버십
- Series
- Lotto
- Today
- Total
목록잠토네 잠수함 (493)
잠토의 잠망경
Introduction This is a simple Win32 Dialog based application that provides multiple desktop support on windows platform as present in the LINUX system. The application provides you the option to create 1 to 3 desktops. Through these different desktops, you can easily separate your applications. This helps a lot when you have some application that you don't want to close by mistake as you can put..
Introduction Although making user-mode application enter the kernel is definitely an exciting exercise, it is far from being something unheard of. It has been first done by Matt Pietrek (he did it on Windows 95 many years ago). His technique was later adjusted to Windows NT by Prasad Dabak, Sandeep Phadke and Milind Borate. In order to enter the kernel right from an application, one has to set u..
Introduction This purpose of this article is to explain how to send a raw Ethernet packet using C# on a Microsoft platform. A raw Ethernet packet is the complete Layer 2 network frame that is sent to the physical wire. Sending a frame like this allows you to manipulate the target and source MAC addresses and the Layer 3 protocol fields. 출처: http://www.codeproject.com/KB/IP/sendrawpacket.aspx
코드 입니다. LRESULT FAR WINAPI WndProc(HWND hwnd, UINT message, UINT wParam, LONG lParam) { HDC hdc; PAINTSTRUCT ps; RECT rect; HWND hiwnd; //실행시키고자하는 program의 이름이다. 절대경로 상대경로 모두 사용가능 TCHAR *command= TEXT("c:\\ForMobileToKimGM"); HWND child; switch (message) { case WM_PAINT: hdc=BeginPaint(hwnd, &ps); GetClientRect(hwnd,&rect); DrawText(hdc,TEXT("hello, windows!"), -1, &rect, DT_SINGLELINE|DT_CENTER..
PPT 디자인들이 많은 곳이다. http://presentationhelper.co.uk/
보는 봐와 같이. 아무리 extern "C"를 해도 __cdecl 과 같은 함수명을 얻을 수는 없다. 단지 extern "C"를 안했을 때는 C++ Name Mangling의 규칙에 따라 예상할 수도 없는 범위의 함수명을 얻게 된다. 참조 무식함의 끝을 달리던 나... 드디어 운명의 책을 만났으니... 여기보면 나의 삽질을 무색하는 그 무언가가 있다.. 야호~~ 추신. 오타가 좀 있다. ㅡㅡ;
내 환경에서는 왜 extern "C"가 안될까? vc++ 6.0 2005,2008 모두 이게 작동을 안한다. ㅜㅜ 아 수많은 밤을 이 문제를 해결하려고 노력했고 해결한듯한 착각속에 프로젝트를 진행했고 완성했다. (기적이다. ㅡㅡ;; 내가 어떻게 멤버십에 있는거지 ㅜㅜ) 지금 dumpbin으로 내가 했던 모든 dll들을 확인해보니 이건뭥미.. ㅜㅜ 아.. 왜 왜 왜 안되는건가. ㅜㅜ 그냥 def 혹은 dumpbin으로 그냥 로드할란다. 귀찮다.