登录
首页 » Visual C++ » video_trans

video_trans

于 2021-03-30 发布 文件大小:3848KB
0 342
下载积分: 1 下载次数: 234

代码说明:

  基于udp协议和openCV编程实现的视频传输程序,具有自动获取本地IP地址功能,客户端输入服务器端IP,点击发送,服务器端可实现实时的接收和播放,在可靠的局域网环境下,多次测试传输可靠,除此以外具有原理简单,可扩展的优点。(Udp protocol and openCV programming-based video transmission program has automatic access to the functions of the local IP address, server-side IP client input and click send, the server side can receive and play real-time, reliable LAN environment, several testsreliable transmission, in addition to a simple principle, scalable advantages.)

文件列表:

图像传输MFC程序
...............\Client
...............\......\Client.aps,36380,2013-01-03
...............\......\Client.clw,1291,2013-01-03
...............\......\Client.cpp,2288,2012-10-21
...............\......\Client.dsp,4217,2012-10-14
...............\......\Client.dsw,537,2012-10-14
...............\......\Client.h,1324,2012-10-14
...............\......\Client.ncb,140288,2013-01-03
...............\......\Client.opt,50688,2013-01-03
...............\......\Client.plg,745,2013-01-03
...............\......\Client.rc,5853,2013-01-03
...............\......\ClientDlg.cpp,6865,2012-11-02
...............\......\ClientDlg.h,1747,2012-10-21
...............\......\Debug
...............\......\.....\Client.exe,110688,2013-01-03
...............\......\.....\Client.ilk,232944,2013-01-03
...............\......\.....\Client.obj,16318,2012-10-21
...............\......\.....\Client.pch,5592616,2012-10-14
...............\......\.....\Client.pdb,410624,2013-01-03
...............\......\.....\Client.res,2772,2013-01-03
...............\......\.....\ClientDlg.obj,30863,2012-11-28
...............\......\.....\StdAfx.obj,107470,2012-10-14
...............\......\.....\vc60.idb,295936,2013-01-03
...............\......\.....\vc60.pdb,405504,2012-11-28
...............\......\ReadMe.txt,3579,2012-10-14
...............\......\res

...............\......\...\Client.rc2,398,2012-10-14
...............\......\resource.h,864,2012-10-19
...............\......\StdAfx.cpp,208,2012-10-14
...............\......\StdAfx.h,1102,2012-10-14
...............\Serve
...............\.....\Debug
...............\.....\.....\Serve.exe,110698,2012-11-27
...............\.....\.....\Serve.ilk,356832,2012-11-27
...............\.....\.....\Serve.obj,16097,2012-10-16
...............\.....\.....\Serve.pch,5592616,2012-10-14
...............\.....\.....\Serve.pdb,410624,2012-11-27
...............\.....\.....\Serve.res,2676,2012-10-21
...............\.....\.....\ServeDlg.obj,37717,2012-11-27
...............\.....\.....\StdAfx.obj,107458,2012-10-14
...............\.....\.....\vc60.idb,295936,2012-11-27
...............\.....\.....\vc60.pdb,405504,2012-11-27
...............\.....\ReadMe.txt,3561,2012-10-14
...............\.....\res

...............\.....\...\Serve.rc2,397,2012-10-14
...............\.....\resource.h,909,2012-10-21
...............\.....\Serve.aps,36204,2013-01-03
...............\.....\Serve.clw,1243,2013-01-03
...............\.....\Serve.cpp,2300,2012-10-16
...............\.....\Serve.dsp,4216,2012-10-14
...............\.....\Serve.dsw,535,2012-10-14
...............\.....\Serve.h,1313,2012-10-14
...............\.....\Serve.ncb,140288,2013-01-03
...............\.....\Serve.opt,49664,2013-01-03
...............\.....\Serve.plg,704,2012-11-27
...............\.....\Serve.rc,5635,2013-01-03
...............\.....\ServeDlg.cpp,8617,2012-10-23
...............\.....\ServeDlg.h,1538,2012-10-21
...............\.....\StdAfx.cpp,207,2012-10-14
...............\.....\StdAfx.h,1102,2012-10-14

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

发表评论

0 个回复

  • ddos
    ddos,一个很好的DDOS工具。。。。。。(ddos a intersing software)
    2020-06-19 09:15:41下载
    积分:1
  • netfileexedemo
    说明:  网络文件系统,十分好的文件传输代码,非常适合初学者(Network file system, file transfer is very good code, very suitable for beginners)
    2011-03-25 00:47:09下载
    积分:1
  • FEC_Code_Project
    很好的能解决网络数据丢包处理的算法。特别是在带宽一定的情况下,解决网络数据传输和带宽、数据传输完整性的较优解决方案。(good solution processing network data packet loss algorithms. Especially in certain circumstances bandwidth, the solution to network bandwidth and data transmission, data transmission integrity of the optimum solution.)
    2007-05-18 10:12:02下载
    积分:1
  • TRACERT
    支持IPv4和IPv6的路由探测代码,可以用来开发网络探测工具(traceroute in IPv4 and IPv6 network)
    2021-03-31 16:09:09下载
    积分:1
  • ua3
    说明:  基于EXOSIP协议的SIP软终端,可以实现终端向代理服务器的注册请求(SIP-based softphone EXOSIP agreement can be achieved terminal registration request to the proxy server)
    2010-04-29 11:45:30下载
    积分:1
  • LanTalk_sources
    Currently, most of people use MS DCOM/COM+, Java Bean/RMI, and Corba to do distributed computing over internet. All of these technologies are provided with some tools and intermediate objects to simplify internet development. However, these technologies have one common and fundamental problem that all of the calls between a client and a server are blocked for a returned result (please correct me if this is wrong). A client stays still, and has to wait for a while after sending a request to a server. If the request is a lengthy action, the client application seems to be dead to a user. In most cases, we could use a worker thread at the client side to do background computation for solving this problem. However, this comes with an expensive price, more coding, data synchronization and mess in coding logic. Additionally, I also doubt that these technologies are able to really move data across internet efficiently.
    2009-06-27 15:00:43下载
    积分:1
  • wwwClient
    www客户机程序设计。 基于vs2010环境,mfc图形界面(failed to translate)
    2012-02-19 01:03:48下载
    积分:1
  • oRTP
    说明:  该源码主要描述了计算机进行数据实时数据传输时所使用的RTP协议,介绍了该协议的基于C++的API函数,及基本的实现过程,有利用实现网络编程。(The main source of data describing the computer real-time data transmission protocol used by RTP, described the agreement based on C++, API functions, and basic implementation process, there is use for network programming.)
    2010-04-05 14:52:39下载
    积分:1
  • NetServer_web
    一个通过socket与WEB建立通讯连接的VC程序。(through socket with a Web link in the establishment of communication procedures VC.)
    2006-09-30 15:13:58下载
    积分:1
  • gen_demo
    a code generation framework implemented in Ruby that attempts to go beyond the classic substitution of variables in templates
    2013-10-25 09:41:43下载
    积分:1
  • 696516资源总数
  • 106611会员总数
  • 19今日下载