-
小游戏连连看,两个相同的图案中间无阻塞可以连通就可以清除。最短消除完要多少计数时间...
小游戏连连看,两个相同的图案中间无阻塞可以连通就可以清除。最短消除完要多少计数时间-small game, the same two patterns among non-blocking connectivity can be removed. End eliminate the shortest amount of time count
- 2022-01-22 10:37:34下载
- 积分:1
-
在DBGrid中实现任意方向查找
在DBGrid中实现任意方向查找-DBGrid in achieving any direction you
- 2022-10-28 19:40: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
-
MFC做的windows文件系统演示
MFC做的windows文件系统演示-MFC do windows File System Demonstration
- 2022-03-25 14:00:53下载
- 积分:1
-
B.C个人通讯录(
B.C个人通讯录(-Untreated personal directory (
- 2022-09-12 03:30:03下载
- 积分:1
-
Ethereal (Ethereal:A Network Packet Sniffing Tool)
- 2022-09-02 08:05:05下载
- 积分:1
-
一个绘制实时曲线的好例子
一个绘制实时曲线的好例子-a good example of the curve
- 2022-02-11 21:59:32下载
- 积分:1
-
源代码资源管理
资源管理器的源代码-resources management of source code
- 2022-04-14 20:20:28下载
- 积分:1
-
Visual C++ MFC Class Card Games book s source code, including flight chess, mahj...
Visual C++ MFC棋牌类游戏 书籍的源代码包括飞行棋,麻将等-Visual C++ MFC Class Card Games book s source code, including flight chess, mahjong,
- 2022-07-09 10:30:47下载
- 积分:1
-
AWG
AWG
Standard Wire Gauges in Approximate Decimals of an Inch and mm.
- 2022-08-12 09:24:43下载
- 积分:1