-
exoosg
exercis on osg programing in visuel basic c++
- 2013-11-09 19:19:42下载
- 积分:1
-
dxf
不错的一个VB控件。轻松读取DXF并绘图(有源代码)。程序比较简单,适合初学者(READ DXF FILES)
- 2020-07-02 10:40:02下载
- 积分:1
-
VC_show
说明: 用VC开发的界面程序,显示工业控制数据和状态信息(show the data and the status information of insustry control)
- 2010-04-26 21:37:19下载
- 积分:1
-
vc++bp
神经网络的BP算法,可以帮助识别汉字等其他文字(BP neural network algorithm, can help identify the characters and other text)
- 2008-12-09 19:03:15下载
- 积分:1
-
Gina1
可以替换windows登录的控制功能的gina.dll(replace widnows msgina.dll for login)
- 2010-10-21 19:12:21下载
- 积分:1
-
calculate
用MFC 开发的基于UDP协议的网络科学计算中心,比较适用于局域网内(Using MFC development agreement based on the UDP network Scientific Computing Center, more applicable to the LAN)
- 2009-02-02 23:05:47下载
- 积分:1
-
Libnidsdetect
利用Libnids开发包设计的检测攻击的源代码(use Libnids development kits designed detection of the source code attacks)
- 2007-03-26 12:50:54下载
- 积分: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
-
killkv2008
kill kv2008驱动vc 6.0工程,编译通过。(kill kv2008驱动工程,)
- 2009-12-29 01:15:36下载
- 积分:1
-
toolmenu
用ObjectARX开发AutoCAD的一个实例,这是做出来在AutoCAD中显示工具栏的一个例子(A sample for develop AutoCAD using ObjectARX, to display tool menu in AutoCAD.)
- 2005-07-16 12:09:12下载
- 积分:1