-
S3C44B0X Watchdog Timer application, alarm output
S3C44B0X WATCHDOG定时器的应用,报警输出-S3C44B0X Watchdog Timer application, alarm output
- 2022-04-30 23:15:39下载
- 积分:1
-
播放wav文件的VB控件
播放wav文件的VB控件-players wav file VB Controls
- 2022-05-20 03:36:27下载
- 积分:1
-
教务管理系统 用VC++实现 可以实现学校的教务管理系统的常用功能...
教务管理系统 用VC++实现 可以实现学校的教务管理系统的常用功能 -Educational management system with VC++ implementation can achieve the school" s academic management system commonly used functions
- 2022-03-20 12:27:26下载
- 积分:1
-
8×8点阵,按按钮会自动切换点扫描,切换开关。
8*8点阵,按下按键会自动切换点扫描,字母切换显示,左右滚动显示功能。-8* 8 dot matrix, press the button will automatically switch point scan, switch the letters show that around a rolling display.
- 2023-04-02 14:55:04下载
- 积分:1
-
aacplayer
aacplayer-0.1.zip aac音频压缩解码-aacplayer- 0.1.zip aac audio compression codec
- 2022-03-14 00:41:04下载
- 积分: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
-
Easy Hide and Unhide your Folder (Security Medium)
Easy Hide and Unhide your Folder (Security Medium)
- 2022-01-22 07:14:03下载
- 积分:1
-
在一个文件中翻转字节,并把它们写在
Flip bytes in a file and write them backwards-Flip bytes in a file and write them backwards...
- 2022-03-06 23:40:47下载
- 积分:1
-
C#在WINCE系统上播放声音
PDA数据采集器,采集异常数据数据时,发出警告声音。
- 2022-01-26 04:47:13下载
- 积分:1
-
螺旋矩阵生成算法。程序是语言的。
螺旋矩阵的生成算法。该段程序是由C语言编写。-spiral matrix generation algorithm. The procedure is of the C language.
- 2022-01-25 18:51:18下载
- 积分:1