-
一个模仿Office 2007风格的工具条(组合)空间代码
一个模仿Office 2007风格的工具条(组合)空间代码-a copy of Office 2007 style tools (portfolio) space code
- 2022-02-13 00:00:06下载
- 积分:1
-
该软件实现了在菜单中显示位图,对于编写各种界面的程序提供了一个小小的参考,希望大家喜欢。...
该软件实现了在菜单中显示位图,对于编写各种界面的程序提供了一个小小的参考,希望大家喜欢。-the software of the menu bitmap display, for the preparation of various interface provides a small reference, hope you like them.
- 2022-03-25 20:02:26下载
- 积分:1
-
- 2023-04-18 21:35:04下载
- 积分:1
-
matlab编写的自适应下的simulink
matlab编写的自适应下的simulink-Matlab Adaptive prepared under the Simulink
- 2022-03-09 23:29:19下载
- 积分:1
-
使用C#编写,仿照OUTLOOK2003菜单工具条,可以做工具型窗口参考
使用C#编写,仿照OUTLOOK2003菜单工具条,可以做工具型窗口参考-prepared to use C#, modeled on the OUTLOOK2003 menu of tools that can be done reference tool-type window
- 2022-08-24 04:26:25下载
- 积分:1
-
a good XP style similar pop
一个很好的类似XP风格的弹出菜单,可以自己添加菜单图标,同时菜单项目选择后图标可以更换显示选择状态。-a good XP style similar pop-up menu, can add their own menu icon, choose the menu item icon can be replaced after the selection show.
- 2022-10-13 10:45:03下载
- 积分:1
-
windows 界面 高级应用
windows 界面 高级应用-windows interface Advanced Application
- 2022-06-03 18:19:21下载
- 积分:1
-
很酷的类似Visual Studio .net里的带阴影的菜单。
很酷的类似Visual Studio .net里的带阴影的菜单。-Very cool menu like the menu in Visual Studio .net which has shadow
- 2022-03-21 05:03:43下载
- 积分:1
-
option components of a model procedures, including the source code
关于一个选项组件的示范程序,包含了源代码-option components of a model procedures, including the source code
- 2022-01-26 04:39: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