登录
首页 » 界面开发 » 这是一个JPEG图像编码及解码的程序。它不使用级别…

这是一个JPEG图像编码及解码的程序。它不使用级别…

于 2022-01-22 发布 文件大小:184.93 kB
0 203
下载积分: 2 下载次数: 1

代码说明:

This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN - LEVEL coding is used instead of Huffman coding. Compression ratio is compared for each DCT method. Effect of coarse and fine quantization is also examined. The execution time of 2 DCT methods is also checked. In addition, most energatic DCT coefficients are also applied to examine the effect in MatLab 7.4.0 R2007a. Input is 9 gray scale pictures & output is 9*9=81 pictures to compare. Blocking effect is obvious. -This is a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN - LEVEL coding is used instead of Huffman coding. Compression ratio is compar

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • TabbedNotebook control the use, introduction to a sine curve mapping how the sin...
    TabbedNotebook控件的使用,同时介绍了如何绘制正弦曲线,在正弦曲线界面单击就可以开始绘制-TabbedNotebook control the use, introduction to a sine curve mapping how the sinusoid click interface can begin mapping
    2022-02-15 02:04:51下载
    积分:1
  • 文字进度条
    文字进度条-Text progress bar
    2022-03-14 17:11:23下载
    积分:1
  • 这个可以编辑的treectl类的例子,外国人编写的
    这个可以编辑的treectl类的例子,外国人编写的-This can be edited treectl class example of foreigners prepared
    2022-06-21 21:19:04下载
    积分:1
  • 订单外卖系统
    资源描述并且经过实际的运营使用,结合了物流和财务,经过半年的校园实际使用的论证和完善,是一款成熟和经济的校园订餐系统。 本程序小巧,快速,但并不失功能强大,具有菜单管理,物流管理,店铺管理,员工管理,会员管理,短信,WAP等功能,是一款量身定做的专业的校园订餐管理系统。 安装:打开config.php,手工配置好安装文件后运行install.
    2023-01-20 21:25:03下载
    积分:1
  • Linux commands : touch men use mobile phone users to replace monthly average of...
    Linux命令:touch使用方法 男性手机用户每月更换铃声平均超6次 处理 Java 程序中的内存漏洞 JAVA文件操作(一):写文件 WAP如今“三十年河东,三十年河西” 【转贴】和尚与安迪的哲理 楼市与股市的难解之结 股票咨询业的“套傻游戏” 利率政策、税收政策,多项政策“杀”向房地产 我现在的座右铭!-Linux commands : touch men use mobile phone users to replace monthly average of over 600 ringtones dealt Java program memory loopholes in the document JAVA operations (1) : WAP written document, but now the "celebration, the Hexi" [posted monk and Andy-- the philosophy of the property and stock markets Gordian Knot shares consulting industry "sets silly game" interest rate policy, taxation policy, the policy "kill" to the property I now motto!
    2022-01-24 17:35:05下载
    积分:1
  • procedures for the use of the c# using the access path method of circular forms
    本程序利用c#实现用获取路径的方法得到圆形窗体-procedures for the use of the c# using the access path method of circular forms
    2022-07-11 19:05:53下载
    积分:1
  • 停车场收费系统
    停车场收费系统,eclipse工程文件,可以直接运行,Java编写gui界面,可以显示时间,欢迎字幕,剩余车位,可以记录停车时间,进入时间,出库时间,不同时间收费不同,
    2023-09-01 01:50:04下载
    积分:1
  • VB函数编程说明指南,介绍VB的函数库,一些操作说明,适合初级学者,可以作指导教材...
    VB函数编程说明指南,介绍VB的函数库,一些操作说明,适合初级学者,可以作指导教材-VB programming guide that function, introduced VB functions, some manuals, suitable for junior scholars, guidance materials can be made
    2023-05-09 09:50:03下载
    积分:1
  • 游戏改键
    ---=======小程序——游戏改键=========-----支持:字母、数字、F1~F12、SHIFTCTRLALTTAB、小键盘等键相互切换。
    2023-01-06 14:45:04下载
    积分:1
  • 用 C++ 创建简单的 Win32 服务程序(NTServCtrl) 详细信息 < NT服务 > 《用 C++ 创建简单的 Win32 服务程序》一...
    用 C++ 创建简单的 Win32 服务程序(NTServCtrl) 详细信息 < NT服务 > 《用 C++ 创建简单的 Win32 服务程序》一文的例子代码。描述如何用 Visual C++ 创建 Windows NT 服务程序。创建该服务仅用到一个 C++ 类,这个类提供服务与操作系统之间一个简单的接口。使用这个类实现自己的服务非常简单,只要改写少数几个基类中的虚拟函数即可。文中有三个源代码参考例子:这是其中之一―― NTServCtrl:是一个独立的程序例子,用它可以监控某个 Win32 服务; 其余两个分别为: NTService:是一个简单的 Win32 服务,它就是用本文所描述的方法建立的; NTServCpl:是一个控制面版程序,用来控制 NTService 服务;-create simple Win32 services (NTServCtrl) detailed information lt; NT services gt; "C create simple Win32 service procedures," a text of the code examples. Describe how to use Visual C create Windows NT service procedures. Creation of the service only to a category C, the category of services provided between an operating system with a simple interface. Use this category to realize their services are very simple, as long as rewriting a few of the base class function can be virtual. The text has three reference source code example : This is one of them-- NTServCtrl : an independent process example, it can monitor with a Win32 servi
    2022-12-15 07:30:03下载
    积分:1
  • 696516资源总数
  • 106436会员总数
  • 7今日下载