-
长春电炉有限责任公司
长春电炉有限责任公司-Changchun EAF limited liability company
- 2023-06-27 08:20:03下载
- 积分:1
-
基于libwindows的串口调试助手
基于libwindows的串口调试助手基于libwindows的串口调试助手基于libwindows的串口调试助手基于libwindows的串口调试助手基于libwindows的串口调试助手 基于libwindows的串口调试助手
- 2022-02-12 00:11:41下载
- 积分:1
-
现代密码学实验中使用的随机数产生器,并把十进制的随机数转化为二进制数...
现代密码学实验中使用的随机数产生器,并把十进制的随机数转化为二进制数-modern cryptography experiments using the random number generator, and the metric system of random binary number conversion
- 2022-05-21 11:58:38下载
- 积分:1
-
不使用 OLE 直接拖放 ListBox Items
不使用 OLE 直接拖放 ListBox Items-Drag and Drop Listbox Items Without OLE
- 2022-04-02 01:58:51下载
- 积分:1
-
keil HDI 客户端
此应用程序不仅演示使用 Microsoft 基础类的基本知识外,也是编写 USB HID 应用程序的起始点。
- 2022-11-17 22:00:03下载
- 积分:1
-
Multi
遗传算法中多点交叉算法来优化最小值函数所对应的解--编码过程-Multi-point genetic algorithm to optimize the cross-algorithm corresponding to the minimum function of the solution- the process of encoding
- 2022-01-26 00:40:34下载
- 积分: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
-
To implement design template pattern.
To implement design template pattern.
- 2022-01-28 21:01:10下载
- 积分:1
-
undocument_window_nt配套源代码
undocument windows nt配套源代码,包含undocument windows nt书籍里面的所有源代码,对想深入研究windows系统内核原理的系统开发人员有非常大的帮助。
- 2023-02-14 20:40:04下载
- 积分:1
-
Dll compiled a message box systems, functions and the same for Windows
编写成一个Dll的系统消息对话框,功能和Windows提供的一样-Dll compiled a message box systems, functions and the same for Windows
- 2022-06-20 08:25:25下载
- 积分:1