-
一在中国教书的印度人制作的C++课件,PPT格式。
一在中国教书的印度人制作的C++课件,PPT格式。-one in China to teach the Indians produced by the C courseware, PPT format.
- 2022-07-02 00:09:52下载
- 积分:1
-
这是一个选课系统.用c++做的.也只是一个算法程序,为用的人提供一个参考....
这是一个选课系统.用c++做的.也只是一个算法程序,为用的人提供一个参考.-Elective System. C used to do. Only one paper, for the provision of a reference.
- 2022-07-07 13:58:43下载
- 积分:1
-
一个关于扫雷的原代码
一个关于扫雷的原代码-a mine on the original code
- 2022-05-20 02:41:42下载
- 积分:1
-
C语言排序小集合,数据结构
C语言排序小集合,数据结构整理。快速排序,选择排序,归并排序,直接排序,冒泡排序。
- 2022-11-18 07:05:03下载
- 积分:1
-
software and schematic interface for programming NS77007 chip
software and schematic interface for programming NS77007 chip
- 2022-02-02 15:06:23下载
- 积分:1
-
Some Vc++ Small procedures, and some brilliant programming comparison, it is wor...
一些Vc++的小程序,有些比较精辟的编程,值得初学者学习。-Some Vc++ Small procedures, and some brilliant programming comparison, it is worth learning for beginners.
- 2023-04-24 20:25:02下载
- 积分:1
-
这是用vc++实现的小波变换,主要可以对图像进行三层的变换,并且可以得到经过高通、低通滤波之后的图像结果。...
这是用vc++实现的小波变换,主要可以对图像进行三层的变换,并且可以得到经过高通、低通滤波之后的图像结果。-Wavelet
- 2022-11-07 23:45:04下载
- 积分:1
-
重画矩形窗体标题,是简单易用的窗体美化源码,支持图片重画。...
重画矩形窗体标题,是简单易用的窗体美化源码,支持图片重画。-re-drawing of rectangular window title is a simple, easy-to-use source Form landscaping and support re-drawing pictures.
- 2023-07-11 16:20:03下载
- 积分: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
-
全程web应用建模的过程.rar
全程web应用建模的过程.rar-The whole process of web application modeling. Rar
- 2023-08-14 00:05:03下载
- 积分:1