-
一个数据库的源代码是相对简单的实现基本的插入、查询。
一个数据库DBMS的源代码,比较简单,实现了基本的插入,查询等功能,实现了基本的sql语句-A database DBMS source code is relatively simple to achieve the basic insert, query and other functions, to achieve the basic sql statement
- 2022-03-22 21:26:47下载
- 积分: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
-
用C++实现著名的红黑树的数据结构等功能…
用c++来实现数据结构中的著名的red black tree查找树等功能-With c++ To realize the data structure of the famous red black tree features such as search tree
- 2022-03-28 12:38:46下载
- 积分:1
-
交流电机电缆选择器
这个程序写来帮助选择金属丝尺寸的基础上的交流电机的电气工程师电源
- 2022-06-16 03:55:43下载
- 积分:1
-
查看TOKEN资讯,含有驱动和界面源码。
查看TOKEN资讯,含有驱动和界面源码。-Show TOKEN information source that contains drivers and interfaces.
- 2022-07-09 12:21:33下载
- 积分:1
-
从收藏栏取得icon
从收藏栏取得icon-column from collections made icon
- 2023-04-11 20:50:03下载
- 积分:1
-
电子图书源代码。拉链
电子书库源代码.zip-electronic book source code. Zip
- 2022-01-30 20:06:41下载
- 积分:1
-
在 java 中的信息的方式执行
它是一个实验室项目,使一名信使。在这里多个客户端可以与对方聊天。但要做必须打开多个窗口
- 2023-08-05 21:30:04下载
- 积分:1
-
普里姆算法构造最小生成树
普里姆算法构造最小生成树-Primbetov tectonic minimum spanning tree algorithm
- 2022-08-10 04:29:21下载
- 积分:1
-
An open source program to create your own Portable Application.
An open source program to create your own Portable Application.
- 2022-01-22 15:16:29下载
- 积分:1