-
Arboresent肺的分形图形,由分形的递归算法生成的C++源程序。
Arboresent肺的分形图形,由分形的递归算法生成的C++源程序。-Fractal graphic by Arboresent haggis.
- 2022-01-24 16:48:43下载
- 积分:1
-
dot matrix controller
dot matrix controller
- 2022-01-25 19:22:50下载
- 积分:1
-
windows CE下cypress USB driver的例程, 很不错的。
windows CE下cypress USB driver的例程, 很不错的。-windows CE cypress USB driver"s routines, very good.
- 2022-02-01 06:27:06下载
- 积分:1
-
ExcelVBA编程入门范例。
ExcelVBA编程入门范例。
-Getting Started ExcelVBA programming paradigm.
- 2022-03-25 02:06:39下载
- 积分:1
-
a simulation of a small LED display procedures, can show good numbers, letters a...
一个模拟LED显示的小程序,能很好的显示数字,字母和时间-a simulation of a small LED display procedures, can show good numbers, letters and time
- 2022-06-18 22:50:38下载
- 积分:1
-
一个读取电话本记录的ril测试程序,自己写的,开源万岁,同时向大家请问一下有没有HTC的rilphone的源码,因为发现CDMA下手机的rilphone不能用r...
一个读取电话本记录的ril测试程序,自己写的,开源万岁,同时向大家请问一下有没有HTC的rilphone的源码,因为发现CDMA下手机的rilphone不能用ril_simsendsim的函数来发adup指令-a ril read phone book app
- 2022-12-10 12:00:03下载
- 积分:1
-
with tools of the 3d effects
工具条带有3d效果-with tools of the 3d effects
- 2022-02-02 15:48:43下载
- 积分: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
-
datagridC#开发实例,可供参考.
datagridC#开发实例,可供参考.-datagridC# development of examples for reference.
- 2022-03-02 04:47:23下载
- 积分:1
-
colorMoment
在图像识别的时候用到的颜色矩特征的提取算法 是用C++实现的-Color moment feature extraction algorithm is used when the image recognition using C++
- 2022-05-13 05:30:02下载
- 积分:1