-
WindowsDeviceDriverCode
说明: windows设备驱动开发,使用最新的WDF模型(windows Driver Development using WDF)
- 2010-04-07 10:29:29下载
- 积分:1
-
ad
dsp 抽样定理程序代码 A/D转换的基本过程和程序处理过程 (dsp sampling theorem code A/D conversion processing of the basic processes and procedures)
- 2013-08-12 20:00:42下载
- 积分: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
-
positive-inverse-solution
并联六自由度上位机vb程序,自带正解逆解程序和实时曲线显示( This is the VB program of Parallel six degrees of freedom , with the positive solution and the inverse solution procedure and real-time curve display)
- 2015-12-06 19:44:18下载
- 积分:1
-
PenDemo
vc——使用不同的画笔绘制图形PenDemo的程序源码,很不错的demo(vc- use different brushes to draw graphics PenDemo the program source code, very good demo)
- 2011-08-17 22:04:02下载
- 积分:1
-
Windows-jiemianbiancheng
windows界面编程的代码,,基本的界面操作都可以实现。(windows programming interface code. .)
- 2013-04-20 16:45:09下载
- 积分:1
-
HDF
利用vc++读取文件,
这是一个可以利用vc++读取modis 下载的HDF各类数据文件的源码,可以将数据放置在二维数组当中(Use vc++ read the file, which is that one can use to read modis vc++ download source HDF various types of data files, the data can be placed in a two-dimensional array of them)
- 2015-12-18 10:12:10下载
- 积分:1
-
udp
说明: 采用udp方式实现的数据传输,简单实用,修改后可以传输文件(Udp achieved by way of data transfer, simple and practical, you can transfer files modified)
- 2010-04-08 19:36:13下载
- 积分:1
-
Banks_Tran1792759122004
Software for Banking Purpose
- 2014-11-27 03:11:10下载
- 积分:1
-
CPPPrimer
C++_Primer中文第四版(含习题解答+源码),很好的vc入门书(Chinese fourth edition (including exercises answers+ source), a good introductory book vc)
- 2013-07-25 14:31:00下载
- 积分:1