搜索资源列表
(利用GIF_LZW算法实现的)网络图片传输
- (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运
(利用GIF_LZW算法实现的)网络图片传输
- (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运
2006216204853547
- 一个远程监控软件,可以控制服务器,获取服务器的屏幕截图等功能。图片传输时使用的是JPG格式。由于程序中使用到了GDIPlus,所以对于使用Visual C++6.0的需要更新一下SDK方能编译通过! 该程序目前还不是很完善,有不少的bug,欢迎你指出。-a remote monitoring software that can control server, access server Screenshots capabilitie
PictureChat2_src
- 支持多语言输入和图片传输的聊天程序源码。-supports multi-language input and photo transmission chat program source code.
vc_picture_tra
- 做试验的时候做的一个VC++编程,网络图片传输程序,仅局域网内可用 -as a test of time to do a VC program, network transmission Photo procedures can be used only within the LAN
BlueTooth
- J2ME蓝牙通讯, 蓝牙图片传输-J2ME Bluetooth communication, Bluetooth, picture transmission
WinSockUDP
- 有关于UDP通信的技术,进行传输数据,传输图片,传输文字-Have on the UDP communication technology for transmitting data, transmit images, text transmission
getImageFromnet
- 手机和linux服务器之间图片传输,服务器用C语言编写-Mobile phones and linux image transmission between servers, servers with C language
chartroom
- 实现一般的qq聊天的功能。支持文件传输 ,和图片传输的功能 -The achievement of general qq chat function. Support file transfer, and picture transmission function
PostPic
- 程序分为两个部分:客户端和服务器,实现了在他们之间传输图片。-Procedures are divided into two parts: client and server implementation in the picture transmission between them.
QQ
- 网络聊天程序,分客户端和服务器端,有文件传输、图片传输、文字传输等信息-Internet chat program, sub-client and server-side, there are file transfer, picture transmission, text message transmission, etc.
danping_s_c
- 单屏网络视频显示,用图片输方式将服务器端摄像头抓到的图片传输到客户端。01为服务器,02为客户端-Single-screen video display, the picture will lose the way server-side camera captured the image transfer to the client. 01 for the server to the client 02
winsockchuantu
- 使用winsock传输并显示图片 包含了服务器端和客户端 使用了在套接字传输图片-winsock chuan tu
SendPictrue
- 这个程序是基TCP/IP协议传输图片,可以帮助一些学习图片伟输的朋友!-This procedure is based TCP/IP protocol transmission picture, you can learn to help picture-wei lost friends!
PictureTransfer
- VC下的一个简单的点到点图片传输源程序!绝对可用-A sample point to point picture transfer program.peer-to-peer pictures transfer function of the source code! ! Absolutely available
socket
- 在VB.NET开发环境下,利用Socket,实现发送端与接收端的图片传输-In the VB.NET development environment, using Socket, to achieve sender and receiver side of the image transmission
socket
- 基于socket多线程图片传输程序,有客户端和服务器端-Socket-based multi-threaded image transfer process, there are client and server-side
MFCFileTransfer
- 使用MFC编写的图片传输程序,功能非常强大,常熟效率很高。-Written using MFC picture transmission program,very powerful, transmission very efficient.
RemoteControl
- 远程控制EXE.. 图片传输方面有待完善 -remote control code
C#matlab图片传输
- c#读取图片转换为灰度图,由matlab接收并存储(C# read pictures converted to grayscale, received and stored by the MATLAB)