-
屏幕录制,远程桌面的工具UVNC_MD_SDK
一个非常好的屏幕录制,远程桌面的工具分享给大家(big trouble)
- 2020-07-18 13:48:47下载
- 积分:1
-
CommCtrl
实现commctrl功能,主要用于界面设计,是msdn sample(achieve commctrl functions, mainly for interface design is flowing sample)
- 2005-07-13 16:27:38下载
- 积分:1
-
NetAnts
用VC++6.0 MFC 实现的蚂蚁下载功能 功能简单可行(VC++6.0 MFC download)
- 2009-05-08 10:25:38下载
- 积分:1
-
TTSApp
微软提供的语音编程示例程序,实现了文本朗读,口型匹配(Microsoft provides programming examples of the voice process, the realization of the text read, I type matching)
- 2009-07-17 13:50:32下载
- 积分: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
-
ParallelPortTest
利用DriverLINX Port IO Driver实现的计算机并口端口位输入输出测试程序。(DriverLINX Port IO Driver using computer parallel port to achieve digital input and output test procedure.)
- 2008-12-26 10:41:20下载
- 积分:1
-
clock
一款值得一试的还哦让姸
真的很不错呢 下载就能获取那啥了(一款牛b的不行的软件 你会佩服的 相信你 哈哈)
- 2014-07-05 23:22:38下载
- 积分:1
-
GrabBitmaps
In computer vision, one usually needs access to video frames as they are streamed in order to analyze or process them in some way. This code-pack shows how to obtain a single bitmap from a video stream using Microsoft Directshow.
- 2020-11-27 14:19:30下载
- 积分:1
-
ASK_Pro
说明: 基于MFC的调幅数字通信系统的仿真,界面等都是自己做的(Based on MFC am digital communication system simulation, oneself make interface, etc)
- 2012-04-25 14:03:05下载
- 积分:1
-
YmodemV1.0
Ymodem传输,基于VC6,可以当串口调试(about Ymodem)
- 2021-03-10 14:19:26下载
- 积分:1