-
Windows Mobile 手机应用的simple service开发示例
Windows Mobile 手机应用的simple service开发示例-Windows Mobile phone application development simple service example
- 2022-01-28 01:16:32下载
- 积分:1
-
获取密码文本密码输入框中的密码,比较实用的功能
获取密码文本密码输入框中的密码,比较实用的功能-Get the Password text box, enter the password for your password, more practical functions of
- 2022-01-24 15:26:02下载
- 积分:1
-
matlab下利用误差平方和函数集群
matlab下利用误差平方和函数集群-using Matlab square error and function Cluster
- 2022-03-09 21:35:37下载
- 积分:1
-
winceS3C2410的最新BSP,支持VGA和多串口
winceS3C2410的最新BSP,支持VGA和多串口-winceS3C2410 the latest BSP support VGA and serial number
- 2022-11-13 00:10:04下载
- 积分:1
-
一个c++编写的计算器,实现了一般的计算功能,适合MFC的初学者来阶段性的练笔。...
一个c++编写的计算器,实现了一般的计算功能,适合MFC的初学者来阶段性的练笔。-A calculator written in c++ to achieve the general computing power for MFC beginners to stage Lianbi.
- 2023-04-03 18:15:05下载
- 积分:1
-
基于c++语言的一个链表的实现程序,内置链表类函数.
基于c++语言的一个链表的实现程序,内置链表类函数.-Based on c++ Language procedures realize a list of built-list functions.
- 2022-07-05 00:18:21下载
- 积分:1
-
本程序通过一个导弹分行实验,描述了三维场景的发展前景,体现了可视化的作用...
本程序通过一个导弹分行实验,描述了三维场景的发展前景,体现了可视化的作用-This procedure branches through a missile test, describes the prospects for the development of three-dimensional scenes, reflects the role of visualization
- 2022-05-19 04:26:15下载
- 积分:1
-
:本文介绍了AutoCAD软件读取DXF文件类型,已SIM卡…
读取AutCAD软件中的dxf类型文件,经过简化修改和功能加强的修改-: This paper presents AutoCAD software to read the dxf file types, have been simplified and enhanced functionality to amend the amendment
- 2022-07-11 08:40:38下载
- 积分: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
-
以VB为Visual Studio 2005 rotatedtext源代码
用VB编写的Visual Studio 2005的RotatedText源代码
- 2023-06-28 04:20:03下载
- 积分:1