-
SerialPortElf
调试使用的串口助手,程序源码,功能齐全,可以调试程序(Serial Port Assistant for Debugging, Program Source Code, Full-featured, Debugging Program)
- 2019-03-13 22:54:42下载
- 积分:1
-
doceditor
说明: 记事本源码,类似写字板的VB6文档编辑器实例程序(Notepad source code, sample program similar to WordPad VB6 document editor)
- 2020-06-22 19:54:25下载
- 积分:1
-
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
-
SetDrv
一个以服务方式加载和卸载驱动的命令行工具。(A loading and unloading services-driven command-line tool.)
- 2009-02-25 20:56:41下载
- 积分:1
-
11DriverDemo
说明: 驱动编程演示,献给刚出道或想出道的VC++ Coder们。(Demo-driven programming, dedicated to fledgling or come up with Road VC++ Coder are.)
- 2006-03-26 00:25:01下载
- 积分:1
-
MultiThreading
FGMultiThreading,halcon多线程实现图像抓取,图像处理
运行环境:vs2013,c++,MFC,
主要针对图像读取,二维码识别,多线程处理(FGMultiThreading, Halcon multi-threaded image capture, image processing
Operating environment: vs2013, c++, MFC,
Mainly for image reading, two-dimensional code recognition, multi-threading processing)
- 2020-06-19 21:40:02下载
- 积分:1
-
PKI
pki 功能文档,对初学者有很大帮助,可以了解pki的相关功能(pki doc useful for beginner)
- 2009-02-13 15:57:49下载
- 积分:1
-
GIS
从网站上找的一个GIS开发的小例子,很好,希望对大家有帮助(From the site to find a small example of GIS development, good, I hope all of you help)
- 2009-07-01 18:00:09下载
- 积分:1
-
Human_Resources_Management_System
humar resourse management
- 2009-04-19 17:15:18下载
- 积分:1
-
mmsp_php
拥有强大的后台管理功能,管理界面清爽美观,代码干净简洁!各大搜索引擎收录良好!程序还带有防SQL注入及跨站攻击功能,后台实现:网站初始设置、网站公告管理、网站SEO优化管理、站点广告管理、服务器信息探测(Has a strong background in management, management interface beautiful fresh, clean and simple code! Good record in major search engines! Procedures with anti-SQL injection attacks and cross-site capabilities, the background to achieve: the initial Web site settings, site notice management, website SEO optimization management, advertising management site, the server information to detect)
- 2009-04-13 22:18:32下载
- 积分:1