登录
首页 » C++ » YT

YT

于 2017-06-06 发布 文件大小:3890KB
0 211
下载积分: 1 下载次数: 0

代码说明:

说明:  控制云台的程序,包含方向、速度,光圈,变倍,聚焦(PTZ control program)

文件列表:

YT\BitmapBtn.cpp
YT\BitmapBtn.h
YT\CheckButton.cpp
YT\CheckButton.h
YT\Com.cpp
YT\Com.h
YT\Debug\BitmapBtn.obj
YT\Debug\BitmapBtn.sbr
YT\Debug\CheckButton.obj
YT\Debug\CheckButton.sbr
YT\Debug\Com.obj
YT\Debug\Com.sbr
YT\Debug\Pelco_D.obj
YT\Debug\Pelco_D.sbr
YT\Debug\Pelco_P.obj
YT\Debug\Pelco_P.sbr
YT\Debug\StageLens.obj
YT\Debug\StageLens.sbr
YT\Debug\StdAfx.obj
YT\Debug\StdAfx.sbr
YT\Debug\vc60.idb
YT\Debug\vc60.pdb
YT\Debug\YT.bsc
YT\Debug\YT.exe
YT\Debug\YT.ilk
YT\Debug\YT.obj
YT\Debug\YT.pch
YT\Debug\YT.pdb
YT\Debug\YT.res
YT\Debug\YT.sbr
YT\Debug\YTDlg.obj
YT\Debug\YTDlg.sbr
YT\Pelco_D.cpp
YT\Pelco_D.h
YT\Pelco_P.cpp
YT\Pelco_P.h
YT\ReadMe.txt
YT\res\AutoScan.bmp
YT\res\AutoScan_F.bmp
YT\res\BottomLeft.bmp
YT\res\BottomLeft_F.bmp
YT\res\BottomRight.bmp
YT\res\BottomRight_F.bmp
YT\res\Down.bmp
YT\res\Down_F.bmp
YT\res\Left.bmp
YT\res\Left_F.bmp
YT\res\RainBrush.bmp
YT\res\RainBrush_F.bmp
YT\res\Right.bmp
YT\res\Right_F.bmp
YT\res\SearchLight.bmp
YT\res\SearchLight_F.bmp
YT\res\Thumbs.db
YT\res\TopLeft.bmp
YT\res\TopLeft_F.bmp
YT\res\TopRight.bmp
YT\res\TopRight_F.bmp
YT\res\Up.bmp
YT\res\Up_F.bmp
YT\res\YT.ico
YT\res\YT.rc2
YT\res\ZoomIn.bmp
YT\res\ZoomIn_F.bmp
YT\res\ZoomOut.bmp
YT\res\ZoomOut_F.bmp
YT\res\样品.jpg
YT\resource.h
YT\StageLens.cpp
YT\StageLens.h
YT\StdAfx.cpp
YT\StdAfx.h
YT\YT.APS
YT\YT.clw
YT\YT.cpp
YT\YT.dsp
YT\YT.dsw
YT\YT.h
YT\YT.ncb
YT\YT.opt
YT\YT.plg
YT\YT.rc
YT\YT.sln
YT\YT.vcproj
YT\YTDlg.cpp
YT\YTDlg.h
YT\Debug
YT\res
YT

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 51
    说明:  51单片机串口通讯软件与上位机通讯 含有多个程序(this is a programe to serils community to 51 and pc.)
    2012-04-26 22:42:19下载
    积分:1
  • Projects
    串口上位机,停车位管理,采用C++ Builder(PC serial port, parking management)
    2015-05-31 15:58:34下载
    积分:1
  • MSCOMM32.OCX
    串口编程控件MSCOMM32.OCX mscomm32.ocx是微软提供的串口通讯开发控件。支持串口通讯的软件大部分都是使用这个控件来实现串口通讯功能的。 安装方法:请您把它复制到系统目录下,对于windows9x系列(win95、win98、winme)是x:windowssystem,对于 windowsNT、windows2000、windowsXP系列是x:winntsystem32。然后打开一个命令行提示符窗口(MSDOS方式窗口), 用"cd x:windowssystem"命令或者"cd x:winntsystem32"切换到系统目录下,再执行"regsvr32 mscomm32.ocx"这个命令。 (MSCOMM32.OCX mscomm32.ocx control is provided by Microsoft Serial communications development controls. Support serial communication software is used most of the controls to achieve serial communications capability. Installation Method : Would you please copy it to the system directory, windows9x Series (win95. win98, WINME) x : windows system . for Windows NT, by Windows, windowsXP series of x : winnt system32 . Then open a command line prompt window (MSDOS mode window), "cd x : windows system "orders or" cd x : winnt system32 "switched to the system directory, further implementation of the "typing mscomm32.ocx" This order.)
    2020-06-26 05:20:01下载
    积分:1
  • GpsRecv
    该程序用MFC实现串口通信,包括串口通信的整个过程,和各种参数的设置(MFC realize the program with serial communication, including the serial communication of the whole process, and various parameters set)
    2008-02-25 14:53:04下载
    积分:1
  • SerialComm
    C#串口调试工具,完整VS2008源代码。 1、自动检测系统串口数量,支持USB转串口设备即插即用,自动添加到下拉列表框。 2、修改端口设置后自动打开串口,可发送字符或十六进制数据,并可定时循环发送。 3、支持自定义帧格式,且可自动加入校验,可选校验超过四种以上。 4、接收分别以字符和十六进制显示,完美支持中文显示和回车换行。(C# serial debugging tools, complete source code VS2008. 1, the automatic detection system serial number, supports USB serial devices simultaneously, automatically added to the drop-down list box. 2, modify the port settings automatically open the serial port to send character or hexadecimal data, and timing loop sent. 3, support for custom frame format, and can be automatically added to the check, optional check more than four kinds or more. 4, respectively, received characters and hexadecimal display, the perfect support Chinese display and carriage return line.)
    2021-03-31 08:39:09下载
    积分:1
  • chuankou
    简单的单片机串口测试程序,新手可以下来看看(Simple microcontroller serial test procedure, the novice can look down)
    2010-06-11 15:29:37下载
    积分:1
  • ARM
    一些关于ARM和串口进行连接的文章,希望对大家有帮助(ARM and serial number to connect on the article, we want to help)
    2010-09-13 08:31:55下载
    积分:1
  • SerialPortTest2
    改进的SerialPort类单文档实例程序(improved SerialPort single document type sample program)
    2006-10-15 15:24:20下载
    积分:1
  • Cfgtool
    QT开发,使用简单协议进行串口、网口读写,连接控制设备。(QT development, using a simple protocol for serial port, network port to read and write, connection control devices.)
    2013-06-13 11:04:43下载
    积分:1
  • RS232-ACCESS-DEMO0.0.1
    Qt写的RS232串口程序源码,需要者收了吧(RS232 by Qt)
    2021-01-11 16:38:50下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载