-
ATmeag16单片机ADC转换,通过实验仿真通过
ATmeag16单片机ADC转换,通过实验仿真通过-ATmeag16 MCU ADC conversion
- 2022-08-25 05:34:28下载
- 积分: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
-
A very funny small program which has a unexpectable result
[趣味其他] 一个非常有趣的小程序 2002-04-22 21 33375 一个非常有趣的小程序,会有令你意想不到的结果哟!-A very funny small program which has a unexpectable result
- 2022-09-13 21:50:02下载
- 积分:1
-
使用WebService服务帮助翻译的功能研究
使用WEBSERVICE翻译的功能对于学习WEBSERVICE有帮助-Use Translations WEBSERVICE study the function of WEBSERVICE for help
- 2023-07-08 09:35:03下载
- 积分:1
-
这本电子C语言书浅显易懂,非常适合初学者快速理解C语言.
这本电子C语言书浅显易懂,非常适合初学者快速理解C语言.-C Primer Plus
- 2022-05-23 15:08:26下载
- 积分:1
-
是一些制作mp3的资料,主要包括mp3的制作方案等等。
是一些制作mp3的资料,主要包括mp3的制作方案等等。-mp3 produced some information, including mp3 and so on the production program.
- 2022-08-08 16:02:51下载
- 积分:1
-
classic sequencing procedures. All Northern
经典排序程序。北航所有-classic sequencing procedures. All Northern
- 2022-04-24 19:44:29下载
- 积分:1
-
Frequency_Response for learning...
Frequency_Response for learning-Frequency_Response for learning...
- 2022-03-24 15:43:27下载
- 积分:1
-
信箱应用程序接口的使用
信箱应用程序接口的使用-Box Application Programming Interface use
- 2022-01-26 02:04:08下载
- 积分:1
-
VB制作的自动取款机取款代码,是小弟我自己做的,有许多不足,请多多指教...
VB制作的自动取款机取款代码,是小弟我自己做的,有许多不足,请多多指教
-VB produced automatic teller machine withdrawals code, is the younger, I do for myself, there are many deficiencies, exhibitions
- 2022-01-21 21:02:53下载
- 积分:1