-
Comghbobox
演示了vc控件Combobox的一些重要属性的设置和获取。(Combobox vc demonstrated some important properties of the control settings and access.)
- 2011-05-28 17:37:02下载
- 积分:1
-
PlayTimeTest
时间块界面展示,画面上显示哪个时间段信息(Block interface shows the time displayed on the screen which time the information)
- 2011-05-31 10:37:23下载
- 积分:1
-
CFarmMangement
这是一个用MFC对话框连接数据库编写的源代码
(his is a source code written in MFC dialog box to connect to the
)
- 2014-12-11 20:32:32下载
- 积分:1
-
ModbusV1.024
Modbus调试精灵采用vc编写,运行时不需要其它任何文件。可以调试具有modbus协议的所有设备,软件非常小巧,但功能强大,是现场工程调试人员必备软件。(Modbus debug vc prepared using the wizard, run-time does not require any other document. Can debug Modbus protocol with all the equipment, software is very compact, but powerful, is the field engineering staff necessary software debugging.)
- 2007-09-27 08:53:58下载
- 积分:1
-
Terrain3DTest
三维地形的模拟,用的工具是opengl,对于研究大规模地形的绘制非常有用,把源码拿出来与大家分享(Three-dimensional terrain modeling, using tools opengl, for the study of large-scale terrain rendering is very useful to share with you source out)
- 2010-08-30 22:02:36下载
- 积分:1
-
cvisc
FLAC3D中粘塑性蠕变本构模型,供大家参考进行二次开发(FLAC3D in viscoplastic creep constitutive model for reference secondary development)
- 2020-12-09 15:29:27下载
- 积分:1
-
BMP_ROTATE
自己按照网上的源码做的3D图形变化的修改,实现一个BMP图片的旋转,基本实现,但还没有完全完成(Your online source according to the 3D graphics make changes changes to implement a BMP image of the rotation, basically, but not entirely complete)
- 2010-08-20 10:53:56下载
- 积分: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
-
DialogDemo
C++做的绘画板,可以实现RGB的混色,产生出不同的颜色来。(a paint tool by C++)
- 2015-12-10 20:00:16下载
- 积分:1
-
Chapter3-5
《Visual C++ 6.0实例教程》源代码,值得一看,一共分为几个部分,请大家下载。( Visual C++ 6.0 tutorial examples source code, see, a total is divided into several parts, please download the U.S..)
- 2007-11-13 13:13:10下载
- 积分:1