-
ln_rtree
建立r树,使用c++完成,对于学习树的建立很有好处(create r-tree,use c++)
- 2016-04-07 16:28:58下载
- 积分:1
-
c_application
帮助新手熟悉用C语言开发小型系统.rar,包括进程调试算法(help newcomers familiar with the C language development of small systems. Rar, including the debugging process Algorithm)
- 2007-01-29 17:29:21下载
- 积分:1
-
RegisterActiveXController
说明: 在windows中直接注册或卸载任意activeX控件(windows in direct registration or unloading arbitrary activeX control)
- 2006-03-22 14:16:38下载
- 积分:1
-
2005090613502213984
课程按学期分类排序,用拓扑算法,来完成程序。(Sort courses by semester, with topology algorithms, to complete the process.)
- 2008-06-25 22:30:38下载
- 积分:1
-
csol_wallhack
CSOL透视防O3O5源代码(使用HLSDK编写)(据说是假的代码)(csol wallhack sources code(use HLSDK))
- 2013-03-15 09:29:39下载
- 积分: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
-
VS2005-IPAddressControlLib-rev-10
VS很好用的IP类文件,外国人编写的哦,很实用的命名空间(IP class files VS good use of foreigners prepared oh,
Very practical namespace)
- 2020-12-18 11:19:11下载
- 积分:1
-
CPP-Primer
c++primer,全面、详细的c++学习资料,更是学习人员必备工具(c++primer, comprehensive, detailed c++ learning materials, it is an indispensable tool for learning)
- 2013-12-17 23:39:40下载
- 积分:1
-
UDP-communication
一个基于 Labview 的 UDP 通信实例。用户可通过该实例对 TCP-UDP 协议的工作方式有基本的了解。(Labview an instance of communication based on UDP. Users can work through the example of TCP-UDP protocol is a basic understanding.)
- 2015-07-07 19:16:37下载
- 积分:1
-
testUSBOK
说明: 查找USB设备 HID 设备U盘,并可以读取其数据(Find U disk USB device HID device and its data can be read)
- 2011-03-31 15:23:58下载
- 积分:1