联盟首页 协同开发 共创软件 开放源码 软件工程 共创论坛 关于联盟
  您的位置 » 开放源码库【成熟 - 项目摘要 首页 | 分类源码 | 提交源码 | 下载统计 | 原创源码 | 成熟源码 | 代码片断
 
 Rotate a Bitmap at Any Angle Without Get - 项目摘要
摘要 | 管理 | 论坛
文档 | 软件包

源码库中源码数量为19221
有贡献人员名单:

-= 更多 =-
  • ffdshow
  • jasperreports
  • PoolMan
  • Air Traffic Controller
  • virtualdub-win
  • CppUnit
  • Apache-SSL-Jserv
  • FCK editor
  • Async Professional
  • GLgraph
  • -= 更多 =-

    项目描述:
    There is already an article on CodeGuru about rotating a bitmap at any angle. Unfortunately, it is very slow and produces some artifacts when rotating. The comments have focused on optimizing the floating point operations, but that is not the issue. The real issue is that GetPixel and SetPixel are abysmally slow. So, I wrote this program to demonstrate that it's not the fault of the floating point calculations.



    在没有GetPixel/SetPixel的任意角度旋转一个位图

    在CodeGuru已经有一篇在任意的角度旋转一个位图的文章。不幸地,在旋转的时候,它非常的慢。 注解把重心集中在浮点运算的最优化,但那不是主要问题。 真正的问题是GetPixel和SetPixel非常的慢。 因此, 我编写了这个程序来说明这不是浮点运算的原因。
    来源: http://www.codeguru.com/gdi/GDIRotate.html
    类别:
    发布者: cbd002

    最新发布源码包
    软件包 版本号 日期 本地下载
    GDIRotate_exe  1.0  2004-04-19 下载

    原始下载连接(国外) http://www.codeguru.com/code/legacy/gdi/GDIRotate_exe.zip

      » 合 作 伙 伴