登录
首页 » 算法 » Image enhancemanet algorithm python

Image enhancemanet algorithm python

于 2023-04-24 发布 文件大小:1.39 kB
0 101
下载积分: 2 下载次数: 1

代码说明:

Image enhancemanet algorithm python

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

发表评论

0 个回复

  • ini adalah program anak keperawatan
    ini adalah program anak keperawatan
    2022-05-30 09:53:33下载
    积分:1
  • DS理论用于数据融合
    附有论文《D_S证据理论在火灾探测中的应用》,及MATLAB程序
    2022-03-14 13:25:56下载
    积分:1
  • 一、前言 24点游戏是一个常见游戏,出题者给出4个整数,要求答题者在指定时间内给出一个四则运的表达式,恰好用上这这个整数各一次,计结果为24,超出时间为...
    一、前言 24点游戏是一个常见游戏,出题者给出4个整数,要求答题者在指定时间内给出一个四则运算的表达式,恰好用上这这个整数各一次,计算结果为24,超出时间为输。 二、分析 用计算机来算这个题,搜索速度当然有很大优势,我编程喜欢考虑通用一点,不限制输入数量和结果数,甚至不限制运算符数量。这样组合数就很大,如果输入数比较多,则搜索时间会非常长。 我用两个方法来提高搜索速度:一、是大家都能考虑到的重复搜索问题,比如1,2,3和2,3,1所有的组合情况是相同的,我只搜索使用递增序的数组,则可以降低一个组合数的数量级别;二、使用动态规划中的备忘录方法,比如你计算出2和3所有可能的计算结果,则他们与4结合的时候,要用到,与1结合的时候,也要用到,使用备忘录,可以只计算一次,大大降低运算复杂度。 三、设计 整体设计:分别设计4个类:游戏、表达式、运算、分数,各司其责,结构清晰,易于扩展。 -First, the preamble 24-point game is a common game, give the title are four integer requiring answer within a specified period of time in a four calculations give the expression, just use that the integral of the time, results for the 24, beyond the time to lose. Second, analysis Use computers to count the title, the search speed of course, there is a great advantage, I enjoy taking generic programming that does not restrict the importation of the volume and the number of results, and even limiting the number of operators. So on a large number of combinations, if you
    2022-04-21 18:17:05下载
    积分:1
  • 北大100acm100题解题报告,包括ppt和word文档不过没有源代码
    北大100acm100题解题报告,包括ppt和word文档不过没有源代码-North 100acm100 problem-solving questions, including ppt and word documents, however there is no source code
    2023-03-21 18:10:04下载
    积分:1
  • AES加密工具
    AES算法加密工具,使用C++语言实现--------------------------------
    2022-01-25 18:54:11下载
    积分:1
  • computer control Lawes list achieve
    计算机控制--劳斯表实现-computer control Lawes list achieve
    2022-08-11 15:15:50下载
    积分:1
  • Computation of large numbers, efficiency is very high, very collectible, it is w...
    大数运算,效率非常高,很有收藏价值,值得你下载!-Computation of large numbers, efficiency is very high, very collectible, it is worth your download!
    2023-03-25 09:25:03下载
    积分:1
  • fast fourier transform serving filter design
    快速傅立叶变换是计算各种实际问题的常用方法。
    2022-05-14 13:41:02下载
    积分:1
  • 决策树的实现。对于初学的人有一定的帮助。
    决策树算法的实现。对于初学算法的人有一定的帮助。-Decision tree algorithm. Algorithm for beginners who have some help.
    2022-02-15 19:48:00下载
    积分:1
  • high matrix operation code
    高数矩阵运算代码-high matrix operation code
    2022-06-20 05:10:58下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载