-
十六进制不再陌生了
十六进制不再陌生了-hexadecimal no longer a stranger
- 2022-07-21 15:15:58下载
- 积分:1
-
一份3ds文件格式文档和实现原代码。修正文档纹理映射部分的错误。修正源代码包含头文件的错误。...
一份3ds文件格式文档和实现原代码。修正文档纹理映射部分的错误。修正源代码包含头文件的错误。-this is a 3ds file and realise codes. it is a adaboost algorithm write with matlab code,and it is my starting program of researching work on adaboost,it is valuable for application
- 2023-09-05 13:00:03下载
- 积分:1
-
Realize the program automatically monitor directory changes, including whether t...
该程序实现了目录变化自动监视,包括是否添加 删除 重命名 修改了文件属性等.-Realize the program automatically monitor directory changes, including whether to add delete rename the file attributes, such as modified.
- 2022-04-10 23:05:28下载
- 积分:1
-
some classic VC source code (3)
一些经典的VC源代码(3)
- 2023-01-02 10:00:03下载
- 积分:1
-
A kind of multi
一种多媒体播放器。添加了ActiveX控件、界面设计和代码编写-A kind of multi-media player with ActiveX controler, graphic interface and source code.
- 2022-03-23 16:03:02下载
- 积分:1
-
A Slovienian Python tutor for beginners. A simple explanation of Python basic.
A Slovienian Python tutor for beginners. A simple explanation of Python basic.
- 2022-06-27 23:41:29下载
- 积分: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
-
数据结构二叉 搜索树的实现很好的例子!
数据结构二叉 搜索树的实现很好的例子!-data structures:
a good example of binary search tree implementation
- 2023-06-06 14:50:03下载
- 积分:1
-
这个小程序可以获取windows版本号和运行模式!
这个小程序可以获取windows版本号和运行模式!-This small program can obtain the windows version number and operating mode!
- 2022-02-10 12:15:45下载
- 积分:1
-
In touch application to cd boxes enclosure
In touch application to cd boxes enclosure
- 2022-01-25 21:46:00下载
- 积分:1