-
zhizaoye
基于制造业的无线条码管理系统的设计与实现 无线条码管理系统的设计与实现(Based on the manufacturing of the wireless bar code management system design and Implementation)
- 2011-12-04 21:34:50下载
- 积分:1
-
VB-automatically-generate-G-code
VB自动生成G代码VB自动生成G代码VB自动生成G代码(VB automatically generate G-code)
- 2020-12-25 14:49:04下载
- 积分: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
-
ThreadSynchronization
一个用Mfc的临界区对象模拟线程同步问题(A critical area with Mfc simulation thread synchronization object)
- 2010-07-13 20:39:58下载
- 积分:1
-
studentresigter
此程序避免了对于大学期间的学生登记注册功能(This procedure avoids the college students for the registration function)
- 2009-10-19 10:28:13下载
- 积分:1
-
89765456
使MDI子框架窗口初始时最大化或最小化,VC++精选编程学习源码,很好的参考资料。(The initial MDI child frame window is maximized or minimized, VC++ select learning programming source code, a good reference.)
- 2013-12-01 18:08:06下载
- 积分:1
-
exoosg
exercis on osg programing in visuel basic c++
- 2013-11-09 19:19:42下载
- 积分:1
-
Solution
在VS2012+WDK8.0上面编写的PCI的驱动程序,采用的是WDF最新型框架程序,成功运行。(In VS2012+WDK8.0 written above PCI drivers, using the latest WDF framework program run successfully.)
- 2014-01-05 14:35:59下载
- 积分:1
-
yanhua_DLL
对研华运动控制卡API的封装,使调用更加简单,只需要几个函数即可完成80 以上的功能,同事提供DLL调用实例以及封装后的头文件和静态库文件(Advantech motion control card API package, making calls easier, you only need a few functions to complete more than 80 of the features, and colleagues provide examples DLL calls the header files and static library files encapsulated)
- 2014-12-12 15:26:09下载
- 积分:1
-
filesample
有关文件操作的源码,很有使用价值(source code about the file operation, very valuable)
- 2004-11-15 11:23:00下载
- 积分:1