搜索资源列表
cpubbs_camera
- 通过用虚拟仪器控制USB摄像头进行采集图像,并且实现用网络进行传输图片,多机进行网络通信传输!用虚拟仪器软件labview编制,所有源码均已附上!转载请注明CPUBBS论坛原创信息!http://www.cpubbs.com-by using virtual instrument control USB camera for image acquisition and to realize the transmission network using pictures, multi-machin
高速屏幕传输
- 高速屏幕传输.分块比较+压缩传输能有效的减少压缩数据量,但缺点也很明显,比较图片的效率肯定没内存流比较高,要加快传输只能找到更好的算法我选择的是后者,开始的时候是直接把截下来的图片分成n块,然后逐块和上一个图片比较,不同就放到流中压缩传送,不过写完测试时很是郁闷,Cpu占用不说,在自己电脑上根本就突破不了16帧,当时就苦想能节约时间的方法(当时做梦都在想^.^),终于在一次被吵醒后来了灵感,每次都要把图片分成n块,这也很占时间啊,有没有更好的办法呢?觉也睡不着了...具体实现就看代码吧^_^
WinSockUDP
- 有关于UDP通信的技术,进行传输数据,传输图片,传输文字
NETIMGSAMPLE
- 基于tcp协议的网络传输程序,实现传输图片并在服务器端显示出来。
picture_gather_and_transport2
- Linux的图片采集与传输,图片采集与传输
picture_gather_and_transport3
- Linux的图片采集与传输,图片采集与传输a
picture_gather_and_transport5
- Linux的图片采集与传输,图片采集与传输b
(利用GIF_LZW算法实现的)网络图片传输
- (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF
chartroom.rar
- 实现一般的qq聊天的功能。支持文件传输 ,和图片传输的功能 ,The achievement of general qq chat function. Support file transfer, and picture transmission function
netimgsample
- 用MFC实现的网络传输图片的程序,完全可用-Using MFC to achieve the network transmission picture of the process, fully available
PostPic
- 程序分为两个部分:客户端和服务器,实现了在他们之间传输图片。-Procedures are divided into two parts: client and server implementation in the picture transmission between them.
winsockchuantu
- 使用winsock传输并显示图片 包含了服务器端和客户端 使用了在套接字传输图片-winsock chuan tu
tcp_ubuntu
- linux 下可以传输图片,先运行server 再运行client,文件名可以改-linux can transfer pictures, run the server first and then run the client, the file name can be changed
SendPictrue
- 这个程序是基TCP/IP协议传输图片,可以帮助一些学习图片伟输的朋友!-This procedure is based TCP/IP protocol transmission picture, you can learn to help picture-wei lost friends!
MFC实现的网络传输图片 (2)
- MFC实现图片的发送(MFC realize image)
MFC实现的网络传输图片
- 传输图像数据,一个服务器端和一个客户端组成。(The transmission of image data consists of one server and one client.)
TCP_Demo2.4.9
- Socket编程实现网络传输图片,并通过opencv显示(Through the Socket programming network transmission picture)
C#matlab图片传输
- c#读取图片转换为灰度图,由matlab接收并存储(C# read pictures converted to grayscale, received and stored by the MATLAB)
拍照+wifi传输+命令控制雏形3.0
- 通过stm32控制ESP8266传输摄像头的图片数据,并在上位机显示(Through the STM32 control ESP8266 transmission camera picture data, and display in the host computer)
xn_py
- 客户端为openmv采集图片数据,经wifi模块传输给服务器,服务器端接收保存为本地文件。(The client collects the picture data for openmv, and transmits it to the server through WiFi module. the server receives and saves it as local file.)