-
CommTest485
测试com口程序Private Sub Form_Load()
Dim I As Integer
Dim Msg As String
Me.Enabled = False
Msg = 串行端口通讯测试 V & App.Major & . & App.Minor & App.Revision
cboCommSettings.Text = GetSetting(App.EXEName, frmCommTest , CommSettings , 2400,N,8,1 )
Me.Show
Me.Refresh
With MSComm1
For I = 1 To 16
Me.Caption = Msg & - 测试通讯端口:COM & I & ...
Me.Refresh
Delay 100
On Error Resume Next
.CommPort = I
.Settings = 2400,N,8,1
.PortOpen = True
.PortOpen = False
If Err = 0 Then cboCommPort.AddItem COM & Trim(I)
Next I
End With
cboCommPort.ListIndex = 0
optCommData(0).Value = True
Me.Caption = Msg & (Programming by WJY)
Me.Refresh
If cboCommPort.ListCount = 0 Then MsgBox 程序检测不到可用的串行端口!
Me.Enabled = True
End Sub
(test com port)
- 2015-07-23 10:40:18下载
- 积分:1
-
PDF.Password.Remover.V3.1.Cracked
PDF Password Remover v3.1是一款用来破解PDF文件密码以及相关权限的软件。PDF文档以其完整的排版及显示特性,早已成为事实标准。很多资料保存为PDF 格式,便于分享,也利于保护版权,因为 PDF有一套完整的体系。(This Tool is a PDF Password Remover v3.1 tool.)
- 2021-04-23 10:48:48下载
- 积分:1
-
56736264
动态改变控件尺寸,VB精选编程学习源码,很好的参考资料。(When running the VB control intelligent or selected learning programming source code, VB select learning programming source code, a good reference.)
- 2013-11-24 23:15:03下载
- 积分:1
-
Farm-Manage-OS
农场管理系统的C++实现
系统具有版本控制及基本的数据库管理功能
问题描述:农场主手下有经理、工人等人类。还有各种动物。这个系统能对不同操作对象(农场主、经理、工人等)提供不同操作权限。能够基本模拟农场的运行模式(Farm management system c++ implementation of the system with functions of version control and basic management problem description: farmers had managers, workers and other human beings. There are all kinds of animals. Can the system for different operating object (farmers, managers, workers, etc.) to provide different operating authority. The mode of the basic simulation to farm)
- 2016-03-29 23:53:38下载
- 积分:1
-
Thk
VB程序太平洋 sendmessage的使用(The Pacific sendmessage use VB program)
- 2017-04-15 07:09:02下载
- 积分:1
-
Payroll
Payroll Management System in vb6
- 2017-04-26 00:57:33下载
- 积分:1
-
LNode
1、 随机产生或键盘输入一组元素,建立一个带头结点的单向链表(无序)。
2、 遍历单向链表。
3、 把单向链表中元素逆置(不允许申请新的结点空间)。
4、 在单向链表中删除所有的偶数元素结点。
5、 编写在非递减有序链表中插入一个元素使链表元素仍有序的函数,并利用该函数建立一个非递减有序单向链表。
6、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递增链表。
7、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递减链表。
8、 利用算法1建立的链表,实现将其分解成两个链表,其中一个全部为奇数,令一个全部为偶数(尽量利用已知的存储空间).
9、 利用单向链表实现一元多项式的存储并实现两个多项式相加并输出结果。
10、 在主函数中设计一个简单的菜单,分别调试上述算法。
(visual c)
- 2009-03-26 10:10:27下载
- 积分:1
-
ListDemo
CListCtrl控件的一个例子,教你学会控件的使用方法,如何设置等基础技巧,例子运行效果请看截图,其它的就不多说了,有需要的就下载源码吧,VC6.0可直接编译。(CListCtrl control an example to teach you how to control the use of methods, how to set up basic skills such as, for example, run effect see screenshot, the other is not to say, there is a need to download the source code it, VC6.0 compiled directly.)
- 2013-04-16 19:04:19下载
- 积分:1
-
TestWindowsServer
Windows服务的源码,实现了Windows服务的整个过程,可直接使用(Source Windows services, Windows services to achieve the whole process, and can be used directly)
- 2013-11-28 10:01:18下载
- 积分:1
-
ClientImformationSystem
MFC的增删查改基本功能的实现,对于初学者来说还算不错(MFC s basic CRUD functionality, pretty good for beginners)
- 2020-11-07 21:49:55下载
- 积分:1