-
vcadodaoadb
这是一个用vc6.0写的数据库,里面有ado,dao,adb编程!(This is a database used vc6.0 write, there are ado, dao, adb programming!)
- 2008-04-28 11:23:22下载
- 积分:1
-
cmpp3.0
中国移动互联网短信网关接口协议(China Mobile Internet SMS Gateway Interface Protocol)
- 2004-11-08 09:35:28下载
- 积分:1
-
Joseph-problem
有N个小孩围坐成一个圆,从某个小孩开始顺序报数,报到M的小孩从圈子中离开,
从下一个小孩重新开始报数。每报到M相应的小孩从圈子离开,
最后一个离开圈子的小孩为胜者。
(N children sitting in a circle, the start sequence from one child reported the number to report child of M from the circle to leave and re-start from the next child reported number. Registration M corresponding child away from the circle, the last child to leave the circle for the winner.)
- 2012-10-22 09:59:34下载
- 积分:1
-
CListDemo
CStringList链表类的使用实例源码,很不错的vc源码,推荐!(CStringList instance of the use of source class list, very good vc source, recommended!)
- 2011-08-26 20:59:55下载
- 积分:1
-
muav
地震资料倾角滤波程序,能够用于地震资料的面波去除及频谱分析(FK filter in seismic data)
- 2013-09-06 07:56:07下载
- 积分:1
-
3srm_hall
开关磁阻电机霍尔控制程序
给予摩托罗拉芯片(Hall switch reluctance motor control program
Give MOTOROLA chip)
- 2015-04-02 13:36:19下载
- 积分:1
-
Anti-jammingGPS-space-time-filtering
这是针对华为GSM/GPRS模块的GPS接收机空时抗干扰滤波技术研究(Research jamming GPS receiver space-time filtering technology)
- 2014-02-20 18:01:18下载
- 积分:1
-
RTU
四方公司CSC300E远动机的程序,里面包括104、101、cdt、disa等规约的代码,要保密!(CSC300EA FOR RTU)
- 2012-07-13 13:14:02下载
- 积分:1
-
1602
4*4键盘控制1602液晶显示,希望对大家有用(4* 4 Keyboard control of liquid crystal display 1602, in the hope that useful)
- 2009-03-31 13:02:51下载
- 积分: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