-
DeleteCertainFolderFile
删除指定目录下某种类型的文件,VC++精选编程源码,很好的参考资料。(Delete the specified file is a type of directory, VC++ select programming source code, a good reference.)
- 2013-11-26 09:22:48下载
- 积分:1
-
StatusTime
在状态栏上实时显示当前时间,VC++精选编程学习源码,很好的参考资料。(Real time display in the status bar to the current time, VC++ select learning programming source code, a good reference.)
- 2013-12-02 12:47:37下载
- 积分:1
-
ClientImformationSystem
MFC的增删查改基本功能的实现,对于初学者来说还算不错(MFC s basic CRUD functionality, pretty good for beginners)
- 2020-11-07 21:49:55下载
- 积分: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
-
vc
说明: 本压缩包里 有两个程序一个是vc++和arm的c语言在ads中开发。功能主要是串口发送命令个arm,然后arm响应命令,然后执行操作。对初学arm和vc的人很有帮助(The compression bag has two procedures one is vc++ And arm of the c language developed in the ads. Function is mainly to send the serial order of arm, and then arm in response to command, and then perform operations. Arm of the beginner and those who vc helpful)
- 2008-08-11 11:30:01下载
- 积分:1
-
ShowCursor
说明: 这是一个隐藏与显示鼠标的例子,相信对初学者有一定的帮助(This is an example of hiding and show the mouse, I believe there is some help for beginners)
- 2011-03-28 13:13:49下载
- 积分:1
-
Grid
一个VB6编写的表格控件,对与我们学习控件编写很不错。(Write a VB6 grid control, we can learn to write and very good control.)
- 2016-04-06 10:55:19下载
- 积分:1
-
CBB52
一个完整的商业源码"远程抄表系统"其中用到了数据库操作,视频采集,数据采集等方面的功能,我觉得是学习的好东东.(A complete commercial source )
- 2021-04-12 23:18:56下载
- 积分:1
-
vc-PPT
孙鑫C++教程(全20讲)PPT讲义.rar,挺基础的vc,适合初学者(Tutorial Sun Xin C++, (all 20 speakers) PPT handouts. Rar, the very basis VC, suitable for beginners)
- 2013-05-18 11:41:35下载
- 积分:1
-
018-PWM脉冲宽度调制与智能小车PWM直流电机调速
pwm小车,内有视频,功能强大,讲解详实,是一个不可多得的pwm小车入门。(PWM car, with video, powerful function, detailed explanation, is a rare introduction to PWM car.)
- 2020-06-21 06:20:02下载
- 积分:1