#ifndef DW_TIMEMSR__H__ #define DW_TIMEMSR__H__ #include namespace DW { class TimeMsr { public: // LARGE_INTEGER.QuadPart is LONGLONG(a.k.a __int64) LARGE_INTEGER larBegin; LARGE_INTEGER larEnd; static LARGE_INTEGER larFrequency; public: TimeMsr() { if (larFrequency.QuadPart == 0) // if the value of frequency is not loaded QueryPerformanceFrequency(&larFrequency); // retrieves the frequency of t..
// MyDll.h #ifndef DW_MYDLL__H__ #define DW_MYDLL__H__ #if !defined(MYLIBAPI) #define MYLIBAPI extern "C" __declspec(dllimport) #endif // 위 매크로는 dll을 이용하는 소스코드(실행 모듈)에서 적용된다. // dll 제작에 사용되는 소스코드에서는 MYLIBAPI를 dllexport로 정의하게 된다. MYLIBAPI int result; MYLIBAPI int add(int a, int b); MYLIBAPI void printResult(); #endif // DW_MYDLL__H__ // MyDll.cpp #include using namespace std; #define MYLIBAPI ext..
- Total
- Today
- Yesterday
- CanDrA
- pandas
- QPrinter.A4
- 이상한 문자
- 설치
- GSX 1200 pro
- cython
- Visual C++
- 볼륨 조절
- TCGA
- how to solve it
- volume dial
- QPrinter.Letter
- C++
- tensorflow
- 볼륨 낮춤
- Item 9
- matrix multiplication
- PyQt
- armadillo c++
- TensorBoard
- ctypes
- destructor
- Python
- dll
- GSX 1000 pro
- QT
- Accelerated C++
- MSVC++
- structure
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |