-
CADIMPORT.NET
pcdmis-CADIMPORT插件源码(pcdmis-CADIMPORT plug-in source code)
- 2018-10-11 23:23:20下载
- 积分:1
-
longjiang2
自己第一次做的龙将2赌酒和快速跳过战斗的按键精灵源码(His first dragon 2 Dujiu and the fighting quickly skip QuickMacro source)
- 2013-05-21 22:16:05下载
- 积分:1
-
RS232-ACCESS-DEMO0.0.1
Qt写的RS232串口程序源码,需要者收了吧(RS232 by Qt)
- 2021-01-11 16:38:50下载
- 积分:1
-
DiskQueryManage
一个把自己的东西刻成光盘后自动查询和启动的原代码(one their own things statue CD automatically initiated inquiries and the original code)
- 2007-03-19 11:24:34下载
- 积分:1
-
DSP1
TMS320C6455的技术文档,包含DSP TMS320C6455的各种模块详细资料及一些学习DSP的资料,主要的是片伤支持函数API(TMS320C6455 technical documentation, including DSP TMS320C6455 details of the various modules and some DSP-learning materials, the main function is to support the API)
- 2010-08-01 23:14:20下载
- 积分:1
-
MsChartsale
说明: 一个能显示柱形图功能的源码,方便初学者使用。(A bar graph showing the function of the source code for beginners to use.)
- 2009-08-22 12:53:17下载
- 积分:1
-
SURVEY
导线网平差,测绘程序设计,希望你们的关注(Wire network adjustment, mapping program design, and I hope you concern)
- 2008-04-05 22:11:01下载
- 积分:1
-
软件注册窗口切换
说明: 软件注册窗口切换,VB6.0 源码,学习中……学习中……学习中……学习中……学习中……(Software Registration Window Switching)
- 2020-06-23 16:40:01下载
- 积分:1
-
diskchecksrv
监控硬盘剩余容量并删除最旧的文件,程序分主程序和设置二部分
(Monitoring of disk capacity and delete the old file, the program is divided into the main program and set two parts
)
- 2015-01-05 14:53:02下载
- 积分: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