-
Jakarta小组开发的文件上传程序的源代码
Jakarta小组开发的文件上传程序的源代码-Jakarta team that developed the file upload program"s source code
- 2022-07-03 03:45:02下载
- 积分:1
-
VideoMonitorSystem
基于网络的视频监控系统
随着时代的发展,人们对安全防范也越来越重视,而数字化视频监控系统在音视频录像、报警录像联动、硬盘存储、多画面显示等方面都有突出表现,因此在安防领域逐渐占有了一席之地。本文提出的基于网络的视频监控系统实现了对数字硬盘录像机的控制功能,其远程客户端软件可以同时播放四路具有高达Dl分辨率的图像数据。
第一章论述了视频监控系统和数据压缩技术的发展动态。
第二章对客户端软件的开发环境及平台进行了选择,并就其中使用的关键技术:windows sockets编程技术、windows多线程技术、windows图像显示技术、MPEG-4编解码与数据传术技术、流媒体技术做了简介。
第三章详细论述了客户端软件的设计及实现。包括客户端软件的整体设计和各模块的设计实现,最后给出了实现结果。
第四章是论述了实时流媒体播放器的设计和实现,包括主要模块设计实现 (网络接收模块、解码模块、显示模块、操作控制模块)、其他模块设计实现(显卡能力探测模块、表面管理模块)、性能优化(缓冲、共享内存、线程模型)。
第五章对系统进行了总结,并为系统进一步发展提出了展望和规划。
(network-based video surveillance system with the development of the times, people are increasingly security attention, and Digital Video Surveillance System in video and audio video, police video linkage, hard disk storage, Multi-screen display, and other aspects outstanding performance in the field gradually Security occupies a place. This paper presents the network-based video surveillance system for the digital disk video recorder to the control function, its remote client software can be broadcast simultaneously Four Dl with high-resolution image data. The first chapter of the video monitoring system and data compression technology developments. Chapter II of the client software development environment and platform choices, and the use of the key technologies : Programming windows sock)
- 2007-04-04 10:57:21下载
- 积分:1
-
C++ Builder的网络应用程序
C++ Builder网络应用程序
- 2022-08-03 04:14:02下载
- 积分:1
-
我自己写的VPN拨号程序,就是引导一个批处理去拨号而已,高手就不用下了,我是入门级的,上传这个代码是为了下载这个站点的资源...
我自己写的VPN拨号程序,就是引导一个批处理去拨号而已,高手就不用下了,我是入门级的,上传这个代码是为了下载这个站点的资源-I wrote it myself VPN dial-up program is to guide a batch to the dial-up only, under the expert would not have, and I is the entry level, upload this code is to download this site" s resources,
- 2022-04-02 08:40:45下载
- 积分:1
-
端口扫描器
端口扫描器可用于多线程,多IP,多端口的扫描,主要进行端口测试,进行电脑安全防护前期使用,防止电脑有漏洞端口开启
- 2023-06-06 06:45:06下载
- 积分:1
-
mail
说明: 一个基础于C++的邮件收发器,已测试,运行正常用(A foundation in C++ the message transceiver has been tested with the normal operation)
- 2009-08-15 10:11:11下载
- 积分:1
-
vb教程 快速入门
vb教程 快速入门-vb Quick Start Guide
- 2022-05-07 21:05:30下载
- 积分:1
-
778776654
易语言网络注册登录,易语言写的网络相关程序,很好的参考。(Easy language network login, easy network related written procedures, a good reference.)
- 2013-10-01 08:36:47下载
- 积分:1
-
wcf 实现大文件上传(有进度条)实例源码
部分win7/win8用户 运行时报错 可能是 权限问题,所以运行项目的时候 要右键>>以管理员身份运行 部分用户 运行该项目的时候 可能提示:协定需要双工 但是绑定 NetTcpBinding 不支持 这是只需要将host项目app.config中协议部分 改为wsDualHttpBinding 即可,如下代码: 另外使用wcf时,最好不要使用 using 因为使用using会屏蔽掉很多错误,误导用户,参考链接:http://www.codeproject.com/Tips/197531/Do-not-use-using-for-WCF-Clients 相关代码改为:using System;using System.Collections.Generic;using System.Linq;using System.Windows.Forms;using System.ServiceModel;namespace WcfUploadServiceHost{ static class Program { /// /// The main entry point for the application. /// [STAThread] static void Main() { try { var host = new ServiceHost(typeof (WcfUploadServiceLib.UpLoadService)); host.Open(); Console.WriteLine("Server is opened..."); Console.Read(); //using (var host = new ServiceHost(typeof(WcfUploadServiceLib.UpLoadService))) //{ // host.Open(); // Console.WriteLine("Server is opened..."); // Console.Read(); //} } catch (Exception ex) { Console.WriteLine(ex.ToString()); Console.Read(); } } }}
- 2015-01-07下载
- 积分:1
-
在C的TCP客户端和服务器套接字的实现
应用背景服务器的示例代码使用插座。使用套接字客户端代码示例。设置TCP。关键技术Socket API。C为UNIX / Linux的目标。GCC编译器的建议。
- 2022-06-26 02:42:21下载
- 积分:1