登录
首页 » C++ Builder » QT-vms

QT-vms

于 2020-08-28 发布 文件大小:1243KB
0 154
下载积分: 1 下载次数: 64

代码说明:

  qt网络监控源码,从网上找的,对于学习很有用(qt network monitoring source, from the Internet to find, very useful for learning)

文件列表:

QT视频监控系统 V0.0.3
.....................\bin
.....................\...\cxcore100.dll,1011764,2006-10-18
.....................\...\highgui100.dll,626741,2006-10-18
.....................\...\libguide40.dll,196608,2006-02-28
.....................\...\xvidcore.dll,629760,2009-01-09
.....................\camerabase.ui,4685,2008-12-17
.....................\camerasettings.cpp,4234,2009-02-14
.....................\camerasettings.h,835,2009-02-14
.....................\cvvideocapturedevice.cpp,4218,2009-02-14
.....................\cvvideocapturedevice.h,1415,2009-02-14
.....................\doc
.....................\...\bugs.txt,205,2009-01-15
.....................\...\视频监控系统 V0.0.3.doc,286720,2009-02-14
.....................\main.cpp,493,2009-02-14
.....................\opencv
.....................\......\include
.....................\......\.......\cvver.h,2425,2006-10-12
.....................\......\.......\cxcore.h,74979,2006-09-20
.....................\......\.......\cxcore.hpp,12681,2006-10-06
.....................\......\.......\cxerror.h,8881,2006-09-06
.....................\......\.......\cxmisc.h,48330,2006-08-01
.....................\......\.......\cxtypes.h,53467,2006-09-08
.....................\......\.......\highgui.h,16260,2006-10-11
.....................\......\lib
.....................\......\...\cxcore.lib,81678,2006-10-18
.....................\......\...\highgui.lib,32858,2006-10-18
.....................\htm" target=_blank>README,210,2008-12-25
.....................\thumbbutton.h,560,2009-02-14
.....................\v4l1videocapturedevice.cpp,8467,2009-02-14
.....................\v4l1videocapturedevice.h,1710,2009-02-14
.....................\videocapturedevice.h,1159,2009-02-14
.....................\videocapturedevicefactory.cpp,1303,2009-02-14
.....................\videocapturedevicefactory.h,692,2009-02-14
.....................\videocaptureview.cpp,4258,2009-02-14
.....................\videocaptureview.h,1636,2009-02-14
.....................\vms.pro,978,2009-02-13
.....................\vmsmainwindow.cpp,11383,2009-02-14
.....................\vmsmainwindow.h,1871,2009-02-14
.....................\vmsmainwindow.ui,3217,2009-02-13
.....................\xvid
.....................\....\xvid.h,33179,2008-12-02
.....................\....\xvidcore.dll.a,3646,2009-01-09
.....................\xvidencode.cpp,3812,2009-02-14
.....................\xvidencode.h,721,2009-02-14
.....................\xvidvideocapturedevice.cpp,8654,2009-02-14
.....................\xvidvideocapturedevice.h,1576,2009-02-14

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

发表评论

0 个回复

  • UDPClient
    OMRON host computer Fins / UDP socket communication test software, with C# source code, has been tested.
    2018-11-02 10:32:49下载
    积分:1
  • 选择重传
    说明:  实现计算机网络中的选择重传协议,并且采用了滑动窗口。(Implementation of selective retransmission protocol)
    2020-06-24 02:43:21下载
    积分:1
  • chatserver
    简单的网络通信,一个客户端,一个服务器端(winsock )
    2009-05-11 11:13:16下载
    积分:1
  • Winsock
    关于网络编程客户端之间相互监听的网络编程程序代码(Programming on the network between the client network programming code monitor)
    2010-12-19 23:20:09下载
    积分:1
  • TCP,epoll,socket,Linux C,通信,I/O复用
    基于TCP协议的socket套接口编程小程序,可以在两个进程(一个客户端,一个服务器)之间收发内容,使用了epoll方式I/O复用,内容简洁易懂,是初步学习套接口编程及epoll复用的绝佳例程。
    2022-03-12 03:07:58下载
    积分:1
  • MySock
    一个基于MFC编写的SOCKET通信软件,可以自由选择客户端和服务器端,可供学习SOCKET编程(SOCKET written a MFC-based communications software, you can choose the client and server side programming for learning SOCKET)
    2010-08-30 14:04:05下载
    积分:1
  • ARPfindMACaddress
    说明:  ARP协议发现局域网内的活动主机,vc++语言编写,用有界面,美观实用(ARP protocol found in the activities of the LAN hosts, vc++ language, with a interface, beautiful and practical)
    2011-02-23 07:22:30下载
    积分:1
  • LPFW使用户可以控制允许哪些应用程序使用 lpfw-master
    LPFW使用户可以控制允许哪些应用程序使用网络。它配备了一个GUI。 这些说明专门适用于64位Ubuntu 14.04,但很可能适用于其他Linux发行版。请注意,在32位Linux上,lpfw可能无法正常运行。(LPFW gives the user control over which applications are allowed to use the network. It comes with a GUI. These instructions apply specifically to Ubuntu 14.04 64-bit but are very likely to work on other Linux distributions. Please note that on 32-bit Linuxes lpfw may function incorrectly.)
    2020-06-22 00:00:01下载
    积分:1
  • GA
    说明:  很好的关于遗传方面的资料 有兴趣的同志 可以和我多多探讨一下, 大家互相进步(Very good information on the genetic aspects of the comrades who are interested and I can explore a lot, you progress to each other)
    2010-11-01 15:28:20下载
    积分:1
  • UdpClient
    在VS2010环境中,根据UDP协议通信的原理,用C++编写的基于UDP的客户端的代码。(In the VS2010 environment prepared by the UDP-based client C++ code)
    2013-12-14 20:52:31下载
    积分:1
  • 696516资源总数
  • 106741会员总数
  • 17今日下载