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

搜索资源列表

  1. text-classification

    0下载:
  2. 分别使用KNN,NB和SVM算法实现的分本分类的作业,内含数据集合以及详细的实验报告。-Text classification with method of KNN,NB and SVM。
  3. 所属分类:matlab

    • 发布日期:2017-11-09
    • 文件大小:3535787
    • 提供者:共由俊
  1. MD5

    0下载:
  2. MD5算法的MATLAB程序实现,还有详细实验报告-MATLAB implementation of the MD5 algorithm, as well as detailed experimental report
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:22591
    • 提供者:邓仕海
  1. datastructure

    1下载:
  2. 数据结构二叉树实验报告,包括 (1)创建二叉树 (2)递归算法先序遍历二叉树 (3)非递归算法中序遍历二叉树 (4)递归算法后序遍历二叉树 (5)求二叉树叶子结点个数 (6)按层次遍历二叉树 (7)求二叉树树深 -A binary tree data structure, experimental report, including (1) Create a binary tree (2) recursive algorithm for preorder trav
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:24564
    • 提供者:lqs010203
  1. knn

    0下载:
  2. 数据挖掘实验报告——K-最临近分类算法,用C++编程,已经调试,里面有详细的报告,研究算法非常实用 -KNN
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:195345
    • 提供者:anthony
  1. AI

    0下载:
  2. 人工智能里面会用到的小程序,人工智能 遗传算法实现的沿二维网格行走的机器人,java实现,内有实验报告-Artificial intelligence which will use a small program, artificial intelligence, genetic algorithms, the robot walking along the two-dimensional grid, java, there are experimental reports
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:130525
    • 提供者:liumei
  1. FFT_solution_in_matlab

    0下载:
  2. 数值模拟实验,采用蝶形算法利用matlab实现的fft变换,针对指数函数,包含正fft以及逆变换。附带实验报告-Numerical simulation experiments, using butterfly algorithm fft using matlab to achieve transformation, for exponential function, including being fft and inverse transform. Incidental to the exp
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:100067
    • 提供者:wei
  1. diguisuanfa

    0下载:
  2. 递归算法的实验报告,内有递归算法的伪代码及C语言实现,以及部分实例~-Experimental report recursive algorithm, recursive algorithm, there are pseudo-code and C language, as well as some examples ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:9979
    • 提供者:职业坏蛋
  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
    • 文件大小:28952
    • 提供者:苏宁
  1. PSO

    0下载:
  2. 本程序利用粒子群算法解决连续空间优化问题,所用函数在实验报告中有给出。 -This procedure using particle swarm optimization algorithm to solve continuous space problem, the use of function in experimental reports have give.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:1344
    • 提供者:woshitian
  1. JosephRing

    0下载:
  2. 约瑟夫环,学数据结构的很值得好好研究的算法。包含实验报告。-Joseph Wan, the data structure of the study is worth a good study of algorithms. The report contains the experiment.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:32567
    • 提供者:傅其龙
  1. strassen

    0下载:
  2. 设计编程实现矩阵相乘的Strassen算法,具体要求: (1)矩阵阶数n由用户输入(注意n非 2k 时的处理) (2)n阶矩阵A、B调用随机函数自动生成,限定矩阵元素在0-10之间 (3)输出A、B、C=A*B (4)请在实验报告中“程序设计(方案)说明部分”写明你如何实现矩阵划分、矩阵结果合并 (5)请在源代码中对主要函数功能、变量、语句进行注释 (6)请采用结构程序设计方法或面向对象程序设计方法,对各子功能用函数实现,不要一个主函数完成所有工作 -matrice
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:979724
    • 提供者:weiwei
  1. maopao

    0下载:
  2. 数据结构中的一个实验报告的源程序:交换冒泡排序算法源代码-Experimental data on the structure of the procedure: the exchange of Bubble Sort Algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:723
    • 提供者:雪莱
  1. kalman_filter

    0下载:
  2. 基于kalman滤波算法的信号预测。包括源码和完整实验报告。-Kalman filtering algorithm based on signal prediction. Including the source and integrity of the test report.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1406
    • 提供者:莫新康
  1. hffuman

    0下载:
  2. 哈夫曼算法的具体实现 及实验报告 数据结构课程设计 高效算法-good
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:602551
    • 提供者:ycd
  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
    • 文件大小:33907
    • 提供者:xb
  1. ID3

    1下载:
  2. 对数据挖掘中ID3算法的代码实现。包含实验报告格式、可实现代码及代码解析。-ID3 algorithm for data mining in the code implementation. Contains the experiment report format, enabling code and code analysis.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:62732
    • 提供者:xb
  1. shujujiegoubaogao

    0下载:
  2. 数据结构实验报告,关于约瑟夫环等几个著名算法的源代码-shujujiegoushiyanbaogao
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:14973
    • 提供者:esiye
  1. AirportSimulation

    0下载:
  2. 数据结构算法,三跑道飞机场模拟。 主要是队列的算法 内容包括: 实验报告 源码工程文件-Data structure algorithms, three runway airport simulation. The algorithm is mainly queue includes: experimental report source project file
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:26997
    • 提供者:张泽西
  1. LV10

    1下载:
  2. 概率与计算课程中的一个作业,防止一个Las Vegas算法输出“?”并统计其期望的运行时间,有实验报告、源码-Modify the algorithm LV10 that the output “?” does not occur. Then, analyse the expected run times of your Las Vegas protocol with forbidden “?”.
  3. 所属分类:matlab

    • 发布日期:2015-11-24
    • 文件大小:83798
    • 提供者:
  1. RandomQSort

    0下载:
  2. 随机快速算法与确定性快速算法的比较,可设置数组大,小包含有实验报告-Fast Algorithm for Stochastic Fast Algorithms and certainty, you can set an array of big and small contain Experimental Report
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:205083
    • 提供者:
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com