登录
首页 » Visual C++ » video_trans

video_trans

于 2021-03-30 发布 文件大小:3848KB
0 197
下载积分: 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 个回复

  • SendFileClient
    VC++实现类似于QQ文件传输功能的文件发送与接收程序示例,分为服务端和客户端,客户端首次接收数据,将判断文件包大小,数据包中一定包含完整的数据包结构信息,数据不一定完整;读取数据包的大小,包含数据包结构大小和数据大小,之前接收的数据与现在接收的数据能够构成至少一个完整的数据包,文件接收完毕则设置结束标记,若终止的连接,则弹出窗口告诉用户,对方终止了文件传送。   服务端程序是比较简单的,基本是复制文件数据、判断文件是否传递成功、等待对方收受发送任务或取消发送任务,分包继续发送文件等功能(VC++ implementation is similar to QQ file transfer capabilities to send and receive files program examples, divided into server and client, the client receives the first data packet to determine the file size, the packet must contain the complete information packet structure, the data is not must complete reading packet size, including the size and structure of the data packet size, and previously received data received data can now constitute at least one complete packet, the file has been received then set the mark, if the connection is terminated, the pop-up window telling the user, the other party to terminate the file transfer. Server program is relatively simple, basically copying the file data, to determine whether the file transfer is successful, waiting for the other to accept or cancel the sending task sends tasks, subcontractors continue to send files and other functions )
    2014-06-03 13:50:03下载
    积分:1
  • udprecvandsend
    UDP通讯的极品例程 包括服务器端和客户端(Need for UDP communication routines, including server-side and client)
    2008-05-09 11:43:30下载
    积分:1
  • UDPinstance
    一个VC++写的基于UDP的通信程序实例(VC++ to write a UDP-based communication program example)
    2010-05-13 13:32:53下载
    积分:1
  • VB-IP
    VB获取并修改IP、网关,方便IP的查询与修改,绝对实用(VB application)
    2011-08-23 18:27:49下载
    积分:1
  • GetIPDlg
    通过注册表获取计算机网络信息,如IP、掩码、计算机名和DNS信息(through access to the registry computer network information, such as IP, mask, computers and DNS information)
    2007-05-15 11:55:05下载
    积分:1
  • TCP
    TCP通信示例程序,很好用的网络通信例程(TCP communication sample program, the good network communication routines)
    2014-03-14 11:25:31下载
    积分:1
  • CommunicationEngineerNetWorkPractise
    通信工程师电信网络专业习题集 通信工程师电信网络专业习题集 通信工程师电信网络专业习题集(CommunicationEngineerNetWorkPractise CommunicationEngineerNetWorkPractise CommunicationEngineerNetWorkPractise)
    2014-01-12 15:39:38下载
    积分:1
  • IOCP
    实现服务器发送结构体到客户端 联合开发网 - pudn.com
    2012-02-14 14:51:44下载
    积分: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
  • TCPTest
    简单TCP双向通讯例子,实现客户端服务器端的双向通讯。(Simple the TCP bidirectional communication example, to achieve the client server-side two-way communication.)
    2012-11-08 13:37:54下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载