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

搜索资源列表

  1. LMS_Filter

    0下载:
  2. 本代码对LMS自适应滤波算法进行了简单仿真,结果表明LMS算法能够有效消除噪声干扰(This code is a simple simulation of LMS adaptive filtering algorithm. The results show that LMS algorithm can effectively eliminate noise interference.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:62464
    • 提供者:l_kevin
  1. kmeans

    0下载:
  2. K-means算法是集简单和经典于一身的基于距离的聚类算法 采用距离作为相似性的评价指标,即认为两个对象的距离越近,其相似度就越大。 该算法认为类簇是由距离靠近的对象组成的,因此把得到紧凑且独立的簇作为最终目标。(K-means algorithm is a distance based clustering algorithm which is simple and classic. Distance is used as a similarity evaluation index, t
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-01
    • 文件大小:6144
    • 提供者:What111
  1. Inver-over Operator for the TSP

    0下载:
  2. 郭涛算法求解TSP问题 Inver-over基于简单的反演改进的演化算法(Guo Tao algorithm for solving TSP problem Inver-over based on simple inversion improved evolutionary algorithm.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:82944
    • 提供者:YXXIN
  1. main

    0下载:
  2. 遗传算法简单实现 基于c++编写 求解目标函数极值(Genetic algorithm is simple, and is based on c++ to solve the extreme value of objective function.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:cc18409
  1. PageRank

    0下载:
  2. PageRank迭代简单算法,自选V(随机离开的概率)进行迭代算出最终的pagerank(PageRank iteration___simple algorithm, and you can choose V (random departure probability) to iterate the final PageRank.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:老王哇
  1. bat

    0下载:
  2. 蝙蝠算法是近些年出现的一种群智能算法,具有结构简单,实现方便的功能(Bat algorithm is a swarm intelligence algorithm appearing in recent years. It has the functions of simple structure and convenient implementation)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:3072
    • 提供者:zhang1100
  1. 动态规划

    0下载:
  2. 算法初学者学习动态规划的一些简单代码文档(dynamic planning algorithm)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:12804096
    • 提供者:mxiaoxiao
  1. vrp

    0下载:
  2. 首先实现一个ant蚂蚁类,用此蚂蚁类实现搜索。 算法按照tsp问题去解决,但是在最后计算路径的时候有区别。 比如有10个城市,城市1是配送站,蚂蚁搜索的得到的路径是1,3,5,9,4,10,2,6,8,7。 计算路径的时候把城市依次放入派送线路中, 每放入一个城市前,检查该城市放入后是否会超过车辆最大载重 如果没有超过就放入 如果超过,就重新开始一条派送路线 …… 直到最后一个城市放完 就会得到多条派送路线 这样处理比较简单可以把vrp问题转为tsp问题求解 但
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:henrylalala
  1. simerank

    0下载:
  2. 代码具体实现了simerank的算法实现,适用于小规模的图中计算,大规模的则需要使用分布式算法,第一个算法是基础实现,第二个是使用了平方缓存,加速了算法的收敛速度。(The code realizes the implementation of the algorithm of simerank, which is suitable for computing in small scale. The large scale needs to use distributed algorithm.
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:lxfaaaa
  1. 211730210811347

    0下载:
  2. 基本蛙跳的简单介绍和程序,,,,,,,,,,,(Basic frog jump introduction and program.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:123441324wqeq
  1. CORDIC算法MATLAB代码

    0下载:
  2. 坐标旋转数字计算机算法利用简单的移位和加法实现sin,cos,tan,arctan等函数的计算,适合计算机处理,速度快。(The algorithm of coordinate rotation digital computer realizes the computation of functions such as sin, cos, tan and arctan by simple shift and addition, which is suitable for computer pro
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:lcr1995
  1. DEM两种凸包算法程序 C# .NET

    0下载:
  2. c#下的dem内插,凸包,界面简单,语言简单,可以运行(C# DEM Interpolation, convex hull, simple interface, simple language, and can run.)
  3. 所属分类:C#编程

    • 发布日期:2018-05-03
    • 文件大小:211968
    • 提供者:XXXDDD111
  1. adaboost_test

    0下载:
  2. 一个简单的基于matlab实现的adaboost分类器算法实现(A simple implementation of AdaBoost classifier algorithm based on MATLAB)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:Mentaclause
  1. AlgoGenetic

    2下载:
  2. 一个简单的遗传算法实现寻路的算法,工作空间为10*10的栅格空间,障碍物的位置可自行修改,输出为栅格的编号(a simple example for path planning using genetic algorithms)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-03
    • 文件大小:199680
    • 提供者:virgilia
  1. 遗传算法程序简单例子

    0下载:
  2. 利用MATLAB解决一个简单的问题,编程运行已通过(Using MATLAB to solve a simple problem, programming has been passed.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:luxiang
  1. KNN

    0下载:
  2. 最近邻分类算法,最简单的分类器解决分类问题。(Nearest neighbor classification algorithm, the simplest classifier, solves the classification problem.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-03
    • 文件大小:1128448
    • 提供者:记忆起点
  1. 新建文件夹

    0下载:
  2. 这是一个关于模拟退火差旅问题的模板,简单易懂(This is a template for simulated annealing travel problem. It is easy to understand.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-04
    • 文件大小:1024
    • 提供者:李胖子28
  1. matlab克里金插值kriging

    3下载:
  2. 克里金加权插值法,使用方便参数设定简单,容易实现,(Kriging weighted interpolation is easy to use and easy to implement,)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:2048
    • 提供者:奋 斗 吧
  1. lab8

    0下载:
  2. C++简单实现编码裁剪算法和梁友栋裁剪法(Simple c + + coding for cutting algorithm and Liang Youdong cutting method)
  3. 所属分类:OpenGL

    • 发布日期:2018-05-06
    • 文件大小:24834048
    • 提供者:悖论
  1. Kmeans_java

    0下载:
  2. 使用Java语言实现了简单的K-Means聚类算法(A simple K-Means clustering algorithm is implemented in Java language.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-07
    • 文件大小:8192
    • 提供者:iconuncle
« 1 2 ... 39 40 41 42 43 4445 46 47 48 49 50 »
搜珍网 www.dssz.com