-
主要实现在程序之中加入一幅位图的功能程序源代码
主要实现在程序之中加入一幅位图的功能程序源代码-Main realize in the process of adding a function of bitmap source code
- 2022-07-09 16:59:23下载
- 积分:1
-
a worthy reference menu
一个值得参考的菜单-a worthy reference menu
- 2022-05-08 09:09:45下载
- 积分:1
-
javascript 写的很好用的树型菜单
javascript 写的很好用的树型菜单-was a good use of the tree menu
- 2023-04-04 14:45:04下载
- 积分:1
-
zhshibu shi duo d a dfdafa
zhshibu shi duo d a dfdafa
- 2023-02-17 11:10: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
-
一个可视化编程的综合例子,可以实现简单的绘图并且在按下M键后会有一个位图沿着刚画好的图形运动。...
一个可视化编程的综合例子,可以实现简单的绘图并且在按下M键后会有一个位图沿着刚画好的图形运动。-An integrated visual programming examples, you can achieve a simple drawing and press the M key will have a bitmap along the newly drawn graphics movement.
- 2023-03-24 09:25:03下载
- 积分:1
-
This is my just completed JPEG2000 on the C language of some of the procedures....
这是我刚刚完成的关于JPEG2000的C语言实现的部分程序。小波变换是采用97变换。欢迎大家给些建议,。 -This is my just completed JPEG2000 on the C language of some of the procedures. The wavelet transform is used transform 97. You are welcome to these proposals.
- 2022-10-11 12:25:02下载
- 积分:1
-
象Windows3.1一样的非立体边框的平坦菜单
象Windows3.1一样的非立体边框的平坦菜单-The flat menu which likes the menu in Windows3.1
- 2022-07-02 04:29:23下载
- 积分:1
-
this paper is introduced in Visual C# programming on the menu, they may encounte...
本文主要是介绍了在用Visual C#进行有关菜单编程中,可能遇到有些问题。在解决这些问题的时候主要用到的是名称空间System.Windows.Forms中定义的二个对象MainMenu、MenuItem和这二个对象中定义的一些方法。当然这些方法还有一些其他的用法,有兴趣的读者可以参考有关书籍和浏览MSDN网站。-this paper is introduced in Visual C# programming on the menu, they may encounter some problems. In addressing these issues when the major use of the name space is defined in the System.Windows.Forms two MainMenu object, and that two MenuItem object definition of the method. Of course there are other methods to use, interested reader can refer to the books and visit the MSDN website.
- 2022-02-10 12:48:36下载
- 积分:1
-
相关方法:
PictureBox.point(x,y)得到(x,y)点的RGB值
PictureBox.PSet(x,y) z: 设置(x,y)点的颜...
相关方法:
PictureBox.point(x,y)得到(x,y)点的RGB值
PictureBox.PSet(x,y) z: 设置(x,y)点的颜色为z颜色
不过这里的picture Load进来后要进行转换,因为不是按照像素值来进行的。
-correlation method : PictureBox.point (x, y) be (x, y) of the RGB values PictureBox.PSet (x, y) z : Setting up the (x, y) of the color of color z But the picture here after coming here to Load for conversion, because it is not in accordance with the pixel value to the.
- 2023-09-05 12:30:04下载
- 积分:1