-
茶楼管理系统
某学院第三届信息系统开发竞赛初赛作品
- 2022-09-15 19:40:06下载
- 积分:1
-
multiple threads simultaneously multiple tasks
多线程方式同时进行多项任务-multiple threads simultaneously multiple tasks
- 2022-04-02 05:15:03下载
- 积分:1
-
很不错的C++程序
很不错的C++程序 -very good C+ Program
- 2022-02-03 14:56:24下载
- 积分:1
-
MP3播放器源码
MP3播放器源码-source MP3 player
- 2022-01-23 11:22:30下载
- 积分:1
-
以前自己做的小程序,用于避免计算器冗长的输入时出错; 实现方法: 传统的中缀转后缀的方法...
以前自己做的小程序,用于避免计算器冗长的输入时出错; 实现方法: 传统的中缀转后缀的方法-before doing small procedures for avoiding lengthy calculator input errors; Method : traditional Chinese grade to the suffix
- 2022-02-02 07:13:57下载
- 积分:1
-
rs232 串口通行 16进制
用于与rs232通行用,环境vs2012,能直接发送和接受16进制数据,可作为软件串口调试或串口通信开放用。能直接运行。
- 2023-02-02 16:35: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
-
automatic replacement of wallpaper small programs using the API function
自动更换墙纸的小程序 使用API函数-automatic replacement of wallpaper small programs using the API function
- 2022-03-01 11:57:19下载
- 积分:1
-
webbox网络盒子
c#实现的tab,page的界面,采用win32的发光字体,可以启用aeroglass效果,将aero扩展到整个软件。
实现了不规则窗体,可以自定义每个page的内容。可以自由切换主题背景,界面比较美观。
- 2023-09-01 19:20:03下载
- 积分:1
-
简易VC计算器,除简单算术运算外还可以计算表达式
简易VC计算器,除简单算术运算外还可以计算表达式-simple calculator, in addition to simple arithmetic operations, also can calculate the expression
- 2022-01-22 14:38:05下载
- 积分:1