-
VISUAL C++ Sobel edge detection image processing in addition to median filtering...
VISUAL C++ 图像处理 SOBEL边缘检测外加中值滤波。-VISUAL C++ Sobel edge detection image processing in addition to median filtering.
- 2022-03-18 21:58:45下载
- 积分:1
-
一个基于MFC菜单、工具栏和状态栏的应用程序,包括两个菜单的切换、右键弹出式菜单、工具栏的切换、状态栏信息格的添加等功能。...
一个基于MFC菜单、工具栏和状态栏的应用程序,包括两个菜单的切换、右键弹出式菜单、工具栏的切换、状态栏信息格的添加等功能。-MFC-based menus, toolbars, and status bar of the application, including the two menus to switch, right pop-up menus, tool bar switch, the status bar to add features such as the information grid.
- 2022-01-25 17:32:50下载
- 积分:1
-
TIAeverMainMenu can operate the main menu and the main pop
TIAeverMainMenu可以操作主菜单和主弹出式菜单的控件。-TIAeverMainMenu can operate the main menu and the main pop-up menu controls.
- 2022-03-12 16:59:44下载
- 积分:1
-
直画菜单,可以插入图标等,很不错的源码
直画菜单,可以插入图标等,很不错的源码-Direct painting menu, you can insert icons and so on, very good source
- 2022-05-29 02:41:08下载
- 积分:1
-
- 2023-04-18 21:35:04下载
- 积分:1
-
比较经典的菜单程序,美观大方,值得我们大家研究。
比较经典的菜单程序,美观大方,值得我们大家研究。-more classic menu procedure, pleasing to the eye, we deserve study.
- 2022-11-04 13:25:03下载
- 积分:1
-
在 c + + 中动态内存分配
需要使用结构、 指针和数组来开发这个程序。
- 2023-03-22 19:35:03下载
- 积分:1
-
实现Serialize方法保存/恢复菜单项信息。
实现Serialize方法保存/恢复菜单项信息。-Realise Serialize method to save and restore the menu information
- 2022-02-07 02:21:15下载
- 积分:1
-
用vc++.net开发,一个简单的位图浏览工具。
用vc++.net开发,一个简单的位图浏览工具。
-with vc. Net development, a simple bitmap viewer.
- 2022-08-15 16:13:44下载
- 积分:1
-
1.BOOL OnCommsCreate(CWnd* pParentWnd)
创建串口,本DLL同时创建5个串口。pParentWnd为窗口指针,一般为t...
1.BOOL OnCommsCreate(CWnd* pParentWnd)
创建串口,本DLL同时创建5个串口。pParentWnd为窗口指针,一般为this。
2. BOOL OnComportOpen()
根据串口设置文件中的设置参数,打开多串口。
3.void OnCommSend(unsigned int uiCom, CString sSendData, unsigned int uiKind)
往指定串口发送数据。其中uiCom为指定的串口,注意串口1的uiCom为0;sSendData为要发送的字符串; uiKind: 发送数据类型:0:原始数据 1:加回车符 2:加校验和。
4.void OnMscommsSet()
打开串口设置界面,改变串口设置,并保存到设置文件中。
5.BOOL OnComportTimerProcess(CString strProcess[MaxPort])
判断串口接收的一组数据是否已经接收完。
6. BOOL OnPopupDialog()
打开串口收发数据显示调试界面。
7. BOOL OnGetPortUse(unsigned int uiCom) .
判断指定串口是否使用。
8. BOOL OnGetPortExit(unsigned int uiCom)
判断指定串口在本机上是否存在。
9. void OnPortClose(unsigned int uiCom)
关闭指定串口。
10. void OnPortOpen(unsigned int uiCom)
打开指定串口。
11. void OnCloseAllPorts()
关闭所有串口。
12. void OnOpenAllPorts()
打开所有串口。
-1.BOOL OnCommsCreate (CWnd* pParentWnd) Serial create the DLL while creating five serial. PParentWnd pointer to the window, but generally this. 2. BOOL OnComportOpen () Serial document under the
- 2022-01-22 14:42:47下载
- 积分:1