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

搜索资源列表

  1. shuzhifangcheng

    0下载:
  2. 该文件是描述如何用matlab自带的多项式求根方法计算高次方程的根的代码-The paper describes how to use the Matlab own method for solving polynomial equation of the high-code
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.56kb
    • 提供者:raul
  1. hopfield解决TSP问题

    1下载:
  2. 人工神经网络实验之一,用Hopfield网络解决旅行商问题。文件中除源程序外还有word文档对算法,理论,问题描述,实验结果,实验分析的完整介绍-experimental artificial neural network, Hopfield network Traveling Salesman Problem. Apart from the source document but also have a word document of the algorithm theory, and th
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:91.84kb
    • 提供者:李琳
  1. SimulatedAnnealing

    0下载:
  2. 模拟退火算法解旅行商问题,读入的文件描述城市的位置,采用康立山等人的方法,能以较大的概率接触最优解-Simulated annealing algorithm traveling salesman problem, read the document describes the city s location, KANG Li-shan, who adopted the method, to a greater probability of exposure to the optimal sol
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:1.56kb
    • 提供者:赵九鑫
  1. double_list

    0下载:
  2. 此文件描述的是双向链表的基本用法 以及根据输入的数字 计算其频度 来进行排序-This document describes the basic use of a two-way linked list, as well as under the Importation of the figures to calculate their frequency to be sorted
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:11.96kb
    • 提供者:dengyi
  1. 47651494PSK

    0下载:
  2. 改文件描述了2DPSK的一些基本原理及其实现方法,主要在MATLAB环境实现-the descr iption of 2DPSK
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:150.26kb
    • 提供者:
  1. channel

    0下载:
  2. 瑞利信道文件,描述了如何产生一个适用于MIMO-OFDM系统的信道!-raily channel
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:595byte
    • 提供者:大哥
  1. btree

    0下载:
  2. 该文件描述了如何根据一个已知序列建立二叉树。-build tree.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:531byte
    • 提供者:kweeny
  1. inandoutofmatlab

    0下载:
  2. matlab文件输入输出命令,对输入输出命令的详细描述-in and out descr iption of matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2.59kb
    • 提供者:
  1. Huffman-Coding

    0下载:
  2. 本文件描述了哈夫曼编码的原理,以及用Matlab软件实现哈夫曼编码,即给出一个文本,即可用哈夫曼原理实现编码。-This paper describes the principles of Huffman coding, and Huffman coding with Matlab software, that gives a text, you can achieve with the principle of Huffman coding.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:13.79kb
    • 提供者:Ling Li
  1. matlab-and-a-simple-vibration

    0下载:
  2. 用 M文件描述并分析一摩擦力与速度成正比你懂系统。上传的为不同弹性系数、摩擦系数对系统弹簧振子运动周期,运动路程的影响等。-Desribing a simple vibration by M_files.to elaborate the periodicity and route of motion
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1.5kb
    • 提供者:乔玉龙
  1. Graph-traversal

    0下载:
  2. 该文件描述了数据结构中图的遍历的两种方法,广度遍历和深度遍历,能让你对其有基本的了解-The document describes two methods of data structures, graph traversal, breadth traversal and depth of traversal, allowing you to their basic understanding of
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:975.79kb
    • 提供者:黎明
  1. binary-tree

    0下载:
  2. 该文件描述了二叉树的链式存储结构。 相关性质。结点和结点间关系的基本概念;二叉树的链式存储结构。了解树的结点访问的方法。掌握二叉树的链式存储结构; 二叉树结点的递归访问方法。二叉树的遍历。二叉树的线索化及其应用 -The document describes the Storage Structure of the binary tree. Related properties. Nodes and nodes of the basic concepts of the relat
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:600.6kb
    • 提供者:黎明
  1. Sreach

    0下载:
  2. 该文件描述了有关查找算法的内容,是实验指导报告,通过本文件,你可以学会二叉树的实现方法; 理解二叉排序树的递归插入和递归查找算法思想并用代码实现 理解哈希查找算法思想并用代码实现 -The document describes the contents of the search algorithm is experimental guidance report, this document, you can learn the binary tree method Under
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:3.56kb
    • 提供者:黎明
  1. sorting

    0下载:
  2. 该文件描述了排序算法的实验指导报告,通过本实验,你可以了解插入排序、选择排序、希尔排序、堆排序、冒泡、双向冒泡、快速排序、归并排序、递归的归并排序、基数排序等多种排序方法的实验-The document describes the experimental guidance of the sorting algorithm, through this experiment, you can learn about the insertion sort, selection sort, shel
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:3.28kb
    • 提供者:黎明
  1. datatranslate

    0下载:
  2. 本文件描述的栈结构的一种应用,是用栈实现数制的转化,提供了详细的源代码-This document describes an application of the stack structure, use the stack to achieve the conversion of number system, providing a detailed source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:121.32kb
    • 提供者:zt
  1. 洛伦兹gui文件

    0下载:
  2. 世界上研究?广泛的常?分方程|是Lorenz混沌吸引子。该方程在1963年由M.I.T.数学家和气象学家Edward Lorenz提出,Edward Lorenz的研究兴趣主?在用6体运动模型描述地球空气运动。该文件为洛伦兹吸引子matlab程序以及相关文档说明。(function lorenzgui if ~isequal(get(gcf,'name'),'Lorenz Gui') rhos = [28 99.65 100.5 160 350]; shg clf reset
  3. 所属分类:matlab例程

  1. SRM_challenge_07

    0下载:
  2. 该文件描述了srm脉冲神经元模型的图形界面,代码无误,可运行(This is a code of spiking response model. It describe a neuron which can fire spikes.The code is correct and can be run.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-29
    • 文件大小:4kb
    • 提供者:xinxin123
  1. SVM实例

    0下载:
  2. 此文件描述的是支持向量机训练与预测算法。(Support vector machine training and prediction algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-03
    • 文件大小:20kb
    • 提供者:执手浪天涯
  1. 蚂蚁算法演示

    0下载:
  2. 此文件描述的是蚁群算法的训练与预测的代码实现(This document describes the code implementation of training and prediction of ant colony algorithm.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-03
    • 文件大小:120kb
    • 提供者:执手浪天涯
  1. 12 马尔可夫决策过程 (MDP) 工具箱MDPtoolbox

    0下载:
  2. 马尔科夫预测,描写马尔科夫预测过程,详情见文件描述。(Markov forecast. Describe the process of Markov forecast. See the document for details.)
  3. 所属分类:matlab例程

    • 发布日期:2020-07-22
    • 文件大小:983kb
    • 提供者:LauraMercy
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com