CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 算法好的

搜索资源列表

  1. 自适应算法LMS

    0下载:
  2. LMS的算法实现,是m文件,文件中有注释容易理解。一开始运行会有错,吧路径改一下就出来了。很好用良心之作。(The LMS algorithm implementation is m file, which is easy to understand in the file. I'm going to start off with something wrong, and I'll just change the path. It's a good conscience.)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:19841107
  1. 算法代码

    0下载:
  2. 这是一个关于pid调节的子程序,可以帮助初学者更好地了解pid算法(This is a regulation on the PID subroutine, which can help beginners better understand the PID algorithm)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-22
    • 文件大小:13312
    • 提供者:ggboy
  1. RANSAC

    1下载:
  2. 本代码为随机采样一致性点云处理算法,可以从点云数据中很好的对模型进行拟合(This code is a random sampling consistency point cloud processing algorithm, can very good from point cloud data for fitting model)
  3. 所属分类:图形图象

    • 发布日期:2017-12-21
    • 文件大小:14586880
    • 提供者:苏墨白
  1. UCT算法在计算机围棋中的应用与改进_周明明

    1下载:
  2. 关于UCT的论文,助于大家学习UCT,好东西大家一起分享(Papers about UCT, help everybody to learn UCT, good things to share)
  3. 所属分类:其他

    • 发布日期:2017-12-17
    • 文件大小:770048
    • 提供者:新飞
  1. MATLAB

    0下载:
  2. 求解一类旅行商问题,拥有较好的鲁棒性和全局搜索能力(To resolve a problem of travel strip, and have better steady and the whole search ability)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:13312
    • 提供者:broad
  1. 小波融合算法

    0下载:
  2. 实现图像的融合,能较好地把模糊的图像变得清晰化(Achieve image fusion)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-19
    • 文件大小:130048
    • 提供者:玉宇泪心
  1. POCS

    1下载:
  2. 超分辨率的pocs方法,matlab编写的,很好的算法(Super-resolution pocs method, matlab prepared, a very good algorithm)
  3. 所属分类:matlab例程

  1. 杨建超ScSR

    0下载:
  2. 杨建超基于稀疏表示的超分辨率方法,很好的算法(Yang Jianchao based on sparse representation of the super-resolution method, a good algorithm)
  3. 所属分类:易语言编程

  1. 改进遗传算法11

    0下载:
  2. 是一个很好的程序,基于MATLAB对遗传算法进行的改进(Is a good program, based on MATLAB genetic algorithm improvements)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:108544
    • 提供者:haha秋天
  1. Sheffield的遗传算法工具箱

    2下载:
  2. MATLAB谢菲尔德 遗传算法工具箱 很好用 加载在MATLAB里(MATLAB Sheffield GA tool)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:422912
    • 提供者:chaoyiliu
  1. loadimage

    0下载:
  2. 可以直接go.m 进行程序加载。本人亲自测试,算法还可以,可以参考学习!(The program can be loaded directly by go.m. I personally test, the algorithm can also refer to the study!)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:581632
    • 提供者:黄天
  1. SimpleGA-master

    0下载:
  2. 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。(Genetic algorithm is a kind of evolutionary algorithm which is used to solve the optimal search algor
  3. 所属分类:数据结构

    • 发布日期:2017-12-22
    • 文件大小:4096
    • 提供者:pambassador
  1. sgd_solver.zip

    0下载:
  2. 自然梯度算法比随机梯度算法有更好的收敛性能和数值稳定性,块递归算法需要较少的运算时间。(The natural gradient algorithm works more efficiently than the ordinary gradient algorithm, and the block recursive method is feasible to real-time processing.)
  3. 所属分类:网络编程

    • 发布日期:2017-12-07
    • 文件大小:26339
    • 提供者:雪狼女
  1. genetic

    0下载:
  2. 遗传算法30个基本案例的第一题,我把工具箱也放进了里面,以便更好的运行代码,一元函数的遗传算法优化(Optimization of unary function by genetic algorithm)
  3. 所属分类:书籍源码

    • 发布日期:2017-12-21
    • 文件大小:96256
    • 提供者:小禹哥哥
  1. VPR 节约里程算法实现

    0下载:
  2. 最短路径算法,最多可算50个点之间的最短路径问题,很好用(Shortest path algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:798720
    • 提供者:dlam12345
  1. k-means

    0下载:
  2. 此代码可以对图像很好的聚类,文件里面有原始图像,也有聚类后的图像,聚类的效果挺好的,大家可以看看(This code can make a good clustering of images. In the file, there are original images, and there are also images of clustering. The effect of clustering is good. You can have a look at it)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:118784
    • 提供者:宁采臣
  1. 模拟退火

    0下载:
  2. 此代码用于求解二维数据中的优化问题,效果挺好的,文件里有二维数据的问题,大家可以好好看看!(This code is used to solve optimization problems in 2d data. The results are good. There are two dimensional data problems in the file, so you can have a good look!)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:宁采臣
  1. 显示函数

    0下载:
  2. 能准确检测出电阻电容电感的值,提供了很好的算法。适合各位做比赛同学(It can accurately detect the value of resistance, capacitance and inductance, and provides a very good algorithm. For you to do the game, classmates)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-17
    • 文件大小:67584
    • 提供者:雨夜记忆
  1. 经典的算法

    0下载:
  2. 数学建模经典算法神经网络算法蒙特卡洛算法等等,学习的好材料(All kinds of classical algorithms, good materials for learning)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:54013952
    • 提供者:xxxx123
  1. 基于直方图优化的图像去雾技术

    0下载:
  2. 基于matlab的图像复原系统,图像直方图均匀化做的很好,可以提供一个参考。集思广益!!!(This is a matlab code based image fog system, simple and practical. Please refer to the source file for details.)
  3. 所属分类:图形图象

    • 发布日期:2017-12-21
    • 文件大小:118784
    • 提供者:ficker
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com