-
occwpy
这是一个用VB实现的变换颜色的小程序,推荐一下(This is a VB realize the transformation of the color of small procedures, recommend)
- 2017-03-31 03:17:53下载
- 积分: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
-
JPEG_DEMO
c++的jpeg 源码(c++ the jpeg source)
- 2008-07-15 10:35:12下载
- 积分:1
-
Material-Management-System
vc编写的物资管理系统,使用sql数据库,ODBC访问方式,包含索引及存储过程,很好的参考价值(vc prepared materials management system, use sql , ODBC access methods, including indexing and storage process, a good reference value)
- 2014-12-17 09:55:32下载
- 积分:1
-
opnet_aloha
实例 用Modeler搭建一个ALOHA协议仿真平台,进一步熟悉Modeler节点级和进程级的操作,深化三层建模机制。(进程->节点->网络)
(Examples ALOHA protocol with Modeler to build a simulation platform to further familiarize Modeler node level and process-level operations, deepening three modeling mechanism. (Process-> Node-> Network))
- 2014-01-05 17:08:34下载
- 积分:1
-
MetaHook-0.4---Dev
一种用于 Half Life 1 引擎的外挂程序,可以充当客户端(This is used for Half Life 1 mods, it could be as a client)
- 2015-02-13 13:29:46下载
- 积分:1
-
manager
小商品管理系统,实现商品的分录,查询,总价统计(Commodity management system, product entry, query, total statistics)
- 2013-09-08 13:53:30下载
- 积分:1
-
小波滤波和小波包程序
说明: 实现小波去噪,里面含有小波包及小波滤波程序(Implement wavelet de-noising, including wavelet packet and wavelet filter program)
- 2020-04-22 10:57:44下载
- 积分:1
-
ss
说明: 移动电话主要采用频率复用,但分配给移动电话的频段很少,远不能满足用户的需要。
因此就提出将地区划分成小区,称为蜂窝(Cell),每个蜂窝内使用一组频率,相隔一段距离后,相同的频率又可重复使用。
(The main use of mobile phone frequency reuse, but allocated to the small-band mobile phone, far from being able to meet the needs of users. Therefore proposed to be divided into residential areas, known as cellular (Cell), each use a set of cellular frequencies, separated by some distance, the same frequency can be reused.)
- 2009-04-16 19:32:36下载
- 积分:1
-
debwenjianjieyagj
windows下解压deb 文件,并附有源码(Ucompress deb for windows)
- 2014-01-11 20:18:39下载
- 积分:1