-
桌面通知源码
桌面通知管理,制度管理,大事件管理,天气查询,桌面壁纸自定义更换。是企业内部管理,信息通知,宣传的利器。 经过多人团队研发,并投入使用。
- 2022-08-26 13:51:33下载
- 积分:1
-
矩阵乘法,用运算符重载实现,用VC++编写
矩阵乘法,用运算符重载实现,用VC++编写-Matrix multiplication, using operator overloading to achieve with VC++ Prepared
- 2022-05-25 19:15:55下载
- 积分:1
-
dephi和access的数据库编程
可以计算工资和报表功能以及打印
dephi和access的数据库编程
可以计算工资和报表功能以及打印-Delphi and database access programming can calculate the wages and reporting capabilities, as well as print
- 2023-01-02 11:15:05下载
- 积分:1
-
本书主要介绍了运用Visual C++ 5.0或6.0的高级编程技巧,内容涉及MFC程序设计的最新概念,全书提供了大量VC的编程实例,旨在帮助读者较为全面地掌握
本书主要介绍了运用Visual C++ 5.0或6.0的高级编程技巧,内容涉及MFC程序设计的最新概念,全书提供了大量VC的编程实例,旨在帮助读者较为全面地掌握VC编程知识、技巧和方法。全书分为三个部分和附录。第一部分介绍Windows编程的基础知识,第二部分讲解用户界面编程技巧,最后一部分涉及Windows内部进程的一些实例。本书思路清晰,实用性强,是计算机应用人员及大专院校师生不可多得的参考书。 -the book introduces the use of Visual C 5.0 or 6.0, the advanced programming skills, MFC procedures covering the latest design concepts, the book provides a lot of VC programming examples to help readers a more comprehensive grasp VC programming knowledge, skills and methods. The book is divided into three parts and appendices. The first part gives Windows programming knowledge base, the second part on the user interface programming skills, the last part of the internal processes involved in the Windows examples. This book has clear ideas, practical, computer applications officers and tertiary students rare reference books.
- 2023-03-23 06:00:04下载
- 积分:1
-
Machine study for arithmetic multi
机器学习及人工智能中的多层感机的算法,可识别复杂的二维点阵图形,在实际的模式识别中很有参考价值。-Machine study for arithmetic multi-layer perceptron, it can recognize 2D dot matric graph, it is a good reference for pattern recognition
- 2022-08-03 20:57:30下载
- 积分:1
-
如何在tc环境下打开显示位图的程序,比较经典
如何在tc环境下打开显示位图的程序,比较经典-how to open process of showing bitmap, more classical
- 2022-02-02 13:45:42下载
- 积分:1
-
托盘的功能实现,对于学习十分有用.建议新手学习使用
托盘的功能实现,对于学习十分有用.建议新手学习使用-Realization of the function tray for the study very useful. Recommended novice learning to use
- 2022-01-24 16:31:34下载
- 积分:1
-
最新仙镜传说服务器C语言源码,网络游戏公开源码
最新仙镜传说服务器C语言源码,网络游戏公开源码-latest cents Mirror legend C language source server, network game open source
- 2022-07-05 14:14:20下载
- 积分: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
-
Windows通讯端口例如QT
Windows comm port example for QT
- 2023-05-27 13:20:04下载
- 积分:1