-
conm
含有成员对象的类的构造函数,派生与继承的体现(Contains the constructor of the class members object, derived with the manifestation of the inherited)
- 2012-09-04 12:27:27下载
- 积分:1
-
20118201555905
此程序包含了方波、三角波、正弦波等等的绘制,还有随机长生折线波形和自定义绘制波形等等。(This program contains a square wave, triangle wave, sine wave, and so the drawing, there is a line longevity random draw waveforms and custom waveforms and so on.)
- 2011-08-21 14:59:53下载
- 积分:1
-
FxComm
说明: FX1N三菱plc与pc通信的一个很好的例子(Mitsubishi FX1N Communications plc and pc a good example of)
- 2008-08-30 09:11:07下载
- 积分:1
-
5734527476
VB保存窗体退出时的大小,具有记忆功能.(VB saved when exiting the size of the form, with memory function.)
- 2013-07-25 07:17:03下载
- 积分:1
-
crc8
CDT规约 CRC8效验 VC编写的,里面有VC控件字符串和HEX数据互相装换的函数(VC Statute CDT prepared CRC8 efficacy, which has strings and HEX data VC control equipment for each function)
- 2021-03-29 12:09:10下载
- 积分:1
-
SmallAppWiz
Small Application Wizzard for Visual Studio 2005
- 2009-05-10 04:03:28下载
- 积分:1
-
barprint
用来显示对应数字的条形码。共6种码制,可以选择打印大小,打印位置,也可以打印预览,不过暂时还不具备连接打印机打印功能,这个可以自己添加上去。(Used to display the corresponding bar code numbers. A total of six kinds of system code, you can choose print size and print position, you can print preview, but not yet connected with a printer function, this can add up.)
- 2009-06-11 16:49:57下载
- 积分:1
-
contour-english
VB的contourocx调用代码。包括半透明、放大等功能。(The VB contourocx calling code. Including translucent, zoom and other functions.)
- 2013-07-20 19:46:21下载
- 积分:1
-
DopeDemoSyncVB.Net
本源代码为Doli公司的同步控制源代码。其中列举了功能函数及回调函数的使用方法。(Doli' s source code control source code synchronized. Function which lists the function and the callback function to use.)
- 2010-06-26 08:28:14下载
- 积分: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