-
AddressList
提供通讯录成员的查询、增加、更新及删除等功能。(Provide contacts membership query, add, update, and delete functions.)
- 2013-09-24 19:26:07下载
- 积分:1
-
WAME7
VB6 parts of the toolbox you can also be achieved
- 2018-12-03 16:27:30下载
- 积分:1
-
all
万能字典可以查询所有的公式你有就知道什么东东啦(Universal Dictionary of the formula can search all you have to know what you Dongdong)
- 2009-03-18 13:28:04下载
- 积分:1
-
DSP-Speech-compress-and-playback
DSP语音压缩与回放,开发环境是CCS,实现功能:10秒语音压缩与回放(DSP voice compression and playback, the development environment is the CCS, to achieve functional: 10 seconds voice compression and playback)
- 2011-05-07 23:30:48下载
- 积分:1
-
calendar
一个小巧的的电子日历,用C++编写,对初级的同学很有帮助(A compact electronic calendar, with C++ Prepared, very helpful for junior students)
- 2008-05-20 09:50:52下载
- 积分:1
-
csXGraphTrial
说明: 主要是实现柱状图,饼状图以及线图的控件,包括各种参数设置(is the main column, looking pie chart and the controls, including the various parameters set)
- 2006-02-04 14:21:13下载
- 积分: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
-
WindowMedia
Windows Media 编程导向
作者 陆其明(Windows Media-oriented programming author Lu Qiming)
- 2006-07-15 17:50:17下载
- 积分:1
-
migong3
用栈实现的迷宫源代码,执行后显示其具体执行过程和路径(Maze stack with source code implementation, after the implementation of the implementation process and display its path)
- 2014-04-20 11:09:14下载
- 积分:1
-
20060611Access
简要说明:直接通过DAO读、写Access文件
直接利用DAO来创建、读写Access文件,总的说来,对比上篇<直接通过ODBC读、写Excel文件>来讲,要简单一些。在下面的示例中,我们将用到两种方法:SQL和DAO类涵数来混合实现它们,这样做的目地,我想可以使大家更加方便灵活的运用它们来完成你想要做的东西。在示例程序中默认指定创建数据库名为:Demo.mdb,内部表名为:DemoTable,写入两个字段:名字和年龄,采用和上一篇读写Excel类似的操作,你也可以根据自己需要来动态改变它们。
(Brief Description : DAO directly through reading, writing documents directly using Access to create DAO, Access document literacy, in general, compared to the previous chapter)
- 2006-08-29 12:05:09下载
- 积分:1