-
汇编计算器代码,非常实用,希望你们喜欢,
汇编计算器代码,非常实用,希望你们喜欢,-Compilation calculator code, very useful, and I hope you like it,
- 2022-03-20 22:31:56下载
- 积分:1
-
我写的一个控件,可以通过串口发送数据到LED显示屏,支持中午,支持bmp图形,广大排队叫号软件显示屏程序开发者可以借鉴!...
我写的一个控件,可以通过串口发送数据到LED显示屏,支持中午,支持bmp图形,广大排队叫号软件显示屏程序开发者可以借鉴!-I wrote a control that can send data via serial port to the LED display, support at noon, support bmp graphics, the majority of the software line called number display application developers can learn from!
- 2022-08-02 21:03:31下载
- 积分:1
-
获取硬件设备信息的delphi单元
获取硬件设备信息的delphi单元-access to the information hardware modules delphi
- 2022-01-26 07:22:40下载
- 积分:1
-
此程序是DOS下的用来枚举USB设备接口的一个小程序
此程序是DOS下的用来枚举USB设备接口的一个小程序-This procedure is used under DOS enumerate USB device interface, a small program
- 2022-01-27 21:31:13下载
- 积分:1
-
该程序能让你将一个小数的整数部分每个三位加一个逗号显示。很好的字符串处理小程序。...
该程序能让你将一个小数的整数部分每个三位加一个逗号显示。很好的字符串处理小程序。-The program allows you to a decimal integer part of each of the three shows plus a comma. Very good deal with a small string procedures.
- 2023-08-21 14:35:04下载
- 积分:1
-
用VC对面的编程与应用
用VC对面的编程与应用- And applies with the VC opposite programming
- 2022-02-15 05:53:02下载
- 积分: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
-
员工管理系统
适合作为Struts框架入门练习的案例。数据库表包含最为常见的员工表和用户表。方便代码的阅读和理解。基本的增删改查操作均通过了测试,基本功能已经完善。
- 2022-11-09 15:00:04下载
- 积分:1
-
今年百度之星程序设计竞赛6月1日初赛时的程序
今年百度之星程序设计竞赛6月1日初赛时的程序-Star of this year, Baidu Programming Contest June 1st, when the first round of the procedures
- 2023-06-27 22:05:03下载
- 积分:1
-
Teach Yourself Borland C++ Builder in 21 Days.
Teach Yourself Borland C++ Builder in 21 Days.
- 2022-02-06 05:47:26下载
- 积分:1