搜索资源列表
LiveClient
- 视频直播客户端(基于图敏4004H卡),可以分为单播(TCP、UDP)、组播方式接收数据-video broadcast client (based on map-4004H card), can be divided into unicast (TCP, UDP), multicast receive data
mp3编解码源程序及原理
- 关于mp3算法的讲解及其代码实现,分为硬件,编码,软件几部分。对于想了解学习mp3的朋友很有帮助-on mp3 algorithm on and implementation of the code, divided into hardware, coding, software parts. For learning to understand mp3 helpful friends
桃源网络硬盘
- 主要功能: · 支持多人注册使用,注册后生成自己的专用文件夹,互不影响; · 在线上传文件、可分文件夹管理; ·设置共享权限功能,可设置指定会员读取、写入,或允许全部会员读写; ·会员管理功能,可对每个用户的单独空间大小进行设置; ·登录时验证码控制安全登录; ·支持大文件及多文件上传; ·支持文件搜索; ·使用方法仿资源管理器。 后台页面地址:admin.aspx,管理员用户名admin,密码admin -main funct
stream_media
- 流媒体读后感----专栏《Special Issue on Streaming Media》中收集了十几篇流媒体方面的论文,这些论文的研究内容大致可以分为四个方向:容错流、自适应和无线流、新的流媒体体系结构和协议、高效的流媒体发布。 -streaming media z-column "Special Issue on Streaming Media, "a collection of them can be neatly categorized streaming me
IP_phone
- IP电话会议系统,支持多人会议,分为Clien和Server两部分,并附有UML设计.-IP telephone conference systems to support people, Client and Server divided into two parts. together with UML design.
VideoServerAndClient
- 分为服务器端和客户端,服务器端向所有连进来的客户端分发摄像头压缩后的数据。采用DIVX压缩。-divided into server and client, the server-even come to all the distributed client camera compressed data. 09/24 compression used.
ROTEsys_src
- 静动态视频算法This Project basically related to Object Tracking and Real Time Video Enhancement. We Mr Sheeraz and Mr Imran Malik done this project as a Final Project of BS(cs) Degree This Project is divided in to four main Modules -static and dynamic
FullDuplexUDPVoiceChat
- 这个为一段语音聊天代码,分为两个客户端和所用控件的代码。-this as a voice chat code, is divided into two client and controls used in the code.
sadct
- adi 汇编写的2维FDCT程序,分成两个1D-DCT,每个1D-DCT 使用12次乘法和32次加法-Sa'adi compilation of the two-dimensional writing FDCT procedures, divided into two 1D - DCT. Each one D-12 DCT use multiplication and 32 Adder
149a
- 视频系统 本程序采用php+mysql构建。运行速度更快,更安全,运行程序目录中install.php进行安装 1、采用模块化后台管理。可轻松管理电影数据。实现影片等级制度。隐藏影片。实现会员分级制度。拥有便捷的在线电话,手机,银行等支付方式。 配合程序可实现时时开通。 2、支持在线点播,在线下载,在线直播方式发布您的音乐跟视频。 3、高扩展性能。可结合BBS论坛,。实现用户数据库共享。实现发贴赚点。删点扣点等功能。一次注册。全站通用。 4、
zft
- 直方图分析,将图像分为上下两部分分析-histogram analysis, the image is divided into two parts next Analysis
TM1628_chinese
- 按键LED控制芯片tm1628的中文资料,1628的使用范围很广,在以前的家电,DVD,vcd等上均有使用。其控制的LED亮度可调,分为16级亮度。-Button LED control chip tm1628 of the Chinese data, the use of a wide range of 1628 in the former home appliances, DVD, vcd and so on are used. Its control of LED brightness a
aaa
- A/u 律PCM 编码及恢复,分为A 率压缩公式编码、A 率扩张解码、A 率13 折线编码-A/u law PCM coding and restoration, is divided into A formula for the rate of compression coding, A rate of expansion of decoding, A rate of 13 line coding
cutYUV422
- 将一个很长的YUV422文件分割成所需要的帧数的文件,自己设定开始和结束帧号,和图像大小-Will be a very long document YUV422 divided into frames required documents, set start and end frame number, and image size
h264
- ,把代码的主线已经分析了出来,对代码中几个最难理解的地方(最难理解的地方就是帧的类型的判定,参考帧是如何管理的,一个16*16的块是采用到底需不需要分割,分割的话分成什么大小的,子块又采用何种预测方式,这些实际上就是整个编码的主线.)-, Put the main line of code has already been analyzed by the code in some places the hardest to understand (the hardest to understan
shipinjiankong
- 远程视频监控系统,分为客户端和服务器端,vc6.0下调试通过-Remote Video Monitoring System, is divided into client and server-side, vc6.0 debugging through
audio
- 虚拟声卡频率计 该程序是在VC++6.0环境中,用C++语言编写的,分三个模块:一个是程序框架模块,实现程序的框架结构;二是声卡采样模块,实现声卡对外部模拟信号的采样;三是对采得的信号进行频率值计算。-The program is in VC++6.0 environment, using C++ language and is divided into three modules: Module One is the procedural framework, the framework o
6168fa_41331p.part03
- ESS6168 源程序,基于6168的源代码,压缩文件3,文件太大,分了6个包-ESS6168 source, based on the 6168 source code, compressed file 3, file is too large, divided into six packages
MP3mdct
- 在MP3 编解码器的设计中,前向MDCT 与反向IMDCT 是两个计算最为复杂的部分。 提出了一种新的算法,对MDCT 与IMDCT 的实现进行优化,极大地降低了运算量。该算法将 MDCT 与IMDCT 的计算分成三步实现: 前处理, 核心处理, 后处理。其中,核心处理部分由 MDCT 与IMDCT 共用,大大减少了对硬件电路的需求,降低了芯片成本。-In the MP3 codec designs, prior to the MDCT and IMDCT are two reve
200583010229073
- ualDub是一套多媒体剪辑软件,它的功能可一点也不输给Premiere以及Media Studio等专业等级产品的功能。在VirtualDub中主要的功能可以区分为两大部份,一是可以让您针对现有的电影短片文件如。AVI以及。MPG等做编辑的工作,另一项则是可以搭配您的影像补捉卡做即时的动态影像捕捉的功能。 -ualDub is a multimedia editing software, its functionality can be lost is nothing such as Prem
