2020年4月19日

Float32与Float16转换

摘要: 参考https://stackoverflow.com/questions/3026441/float32-to-float16 #include <cstdio> #include <cstdint> using namespace std; using float16_t = uint16_t; 阅读全文

posted @ 2020-04-19 19:05 JebediahKerman 阅读(2923) 评论(0) 推荐(0)

Windows窗口截图

摘要: #include <Windows.h> #include <gdiplus.h> #include <stdio.h> const Gdiplus::GdiplusStartupInput kGdiplusStartupInput; const CLSID kPngEncoderId = { 0x 阅读全文

posted @ 2020-04-19 15:34 JebediahKerman 阅读(271) 评论(0) 推荐(0)

导航