-
nrComponent for any Port
nrComponent for any Port
- 2023-05-17 18:55:04下载
- 积分:1
-
MFC dialog box prepared for beginners to use, one look to understand, easy to le...
MFC对话框编写的适合初学者使用,一看就懂,轻松易学。-MFC dialog box prepared for beginners to use, one look to understand, easy to learn.
- 2022-05-27 09:00:13下载
- 积分:1
-
internet of things using PIR sensor
这演示了使用PIR传感器的物联网的使用。这是通过一个isense套件来实现的,isense套件包括网关和许多传感器,如加速计、pir传感器以及温度和环境传感器
- 2023-02-03 18:30:03下载
- 积分:1
-
TSR 驻留程序的演示
TSR 驻留程序的演示
TSR 驻留程序的演示
TSR 驻留程序的演示 -TSR program demonstrates the presence of
- 2022-04-26 22:00:25下载
- 积分:1
-
Source code of application used to monitor Anti
Source code of application used to monitor Anti-Cheat programs from World of Warcraft so see if these Anti-Cheat follow rules and do not invade your privacy.
- 2022-03-19 11:49:24下载
- 积分:1
-
直线Bresenham 算法
直线的中点 Bresenham 算法的原理:每次在主位移方向上走一步,另一个方向上走不走步取决于中点偏差判别式的值。
理想直线将平面划分为三个区域:对于直线上的点,F(x, y) = 0; 对于直线上方的点 F(x, y)>0; 对于直线下方的点F(x, y)
- 2023-06-04 13:50:03下载
- 积分:1
-
把快捷方式的文件的路径,使用IShellLink。
怎样获取快捷方式所指向的目标文件名? HRESULT hres IShellLink* psl HRESULT hres IShellLink* psl char szGotPath[MAX_PATH] char szDescription[MAX_PATH] WIN32_FIND_DATA wfd OleInitialize(0) hres = CoCreateInstance(CLSID_ShellLink, NULL, CLSCTX_INPROC_SERVER, IID_IShellLink, (LPVOID*)&psl) if (SUCCEEDED(hres)) { IPersistFile* ppf hres = psl->QueryInterface(IID_IPersistFile, (void**)&ppf) if (SUCCEEDED(hres)) { WCHAR wsz[MAX_PATH] char lpszLinkFile[MAX_PATH] //这里存放的是快捷方式的路径 if(MultiByteToWideChar(CP_ACP, 0, lpszLinkFile, -1, wsz, MAX_PATH)==0) return hres = ppf->Load(wsz, STGM_READ) if (SUCCEEDED(hres)) { hres = psl->Resolve(m_hWnd, 0) if (SUCCEEDED(hres)) { hres = psl->GetPath(szGotPath, MAX_PATH, (WIN32_FIND_DATA*)&wfd, SLGP_SHORTPATH)-Get the path file of the Shortcut, using IShellLink.
- 2023-07-15 01:10:03下载
- 积分:1
-
浙江大学程序设计大赛源代码ACM2481题
浙江大学程序设计大赛源代码ACM2481题-Zhejiang University Design Competition source code that ACM2481
- 2023-01-20 03:30:04下载
- 积分:1
-
modbus Tcp演示
演示modbus Tcp仿真实现
演示modbus Tcp仿真实现
演示modbus Tcp仿真实现
演示modbus Tcp仿真实现
演示modbus Tcp仿真实现
演示modbus Tcp仿真实现
演示modbus Tcp仿真实现
- 2022-02-12 09:20:46下载
- 积分:1
-
mysql 和 sql 的转换器
此应用程序将 mysql 数据库转换到 ms sql 服务器
- 2022-01-25 17:04:51下载
- 积分:1