-
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
-
openGL
OPenGL讲义,本人利用课余时间总结的的比较的好的讲义,打包下载,里面有三个哦(OPenGL handouts, I use their spare time to sum up the relatively good notes, download package, there are three oh)
- 2014-01-03 10:42:05下载
- 积分:1
-
NAT-P2P
vc写的穿透NAT例子。很不错 又说明文件(vc write NAT example of penetration. Also very good note)
- 2020-10-02 16:07:41下载
- 积分:1
-
midia4vb
一个可以自动播放的软件,适合学校广播。用VB写的。在我们公司开晚会时用过。(can automatically broadcast a software suitable for broadcasting school. VB writes. We opened the evening at another.)
- 2007-04-30 11:06:41下载
- 积分:1
-
test
用VC++6.0,通过OCX组件对力控组态软件的二次开发,实现油标准密度的计算(With VC++6.0, through OCX control configuration software component of the force the secondary development of the oil standard density calculation to achieve)
- 2010-06-29 14:43:34下载
- 积分:1
-
86585686799
CDtoWAVE转换器,VC++经典编程源码,很好的参考资料。(The CDtoWAVE converter, VC++ classic programming source code, a good reference.)
- 2013-11-15 10:24:53下载
- 积分:1
-
Using-VC-and-realize-the-AVS
针对磁流体力学数值模拟程序MHD的特点,根据跟踪处理的思想,设计可视化模块。在AVS/EXPRESS的开发环境下,使用VisualC++和’VisualFORTRAN混合编程达到实时显示数值模拟程序计算中产生的结果的目的。(MHD numerical simulation for MHD characteristics, according to the tracking process of thinking, design visualization module. In AVS/EXPRESS development environment, using VisualC++ and ' VisualFORTRAN mixed programming to achieve real-time display in the numerical simulation program to calculate the result of purpose.)
- 2020-11-21 10:59:36下载
- 积分:1
-
spezializations-domain
rossler混沌系统图像,u取不同参数时的6种混沌状态,很好(Rossler chaotic system image, when u get different parameters of 6 kinds of chaotic state, very good)
- 2017-08-06 21:35:24下载
- 积分:1
-
Newspaper-subscription
报刊订阅管理系统.能够实现报刊订阅的基本功能,包括新报刊信息的录入、订阅、查询等操作以及后台数据库的备份和恢复。用户合法注册后必须输入有效密码才能成功进入此系统,可以进行订阅报刊,查询信息,统计信息等操作。对于非法操作,系统有识别和防护措施。
3)元件库存管理:库存的出、入库功能;
4)元件销售统计:统计日、月、季和年的销售量
5)元件查询功能:可对库存、销售进行查询。
(Newspaper subscription management system. To achieve the basic functions of subscriptions, including new press information input, subscription information, operation, and back-end database backup and recovery. After registration the user must enter a valid legal order to successfully enter the system password, you can subscribe to newspapers, query information, statistics, and other operations. For the illegal operation, system identification and protection measures. 3) component inventory management: out of stock, storage functions 4) components sales statistics: Statistics Day, monthly, quarterly and annual sales of 5) element query function: to inventory and sales inquiries.)
- 2011-05-28 12:06:55下载
- 积分:1
-
Tgbnp
Table modification control, suitable for browsing while modifying, for better data record editing
- 2018-11-05 17:48:03下载
- 积分:1