-
01-简单网络聊天室-01-Simple Network Chat Room
- 2022-03-24 21:10:05下载
- 积分:1
-
C51驱动PM2.5芯片源码
C51驱动PM2.5芯片源码,基于KEIL MDK的C51版本开发的PM2.5传感器驱动代码,内部附有文档和说明,也有直接可以用的可执行文件。方便二次开发,对PM2.5环境监测的学习具有深远意义。
- 2022-02-05 07:46:47下载
- 积分:1
-
Delphi 7组件与分布式应用开发
Delphi 7组件与分布式应用开发-Delphi components and Distributed Application Development
- 2022-05-19 13:55:44下载
- 积分: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
-
用vc调用java。。。需要改变环境变量的设置
用vc调用java。。。需要改变环境变量的设置
- 2022-03-07 04:04:16下载
- 积分:1
-
调用摄像头代码
调用摄像头的代码,用mfc做的可以调用自己电脑的摄像头,当作练习了,没有太多复杂的东西,菜鸟当练手了......
- 2022-01-31 11:26:32下载
- 积分:1
-
图形的绘制,如何使用自定义画笔(颜色,线宽,线型)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览...
图形的绘制,如何使用自定义画笔(颜色,线宽,线型)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。-graphics rendering, since the definition of how to use a paintbrush (color, line width, linear). How procedures for adding options menu and the option to set up the dialog box, use the standard color dialog, how to use the Font dialog box, the dialog box options to achieve preview function. Implementation Options dialog window and type of data exchange. How to change the dialog and control the background color, how to change the text color control, the right button controls special treatment. How in the window shows a bitmap.
- 2022-02-21 21:15:06下载
- 积分:1
-
The sample demo workspace includes two projects: DIB Test for Win32 environments...
The sample demo workspace includes two projects: DIB Test for Win32 environments, and DIB CE for CE environments that demonstrate the DIB wrapper. You will need the CE SDKs from Microsoft to be installed before you can build DIBSectionTestCE.dsw. There is also a version of the DIBSection wrapper ported by Kenny Goers with no dependancies on MFC. This version is currently slightly out of sync with the MFC version, and is provided as a convenience only. -The sample demo workspace includes two projects: DIB Test for Win32 environments, and DIB CE for CE environments that demonstrate the DIB wrapper. You will need the CE SDKs from Microsoft to be installed before you can build DIBSectionTestCE.dsw. There is also a version of the DIBSection wrapper ported by Kenny Goers with no dependancies on MFC. This version is currently slightly out of sync with the MFC version, and is provided as a convenience only.
- 2022-02-13 04:08:03下载
- 积分:1
-
USB HID example code
USB HID example code
- 2022-04-12 13:00:06下载
- 积分:1
-
This is the preparation of VC based TCP mailing acceptable to the application.
这是用VC++编写的基于TCP协议的邮件发送可接受的应用程序。-This is the preparation of VC based TCP mailing acceptable to the application.
- 2022-07-07 11:11:52下载
- 积分:1