-
CE4.2平台的以太网驱动(CS8900芯片)
CE4.2平台的以太网驱动(CS8900芯片)-CE4.2 platform Ethernet Driver (CS8900 chipset)
- 2022-06-15 02:51:17下载
- 积分:1
-
好东东,电驴源码。。vc的。。可惜水平太低还看不懂本人
好东东,电驴源码。。vc的。。可惜水平太低还看不懂本人-Good Dongdong, eDonkey source. . vc programming. .
- 2023-05-29 19:20:04下载
- 积分: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
-
interchange matrix calculation procedures
交换矩阵计算程序
- 2022-03-14 12:07:15下载
- 积分:1
-
此资源主要是为了实现电子秒表功能,起运行环境是VC
此资源主要是为了实现电子秒表功能,起运行环境是VC-shixian dianzi miaobiao gongneng
- 2022-01-24 17:53:35下载
- 积分:1
-
以前做的一个作业,模拟记事本,还不完善。
以前做的一个作业,模拟记事本,还不完善。-before doing an operation, simulated notebook, is not perfect.
- 2022-01-25 22:09:30下载
- 积分:1
-
很好很实用的通讯录管理程序,已经调试过了,没有错误。无线网速太慢 只能传写小东西...
很好很实用的通讯录管理程序,已经调试过了,没有错误。无线网速太慢 只能传写小东西-Address Book is very good and practical management procedures have been debugging, ERROR FREE. Communication speed is too slow to write only small things
- 2023-08-19 05:00:04下载
- 积分:1
-
经典游戏
扑克牌
2.0版本
大家喜欢吗
经典游戏
扑克牌
2.0版本
大家喜欢吗-Classic Poker Game 2.0 U.S.吗enjoy
- 2022-03-05 05:28:20下载
- 积分:1
-
DUILIB2.0
这是DUILIB2.0的源码,相对于DUILIB1.0结构更清晰,更稳定。
- 2022-04-30 19:31:15下载
- 积分:1
-
由于涉及图片的显示,所以我采用MFC进行编程。由于MFC封装了win32的许多APIAPI,所以可以不用考虑很多操作的细节,而专注于图像的处理。...
由于涉及图片的显示,所以我采用MFC进行编程。由于MFC封装了win32的许多APIAPI,所以可以不用考虑很多操作的细节,而专注于图像的处理。-because of the pictures, so I used MFC programming. As the MFC Packaging many APIAPI win32, so it is not necessary to consider many details of the operation, and focus on image processing.
- 2022-02-10 07:49:18下载
- 积分:1