-
school vc when doing a simple calculator, can be imported to facilitate an input...
学vc++的时候做的一个简单的计算器,可以输入括号方便一次输入-school vc when doing a simple calculator, can be imported to facilitate an input brackets
- 2022-08-06 14:39:42下载
- 积分:1
-
资源加载DLL
资源加载,DLL,windows应用程序,以一个简单的例子掩饰从内存中加载DLL的方法,比较有价值。
- 2022-06-11 22:28:08下载
- 积分:1
-
如果你看烦了Windows的开始菜单,那就下这个程序,让你的Windows的开始菜单变成另外一个程序,让你看的舒服...
如果你看烦了Windows的开始菜单,那就下这个程序,让你的Windows的开始菜单变成另外一个程序,让你看的舒服-If you look at pretty annoying Windows start menu, then under this procedure, make your Windows Start menu into another program, let you look at the comfortable
- 2022-07-10 18:19:42下载
- 积分:1
-
在应用程序中最近经常使用文件的维护。人性化程序设计的重要环节。...
在应用程序中最近经常使用文件的维护。人性化程序设计的重要环节。-Recently, in the application of the maintenance of frequently used documents. Humanized an important part of program design.
- 2022-02-02 16:40:30下载
- 积分:1
-
这是个在MDI中的右键菜单的例子,并且做了分割,大家可以参考参考!...
这是个在MDI中的右键菜单的例子,并且做了分割,大家可以参考参考!-This is in the MDI menu in the example, and make the partition, we can refer to reference!
- 2022-03-20 00:38:38下载
- 积分:1
-
象Windows3.1一样的非立体边框的平坦菜单
象Windows3.1一样的非立体边框的平坦菜单-The flat menu which likes the menu in Windows3.1
- 2022-07-02 04:29:23下载
- 积分:1
-
A self
一个自绘菜单类,加入你的工程就可以直接用,非常漂亮的右键菜单。-A self-drawn menu class, by adding your project can be directly used, very good menu.
- 2023-01-12 00:25:04下载
- 积分:1
-
VC produced a similar WORD navigation menu Demonstration Program
一个利用VC++制作的类似WORD导航菜单的演示程序-VC produced a similar WORD navigation menu Demonstration Program
- 2023-05-03 10:10:03下载
- 积分:1
-
计划提醒器,用来提醒重要的事情,会弹出提示框,很好用,而且也非常实用。 注意 设置菜单在任务栏里!...
计划提醒器,用来提醒重要的事情,会弹出提示框,很好用,而且也非常实用。 注意 设置菜单在任务栏里!-reminder for the plan, to remind the important thing will pop-up boxes, useful, but also very practical. Attention to the Setup menu in the task bar!
- 2022-09-29 16:05:03下载
- 积分: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