搜索资源列表
homework.m
- 本代码是本人于前年完成的利用小波变换技术实现的图像分解与合成的MATLAB源代码.详细的说明见本人的个人主页,上面有详细的说明和测试结果,数据绝对准确可靠.本人现在正在研究语音压缩算法,主要是MELP算法.从网上搜索到这里正好有本人所要参考的源代码,如能赐予,万分感谢.邮箱:liwh@ruyi.com电话:133251646-the code is completed in the year before last I use wavelet transform technique of ima
LZ77arithmetic
- 测试压缩一个425K的文件需要9.4秒,压缩后的文件为177K。如果要提高压缩速度,那么算法的复杂度就得增加了。 -compression testing of a 425K file 9.4 seconds, compressed the files to 177K. If we are to raise compression speed, then the algorithm complexity must increase.
phpZip
- PHP空间上传打包下载工具.如果你的FTP服务器不是很好的话`你会用的着的`上传很快的-PHP Upload packing space to download tools. If your FTP server is not very good words you would use to upload the soon
DelphiZLib.123
- The zlibex.pas unit included in this archive will work with delphi 5, 6,and 7. if you previously downloaded my delphi 5 unit, you will notice that the unit has been renamed. this was done because borland included in its delphi 6 and 7 lib directories
yasuo2-8
- 又一个关于无损压缩的代码由于只许可用英语做文件名,所以要是看不明白的朋友,请看具体的文件吧。-also a lossless compression of the code, only permission to do English file names, So do not understand that if a friend, take a look at the specific document it.
imageprogessor
- 这是一个图象压缩器的java程序大家可以看一下,要是有问题请帮助解决.-This is a compressed image of java programs we can look at, if a question, please help.
imagelib
- 第一次上传,大家如果需要可以下载,谢谢大家-first upload, if we need to be downloaded, thank you
dwt_hh_Source
- DWT变换源代码,As a special exception, you may use this file as part of a free software library without restriction. Specifically, if other files instantiate templates or use macros or inline functions from this file, or you compile this file and li
yiliao
- 这个程序是用C语言实现的。我使用了单向链表来实现对药品的增加. 删除等操作. 我修改了几次算法, 优化了一下. 如果有不足之处,还望各位多多指点。 设计目的: 这是一个专为小药店设计的药品管理系统. 可以对药品自由的进行添加、删除、查找等操作. 功能简介:(每个数字键对应相应的功能, 按数字键后,请按Enter键) \"1 - 增加药品\": 向系统增加一种药品 \"2 - 删除药品\": 删除系统中的一种药品 \"3 - 查找药品\": 输入药品
jcddmnxt
- 进程调度模拟程序 这里没有任何的API调用 只是模拟,我给进程设定了自己的语法,输入一般的字符cpu调用时只是正常输出,如果遇到 $ 表示该进程要调用系统资源后面必须跟一个数字表示占有的时间,如果资源闲置则占有资源否则阻塞,等资源释放在占有资源。进程的调用算法我采用的是时间片轮转算法并有所改进,当某个进程从阻塞队列释放后,他将把以前因为等待资源而被浪费的时间补回来。-scheduling process simulation program here no API calls only simu
htm++++l
- 在 IE6、MYIE、GreenBrowser 中测试通过。如果用户没有安装 offiice2003 ,使用此方法会弹出提示框,取消即可,没有防碍-in IE6, MYIE, GreenBrowser test passed. If users have not installed offiice2003, the use of this method will pop up boxes, will be abolished, not hinder
chmsee-gtkhtml-0.8.0.tar
- 又一开源的解压缩chm格式文件的代码,如果要做chm制作工具,值得参考!-another revenue decompress chm format of the code if they are to be done chm production tools, it is also useful to look!
L_Quxian
- 用 Matlab 编程模拟 李萨如曲线 两互相垂直的,频率成一定整数比例关系的简谐振动合成,合振动为有一定规则的稳定的闭合曲线,称李萨如曲线。运行程序,令a=pi/3,k=3可得李萨如曲线-simulation using Matlab programming Lissajous curve as two mutually perpendicular. frequency of a certain proportion of the whole synthesis of harmonic v
huishu01beibao
- 回朔解决0-1背包,里面有VC++的代码,可供大家参考,如里有误的,请和我联系-retrospective resolve 0-1 knapsack containing a VC code, for your reference, if there are mistaken. and please contact me! !
testforos
- 操作系统实验,模拟进程调度.第一次上传东西,若有不好的地方望大家指教.-experimental operating system, the modeling process scheduling. Upload things first, if not the local hope you enlighten.
RayCompressDelphi
- RAY压缩是综合统计和字典方法,针对数据库的压缩算法。这个算法是专门针对重复率比较高的数据的压缩算法,有较高的压缩比。如果全部重复,那么它的压缩率是以2为底的对数。可应用于电力系统数据的压缩。-Ray compression integrated statistics and dictionary method, the database compression algorithm. The algorithm is targeted at high repetition rate of dat
HuffmanCode
- 用stl 实现的哈夫曼编码,要是没学过stl 的就不要看了。-with stl achieve Huffman coding, if stl learned not to read it.
haffman
- 在Jpeg中Huffman采用的是范式Huffman编码。经过查相关资料有两种不同说法,请高手指点。谢谢! 1、构造范式 Huffman 编码的方法大致是: 分别统计从最大编码长度 maxlength 到 1 的每个长度对应了多少个符号。根据这一信息从 maxlength 个 0 开始以递增顺序为每个符号分配编码。例如,编码长度为 5 的符号有 4 个,长度为 3 的有 1 个,长度为 2 的有 3 个,则分配的编码依次为: 00000 00001 00010 00011
passfile4
- 密码框,想必大家都很熟悉了吧?上网时,我们就要在密码框中输入我们的账号密码。 不知你有没有发现,这个至关重大的密码框,盖茨老总竟如此不负责,把它做得如此不可靠,别人可以随随便便把你的密码拿走。不信,咱们做个实验。-password box, you must be very familiar with it by now? Internet, we will have the password box into our account password. I wonder if you ha
文本与二值图像的游程压缩[xtulbd,050418]
- 【文本与二值图像的游程】1. 文本游程压缩的原理 对重复字段采用3符号标识法:(1) 重复提示符,比如@,#等;(2) 游程长度参数或重复次数,若用一个字节表示,最大长度可为255个重复字;(3) 重复字符。以上三部分合称为重复因子。可见要获得压缩效益,重复字符应在3个以上。2. 图像游程压缩的原理 对于二值图像,原始数据为零一矩阵,压缩时逐行处理该矩阵:(1) 连续n个1,表示为+n;(2) 连续n个0,表示为-n。-text and binary image -- an outbound t