搜索资源列表
freewebhd0313
- 免費分享版網路硬碟 01.創意風格首頁 02.申請會員 03.密碼查詢 04.會員容量限制 05.上傳檔案支援  Persits.Upload Dundas.Upload LyfUpload.UploadFile iNotes.Upload 06.多檔上傳,最多一次10個檔案 07.重新命名 08.刪除檔案、資料夾 09.剪下、複製、貼上 10.上移功能 11.會員列表、會員修改、刪除會員 12.系統資訊列表、系統修改 13.清單
(利用GIF_LZW算法实现的)网络图片传输
- (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF
Video-motion-detection-algorithm-source-code
- 本文实现了在连续视频数据流中几种不同的运动检测算法,他们都是基于当前帧图像和前一帧图像的比较,程序使用了AForge.NET framework库。其中的示例代码支持下面几种视频格式:AVI文件、网路相机的JPEG和MJPEG,本地的采集设备(USB相机等)。-This article implements a continuous video data stream in several different motion detection algorithms, they are based
Video_JPEG4_Decode
- 视频播放器JPEG4解码 编码解码 视频音频播放器-Sending Images Over the Network Once the system is in place, users can start transmitting images over the network via high-quality video imaging standards such as motion JPEG and MPEG.
VMottion-Detei
- 一种基于Visual C的运动检测算法,支持AVI文件件输入,支持JPEG、MJPEG网络摄像头与USB摄像头 -Motion detection algorithm based on Visual C pieces of input support AVI files, support for JPEG, MJPEG network camera head with USB camera
HIkon_sdk
- 海康威视的数字相机SDK开发包,包含内用应有尽有,网络图像获取、用户登录控制、jpeg图像解码、云台控制,日志管理等-Hikvision Digital Camera SDK development kit contains within everything, the network image acquisition, user login control, jpeg image decoding, PTZ control, log, management
camera sdk
- 英泰智数字相机SDK开发包,包含工业数字像机中网络图像获取,JPEG图像解码和远程像机参数控制等功能代码-Intentia the Chi digital camera SDK development package contains industrial digital camera in the network image acquisition, JPEG image decoding and remote camera parameters control code
CImage
- CBitmap 类只能处理BMP格式的图片,非常受限。 而CImage可以处理JPGE GIF BMP PNG多种格式图片,扩展了图片处理功能 且能与CBitmap 进行转换( 因为所载入的位图句柄都是HBITMAP,所以可相互转换),因此引入CImage类进行图像处理- CImage provides enhanced bitmap support, including the ability to load and save images in JPEG, GIF, BMP,