-
cpabe-签名算法实现
实现了2011年cpabe签名的算法,分为四个算法,分别输出了四个文件
- 2022-08-17 22:54:34下载
- 积分:1
-
c写的坦克大战源程序,好极了
c写的坦克大战源程序,好极了-c write cycles source, a very good Ha Ha
- 2023-03-05 13:05:04下载
- 积分:1
-
实现类似PHOTOSHOP的橡皮擦,光标随擦子增大而变化。
实现类似PHOTOSHOP的橡皮擦,光标随擦子增大而变化。-achieve similar PHOTOSHOP the eraser, the cursor with Cazi grows.
- 2022-02-05 23:01:33下载
- 积分:1
-
c prog.Find two pointsin an array y =
c prog.
Find two points
in an array
y=-x+b -c prog.Find two pointsin an array y =- x+ b
- 2022-12-09 05:10:03下载
- 积分:1
-
的mir2客户端Delphi源代码!
delphi的传2客户端源码,虽然是开源的,但是还是值得研究!-the mir2 client delphi source code!
- 2023-08-28 19:45:02下载
- 积分: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
-
这是一个地图浏览程序
放大缩小漫游,图层管理等功能
压缩包内还有数据...
这是一个地图浏览程序
放大缩小漫游,图层管理等功能
压缩包内还有数据-this is a viewing map application
- 2022-06-21 18:50:14下载
- 积分:1
-
直线追踪,鼠标左击,会不断的生成新的直线
直线追踪,鼠标左击,会不断的生成新的直线-straight track, hit the left mouse will keep the new generation of straight-line
- 2022-11-12 02:05:03下载
- 积分:1
-
本代码利用组件实现定制文件打开对话框
本代码利用组件实现定制文件打开对话框-components of the code used to achieve customized document open dialog
- 2022-03-01 04:47:54下载
- 积分:1
-
This is a 3d example is the use of java was made, we can look at the following,...
这是关于一个3d的示例,是使用java写的,大家可以看以下,写的一般,请指正,多谢谢了啊-This is a 3d example is the use of java was made, we can look at the following, writing in general, please correct, the more thank ah
- 2022-02-28 14:55:53下载
- 积分:1