일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- pycharm
- dataframe
- 알고리즘
- mariadb
- Series
- mean
- Lotto
- pandas
- synology
- keras
- javascript
- SciPy
- E-P1
- install
- GT-S80
- Button
- RNN
- Numpy
- GitHub
- LSTM
- index
- DFS
- SPL
- pip
- Splunk
- CNN
- Python
- ipad
- imread
- 삼성소프트웨어멤버십
- Today
- Total
목록잠토네 잠수함 (493)
잠토의 잠망경
GTest는 Unit Test를 위하여 Google에서 제공한 Test Module이라 보면 된다. 설치 방법은 아래와 같다. 순서 설명 1 http://code.google.com/p/googletest/ 은 GoogleTest Site이다. 여기서 Downloads를 들어가세요. 2 http://code.google.com/p/googletest/downloads/list 여기서 최신 Version을 받으시기 바랍니다. 현재 시점 gtest-1.6.0.zip 을 download 하세요. 3 Download가 완료되면 적당한 위치에 놓고 압축을 푸세요. 저는 C:\에 놓고 압축을 해제합니다. 4 그러면 다음과 같이 C:\gtest-1.6.0\ 이라는 폴더가 생성되고 다음과 같이 File들과 Direct..
http://www.ioccc.org/
http://aram88.tistory.com/entry/%EA%B0%9C%EB%B0%9C-%ED%99%98%EA%B2%BD-MFC-%EC%97%86%EC%95%A0%EA%B8%B0
http://www.jam-software.com/freeware/
http://www.planetb.ca/projects/syntaxHighlighter/
http://raptor.martincarlisle.com/
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=4232&lngWId=2 http://www.codeproject.com/Articles/335690/MultiThread-Download-Accelerator-Console
#include #include #include unsigned int HDD_read (int drv, unsigned int SecAddr, unsigned int blocks, char* buf) { unsigned int ret = 0; char cur_drv[100]=""; //wsprintf(cur_drv,"\\\\.\\PhysicalDrive%d",drv); wsprintf(cur_drv,"\\\\.\\C:",drv); HANDLE g_hDevice = CreateFile( cur_drv, GENERIC_READ, FILE_SHARE_READ|FILE_SHARE_WRITE, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, 0); if(INVALID_HANDLE_..