搜索资源列表
(利用GIF_LZW算法实现的)网络图片传输
- (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF
类似MSN信息发送框的制作(上)
- 用 MSN 和 QQ 等聊天的时候,当用户输入特定意义的字符串时,系统回自动用一张小图片替代.比如输入\" : ) \"系统 会用一个小笑脸代替。我要实现的就是这样一个信息输入框。这个信息输入框由两部分组成:图案选择器和多功能文本框。本篇介绍多功能文本框。-using MSN Messenger chat so often, when a specific user input string, the system back to the automatic use a small altern
T_reachtextbox
- 通过代码可以实现图文混排功能,即既可以发送图片也可以发送文字。-Code can be achieved by photo-text function, which can either send a picture can also send text.
SMailExpress
- 主要功能: 1. 完美支持单发和群体发送,内置邮件文本编辑器,用起来和WORD一样得心应手。 2. 可以自定义smtp 3. 邮件支持不同地区编码(简体、繁体、韩文、西欧、日文等); 4. 成功失败都有据可查; 5. 支持发布text、html格式邮件内容.发信人,签名随意更改 6. 加入自定义变量,每一封邮件都不相同; 7. 支持自定义图片发送,自带日志记录功能, 所有情况一目了然 8. 支持EXCEL,ACCESS等数据库格式 9.多线程发送,每天
5956460multi-function-chat
- 多功能聊天系统,能够在线聊天,发送图片和表情等功能-Multi-chat system, capable of online chat, send pictures and expressions and other functions
socket
- 在VB.NET开发环境下,利用Socket,实现发送端与接收端的图片传输-In the VB.NET development environment, using Socket, to achieve sender and receiver side of the image transmission
picture_send
- 实现向指定IP地址的主机经特定端口号发送图片-To achieve the designated host IP addresses to send pictures via a specific port number
QQTPHZ
- 使用图片不停向QQ好友发送图片轰炸,有点邪恶-QQ friends using Pictures keep sending pictures to the bombing
qq-send-picture
- QQ 发送图片给好友 可设定发送次数--不要攻击别人阿-QQ send pictures to friends can be set to send the number- do not attack others A
tomail
- 源码介绍:截桌面图片发送到你的邮箱,接收图片的邮箱必须是发送图片的邮箱,因为stmp只能自己接收 设置需要:邮箱需要设置独立密码,邮箱要开通stmp服务!详细开通方法请参考百度! -Source Descr iption: cross-sectional desktop picture to send to your mailbox, the mailbox must be receiving pictures to send pictures of the mailbox, becaus
dasuantou
- 手机聊天工具,可以发送图片和文件等功能,还有写地图定位-android chat tools source ,you can sent pics and files ,and you can see how to write it
M5956460multiu
- 多功能聊天系统,能够在线聊天,,发送图片和表情等功能可直接使用。 -The multi-functional chat system, online chat, send pictures and expressions can be used directly.
send-pic
- 通过SOCKET发送图片信息到远端服务器,主要用来传输图片-SOCKET send picture message through to the remote server, and is mainly used to transfer pictures
MyQQ
- 企业QQ 可以聊天 发送图片 供企业内部使用-Enterprise QQ chat send pictures for internal use
java
- 这是一个简单的java聊天系统,可以实现聊天,发送图片,发送文件等信息-This is a simple java chat system, can achieve chat, send pictures, send files and other information
2
- 此程序可以通过发送指令控制单片机通过串口发送图片的数据信息,并且可以在picturebox中显示图片-This program can send commands to control the microcontroller through the serial port to send image data information, and can display the picture in picturebox
257f
- 类似QQ的聊天软件,基于C#,简单聊天功能,但不能发送图片-my own qq
pdsuOA_IM
- C#写的OA办公即时通讯软件,实现了文字、语音、视频聊天,可以发送图片、文件、表情等。-C# to write the OA office instant messaging software, text, voice, video chat, you can send pictures, documents, and other expressions.
MFC实现的网络传输图片 (2)
- MFC实现图片的发送(MFC realize image)
微信后台视频图片发送
- 实现微信后台进行视频图片发送的功能,给需要使用的人(Realizing the function of video picture sending in the background of WeChat)