CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - JPEG Stream

搜索资源列表

  1. (利用GIF_LZW算法实现的)网络图片传输

    0下载:
  2. (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:61.05kb
    • 提供者:
  1. jpeg to avi stream

    0下载:
  2. jpeg图像封装成avi文件,linux下测试通过
  3. 所属分类:Windows编程

    • 发布日期:2011-06-10
    • 文件大小:34.18kb
    • 提供者:coloriy
  1. Video-motion-detection-algorithm-source-code

    0下载:
  2. 本文实现了在连续视频数据流中几种不同的运动检测算法,他们都是基于当前帧图像和前一帧图像的比较,程序使用了AForge.NET framework库。其中的示例代码支持下面几种视频格式:AVI文件、网路相机的JPEG和MJPEG,本地的采集设备(USB相机等)。-This article implements a continuous video data stream in several different motion detection algorithms, they are based
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1.29mb
    • 提供者:憨豆
  1. LANmonitor

    0下载:
  2. 局域网屏幕监控系统是主要由客户端和服务器端两部分组成。  客户端模块 该模块主要用于抓取屏幕信息,进行数据压缩,然后划分数据报,向服务器端发送数据,并等待服务器发来的确认信息。  服务器端模块 该模块主要用于接收客户端发送的数据报,然后向客户端发送确认信息,接着组合数据报为JPEG数据流,最后显示JPEG图像。-LAN monitoring system is the main screen by the client and server-sid
  3. 所属分类:Communication

    • 发布日期:2017-05-10
    • 文件大小:2.08mb
    • 提供者:志勇
  1. capture_anyones_desktop

    0下载:
  2. to capture desktop from any others computer in your LAN. I use JPEG format to get small file/stream packages size
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:7.47kb
    • 提供者:Robert
  1. MotionDetectionAlgorithms

    0下载:
  2. Motion Detection Algorithms There are many approaches for motion detection in a continuous video stream. All of them are based on comparing of the current video frame with one from the previous frames or with something that we ll call background. I
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:276.01kb
    • 提供者:reyjav
  1. Hi_MJPEG_DEC_SDK_V1.0.0.2

    0下载:
  2. the hi_mjpeg_dec_w.exe is built base on the hi_mjpeg_sample.c and static libary of the decoder, the command format is as following: hi_mjpeg_dec_w.exe test.jpg [test.yuv] Notes: test.hjpg is a jpg stream file according with JPEG. test.yu
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:68.11kb
    • 提供者:endy
  1. LLANcontrrlA

    0下载:
  2. 局域网屏幕监控系统是主要由客户端和服务器端两部分组成。客户端模块该模块主要用于抓取屏幕信息,进行数据压缩,然后划分数据报,向服务器端发送数据,并等待服务器发来的确认信息。服务器端模块该模块主要用于接收收客户端发送的数据报,然后向客户端发送确认信息,接着组合数据报为JPEG数据流,最后显示JPEG图像。操作注意事项(1)可执行文件位置:Server\Debug\Server.exe Client\De -The LAN screen monitoring system is mainly co
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-13
    • 文件大小:2.06mb
    • 提供者:liming
  1. shipingenzong

    0下载:
  2. 本文实现了在连续视频数据流中几种不同的运动检测算法,他们都是基于当前帧图像和前一帧图像的比较,程序使用了AForge.NET framework库。其中的示例代码支持下面几种视频格式:AVI文件、网路相机的JPEG和MJPEG,本地的采集设备(USB相机等)。 -Some approaches to detect motion in a video stream. There are many approaches for motion detection in a continuous v
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:634.62kb
    • 提供者:zys
  1. LanSCREEMMonitor

    0下载:
  2. 局域网屏幕监控系统是主要由客户端和服务器端两部分组成。 客户端模块该模块主要用于抓取屏幕信息,进行数据压缩,然后划分数据报,向服务器端发送数据,并等待服务器发来的确认信息。 服务器端模块该模块主要用于接收客户端发送的数据报,然后向客户端发送确认信息,接着组合数据报为JPEG数据流,最后显示JPEG图像。 -LAN-screen monitoring system is mainly composed of client and server-side two
  3. 所属分类:Communication

    • 发布日期:2017-06-14
    • 文件大小:19.72mb
    • 提供者:qqq
  1. VB-reads-jpeg-file-binary-write

    0下载:
  2. 对jpeg文件进行二进制流存入,然后再读取出来,非常好用-For jpeg files stored in a binary stream, and then read it, very easy to use
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-24
    • 文件大小:312.69kb
    • 提供者:孙钦
搜珍网 www.dssz.com