搜索资源列表
-
0下载:
简单的远程控制编程的例子,实现了远程文件浏览,和屏幕监控,屏幕监控使用lzw压缩算法-simple remote control programming examples and achieve a remote file browsing, and screen monitoring, Screen Monitor compression algorithm used 4,558,302
-
-
0下载:
信息隐藏的一种算法,使用matlab实现.mycompress.m JPEG有损压缩 mycrop.m 剪切 myhighpass.m 高通滤波器 mylowpass.m 低通滤波器 mynoise.m 高斯,椒盐噪声 myresize.m 放缩 myrotate.m 旋转 mywiener.m 维纳滤波 myattack.m 以上所有攻击的集合-information hidden an algorithm, using Matlab to achieve. JPEG Compression
-
-
0下载:
一种适用于WMSNs的分布式图像压缩算法.pdf,最新的图片压缩算法,适用于wsn。-A WMSNs Distributed image compression algorithm. Pdf, up-to-date picture compression algorithm for wsn.
-
-
0下载:
ZIp压缩算法,有源码,生成LIB和dll文件,接口简单,使用方便生成两个类CZIP和CUnZIP-Zip compression algorithm, there is source code to generate LIB and dll files, easy interface, easy to use to generate two types of CZIP and CUnZIP
-
-
0下载:
一、使用TCP协议传输数据。理由:稳定性好。
二、使用字节数据流进行传输,理由:
A:VB的String存在自动Unicode转换问题,影响速度;
B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。
三、使用GIF-LZW压缩算法压缩图像。理由:
A:行程编码、Huffman压缩算法压缩率太低;
B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现;
C:GIF-LZW压缩算法压缩率较好,且我已想
-
-
0下载:
基于P2P的文件上传下载代码,还包含文件压缩解压算法,C语言代码。-Based on P2P document upload downloading code, but also included file compression decompression algorithm, C language code.
-
-
0下载:
C++(MFC)开发,实现语言的采集,压缩和局域网的互传。 搜索局域网内的所有主机,可连接选中主机进行通话。 语言聊天对误码率要求较低,而且对实时性要求较高,因此使用的传输协议为UDP,使用winsock完成对接。 接收端和发送端的buff使用循环队列以缓冲局域网较快的数据传输。 压缩算法使用window自带的压缩算法。 由于对话双方既是客户端也是服务端,因此使用多线程进行接收和发送数据。 向窗体注册winsock的消息,用于建立连接和发送接收数据时弹出消息。-C++ (MFC) develop
-
-
0下载:
(利用GIF_LZW算法实现的)网络图片传输
一、使用TCP协议传输数据。理由:稳定性好。
二、使用字节数据流进行传输,理由:
A:VB的String存在自动Unicode转换问题,影响速度;
B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。
三、使用GIF-LZW压缩算法压缩图像。理由:
A:行程编码、Huffman压缩算法压缩率太低;
B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现;
-
-
0下载:
This software is written in code algorithm. lossless image compression that achieve high performance
-
-
0下载:
基于UDP套接字,采用C/S模式
屏幕分块,差值比较
采用Zlib算法进行数据压缩
广播数据报
客户端对服务器的鼠标控制
-Based on UDP sockets, using C/S mode screen block, the difference compared with Zlib data compression algorithm broadcast datagram client server mouse control
-
-
0下载:
Zopfli 压缩算法是一个新的兼容 zlib (gzip, deflate) 的压缩器,该压缩器压缩时需要更多的时间(大约慢100倍),但压缩率比 zlib 和其他兼容压缩器要好上 5 。-Zopfli a new compression algorithm is compatible with zlib (gzip, deflate) compressor, the compressor compresses needed more time (approximately 100 times
-
-
0下载:
HTML5+PHP Base64 image upload program, now like a lot of WEB upload procedures including WeChat and QQ to send some pictures, automatically compressed (attenuation) images, which can effectively guarantee the speed, save the user traffic, this exampl
-
-
0下载:
用哈副慢实现数据压缩算法,开发软件用VC++实现,小弟是新手(Data compression algorithm to implement in ha vice slower, developing software with vc + + achieved, the younger brother is a novice)
-
-
0下载:
wolf calculated Lyapunov exponent, Pattern Recognition bayes discriminant analysis algorithm, LFM pulse compression of the Matlab program.
-
-
0下载:
哈夫曼压缩算法编码是无损压缩当中最好的方法。它使用预先二进制描述来替换每个符号,长度由特殊符号出现的频率决定。常见的符号需要很少的位来表示,而不常见的符号需要很多为来表示。
哈夫曼算法在改变任何符号二进制编码引起少量密集表现方面是最佳的。然而,它并不处理符号的顺序和重复或序号的序列。(Huffman compression algorithm coding is the best method of lossless compression. It replaces each symbol
-