CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - algorithm report

搜索资源列表

  1. 020501刘超HW2

    1下载:
  2. 这是一个用matlab实现的语音信号预测编码中的得宾算法部分。还有实验报告。-This is a realization of using Matlab voice signals of predictive coding algorithm part in Pennsylvania. There experimental report.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:137.29kb
    • 提供者:刘超
  1. 遗传算法解TSP

    0下载:
  2. 实现用固定变异概率和自适应变异概率解tsp问题的比较,自适应式算法采用基于种群差异度的自适应算法,详见实验报告-achieve fixed mutation probability and Adaptive Solutions tsp mutation probability of comparison, Adaptive Algorithm-based differences in the populations adaptive algorithm, as detailed experime
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:84.2kb
    • 提供者:叶靥
  1. Horse-zym

    0下载:
  2. C# 写的马周游算法。包含实验报告!请注意修改名字哦-C# to write a horse around the algorithm. Experimental report contains! Please note the name change oh
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:31.06kb
    • 提供者:zym
  1. CM1IterateStabilization

    0下载:
  2. Matlab做的数值计算实验,使用迭代法求解方程的根,算法经典,其中有详细的实验报告和数据,对数值计算课程学习及MATLAB编程有较大帮助。-Matlab done numerical experiments, using iterative ways root, the classical algorithm. including a detailed report and experimental data, the numerical calculation courses and MAT
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:37.39kb
    • 提供者:zuoyinbo
  1. rjMCMCsa

    0下载:
  2. On-Line MCMC Bayesian Model Selection This demo demonstrates how to use the sequential Monte Carlo algorithm with reversible jump MCMC steps to perform model selection in neural networks. We treat both the model dimension (number of neurons) and
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:16.04kb
    • 提供者:徐剑
  1. report+of+Algorithm

    0下载:
  2. 算法设计的实验报告 包括Bottom-Up Merge Sorting算法、插入排序算法Heaps的创建堆、堆排序算法、按秩合并算法以及带路径压缩算法、实现查找第K小元素算法、实现快速排序算法、实现平面内最接近点对算法、实现最长公共子序列算法、实现矩阵链相乘算法、实现0/1背包问题算法、实现Dijistra’s算法、Prim算法、Kruskal算法、文件压缩算法-Experimental Algorithm Design Report including Bottom-Up Merge So
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:28.27kb
    • 提供者:苏宁
  1. report

    0下载:
  2. 2006届中国信息学奥林匹克联赛提高组解题报告,详细介绍题目算法和编程难度-China 2006 Olympic League informatics group problem-solving to improve the report details the difficulty of the subject algorithm and programming
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:10.04kb
    • 提供者:天雨
  1. Apriori

    0下载:
  2. 是对数据挖掘中Apriori 算法编程实现,包含详细实验报告格式、算法代码及中文的代码解析。-Data mining is the Apriori algorithm is programmed with detailed test report format, algorithm code and the code in Chinese parsing.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:33.11kb
    • 提供者:xb
  1. BlockMatchingAlgoMPEG

    0下载:
  2. Block Matching Algorithms for Motion Estimation This project contains the project report and source code by Aroh Barjatya for Digital Image Processing Class at Utah State University. Following is a short descr iption of the m files in this
  3. 所属分类:matlab

    • 发布日期:2016-01-25
    • 文件大小:116.06kb
    • 提供者:Yashil
  1. xunhuansaiqxf

    0下载:
  2. 算法课程设计 分治法解决循环赛日程表 源代码+word报告+答辩PPT-Curriculum design of divide and conquer algorithm to solve a round robin schedule report+ source code+ word reply PPT
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:236.41kb
    • 提供者:秋思狐狸
  1. Practical-algorithm-analysis-and-program-design.ra

    0下载:
  2. 一份关于算法的资料,内附有程序设计的相关内容-A report on the algorithm of the information, enclosing a programming
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-28
    • 文件大小:10.33mb
    • 提供者:zhangbingbing
  1. tracking-algorithm

    0下载:
  2. 一份关于单个目标跟踪和多个目标跟踪的KALMAN滤波资料,详细的解释个多种算法-A report on the single target tracking and multiple target tracking KALMAN filtering information, a detailed explanation of a multiple target
  3. 所属分类:matlab

    • 发布日期:2017-05-18
    • 文件大小:4.77mb
    • 提供者:洪程
  1. report-coding

    0下载:
  2. VITERBI DECODING ALGORITHM SIMULATION IN MATLAB CODE
  3. 所属分类:matlab

    • 发布日期:2017-04-23
    • 文件大小:174.46kb
    • 提供者:sh.kafshgari
  1. bp-algorithm-and-improve

    0下载:
  2. 这个是bp的经典算法和改进算法,主要针对bp的alpha值的改进和对学习效率的改进,并且对不同的alpha值进行了测试,正确率能达到百分之八十,其中还有相应的数据集,是用于阿拉伯数字的识别,除此之外还有一篇实验报告,一份讲解的bp算法的ppt ,可执行程序和源代码,运行环境在vs2005上通过测试,并且有详细的原始数据和统计数据,相信这是你不错的选择,会帮助你更深刻的了解bp算法-This is a classic bp algorithm and improved algorithm, mai
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1.2mb
    • 提供者:吴忠标
  1. Adaptive-Filtering-MATLAB--report

    0下载:
  2. 基于lms算法的自适应滤波器的matlab实现(包括详细的编程代码)-Adaptive filter based on the lms algorithm matlab implementation (including details of the programming code
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:34.58kb
    • 提供者:yu
  1. Algorithm-experiment-report

    0下载:
  2. 算法的完整实验报告,内容包含:提公因子,排序和BF/BP算法比较 内含截图和源代码-Complete experimental report of the algorithm includes: mention common factor, sort and BF/BP algorithm contains screenshots and source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:209.07kb
    • 提供者:
  1. ab-algorithm--AI-five-in-a-row

    0下载:
  2. 人工智能的课程报告,ab算法,我自己写的,可以运行,没有任何问题,可以下下来-Courses in artificial intelligence report, ab algorithm, I wrote it myself, you can run without any problems and can be down to see
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:724.38kb
    • 提供者:liwei
  1. Algorithm-design-course-report

    0下载:
  2. 一个基于c++语言小的算法设计报告 内涵算法以及报告格式-Language based c++ algorithm design report
  3. 所属分类:Data structs

    • 发布日期:2017-12-03
    • 文件大小:50.51kb
    • 提供者:zxd
  1. report

    1下载:
  2. 计算机控制工程课程设计,使用算法包括pid,达林算法、最小拍系统设计、最小拍无纹波系统设计-Computer Control Engineering curriculum design, the use of algorithms include pid, Darling algorithm, the smallest beat the system design, system design smallest ripple shot
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:911.08kb
    • 提供者:遥真
  1. BP-network-test-report

    0下载:
  2. BP网络表达傅里叶核函数,此次实验采用了两种方法,第一方法是在matlab中实现BP算法,然后用实现的BP算法实现对傅里叶核函数的逼近,第二种方法是调用matlab中的工具箱函数实现傅里叶和函数的逼近。-BP Network expression Fourier kernel, the experiments using two methods, the first method is to achieve BP algorithm in matlab, then use the BP algo
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:300.84kb
    • 提供者:glm
« 12 3 4 5 6 »
搜珍网 www.dssz.com