-
USBPort
USB通信编程,获取USB设备信息,如果编译不通过,你需要下载NTDDK中的hidsdi.h 和 hid.lib文件等。(USB communication programming,get the USB devices informateion ,if there have link errors,you have to download the header files hidsdi. H, the library file hid. Lib,etc in the NTDDK.)
- 2012-06-27 11:13:14下载
- 积分:1
-
cn700_vc347772244
银行家算法的实现 vc++开发 有需要的可以下载使用(bankers algorithm development to achieve vc need can be downloaded use)
- 2005-06-30 10:37:21下载
- 积分:1
-
盛大传奇外挂源码
值的研究的一个外挂程序(value of a plug)
- 2005-02-01 17:13:47下载
- 积分: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
-
meanshift
Mean Shift,我们 翻译为“均值飘移”。其在聚类,图像平滑。图像分割和跟踪方面得到了比较广泛的应用。(Mean Shift)
- 2013-11-21 13:29:26下载
- 积分:1
-
GPU
基于GPU的GPS信号的并行捕获算法的研究(GPS signal parallel capture algorithm based on GPU)
- 2014-06-08 11:10:56下载
- 积分:1
-
CPPSRC-by-tricksr.ZIP
CPPSRC by tricksrone program scpirt for vbCPPSRC by tricksrone program scpirt for vb(CPPSRC by tricksrone program scpirt for vb)
- 2013-07-15 09:11:52下载
- 积分:1
-
Default.aspx
mutilple upload................................
- 2009-11-13 05:25:51下载
- 积分:1
-
vbchengxu
VB画图程序源码,VB画图程序源码,VB画图程序源码(VB Paint program source code)
- 2013-11-18 15:00:30下载
- 积分:1
-
模板匹配实例
模板匹配简单实例 可用于新手测试 与示范 用opencv实现(A simple template matching example can be used for the novice test and demonstration opencv implementation)
- 2021-03-01 19:19:34下载
- 积分:1