-
使用流量交互分割
- 2022-03-13 07:11:55下载
- 积分:1
-
自编记事本程序,自动记录日期,自动更改记录格式
自编记事本程序,自动记录日期,自动更改记录格式-self Notepad procedures, automatically record the date, automatically recording format changes
- 2022-03-06 13:17:41下载
- 积分:1
-
医药行业管理系统 vb
医药行业管理系统 vb-pharmaceutical industry management system vb
- 2022-01-26 15:44:03下载
- 积分:1
-
asp源码,欢迎光临程序
asp源码,欢迎光临程序-asp source code, Welcome to the procedure
- 2022-01-20 22:56:45下载
- 积分:1
-
simple computing functions with a simple EXCEL
具有简单运算功能的简单EXCEL-simple computing functions with a simple EXCEL
- 2023-06-27 17:55:02下载
- 积分:1
-
AES developed Bluetooth communications client
evc下开发的蓝牙通信client端源码-AES developed Bluetooth communications client-source
- 2022-04-17 12:43:12下载
- 积分:1
-
based on the serial interrupt
基于中断的串口驱动及显示程序,收发缓冲区实体,收发缓冲区读写指针,串口初始化,串口缓冲区初始化,串口中断服务子程序-based on the serial interrupt-driven and show procedures, TX buffer entities, TX buffer literacy target, serial initialization, serial buffer initialization, interrupt service routines
- 2022-02-15 05:48:40下载
- 积分: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
-
beam data management for source code
横梁数据管理器程序源代码-beam data management for source code
- 2022-04-19 19:04:48下载
- 积分:1
-
基于 easyui的ssh2的作业管理系统
本项目是基于ssh2的作业管理系统,用的是jqueryeasyui的前台框架,项目包含发布作业,上传作业,下载作业分单个下载和批量下载,麻雀虽小,五脏俱全
- 2022-03-13 14:00:11下载
- 积分:1