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

搜索资源列表

  1. lms_beamforming

    0下载:
  2. 该算法主要实现lms自适应波束形成功能,其原理简单,操作方便,有一定的工程实用价值-The algorithm is mainly realize adaptive LMS beam-forming function, its principle is simple, the operation is convenient, the project has certain practical value
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:363738
    • 提供者:yatony
  1. k-means

    0下载:
  2. project of k means clustering
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:21095
    • 提供者:wissem
  1. quicksort

    0下载:
  2. 快速排序完整工程(内含完整源文件与工程文件)-Quick sort integrity project
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:154167
    • 提供者:恋恋风尘
  1. project

    0下载:
  2. 模式识别预处理 分类 后处理的程序 matlab 代码-Pattern recognition preprocessing classification post-processing
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:57748
    • 提供者:jhz
  1. 1

    0下载:
  2. C++ 实现运算符重载 包括+-*/利用友元函数实现-friend C++ ···Icannot say the exactive English to express the funtion of the project,please take a look at ubove
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:519418
    • 提供者:ding
  1. matlab-code

    0下载:
  2. a matlab project having complete conventional algorithms
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:6211
    • 提供者:Richa
  1. HeapSort

    0下载:
  2. HeapSort algorithm. Visual C++ project
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:764939
    • 提供者:Sergiu
  1. BP-neural-network-model

    0下载:
  2. 本文在了解神经元和BP算法的基础上,使用MATLAB软件作为开发工具建立BP神经网络模型,重点研究了BP神经网络结构设计的原理和方法,包括影响BP神经网络训练能力的因素,以及这些因素如何影响BP神经网络的性能;改变不同参量,对比实验数据,总结各个参量对BP神经网络的影响。从而寻找最佳的BP神经网络模型。本文还对一些其他的神经网络算法进行了总结和介绍。- In this paper , based on understanding of the neuronal model and learni
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:387518
    • 提供者:张聪
  1. sicily-1716

    0下载:
  2. 中山大学online judge sicily平台1716题目的详细代码和工程文件-1716 the subject of Sun Yat-sen University online judge sicily platform code and project files
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2508240
    • 提供者:jan
  1. Ismailoptmzsyn

    0下载:
  2. Here is a project about Optimization lesson at Master of Science in Turkey. Fibonacci and Golden Ratio techniques are executed.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:3211
    • 提供者:İ smailBertiz
  1. BPSK_Modulation

    0下载:
  2. This Project is basic explanation about BPSK Design in Simulink, How the constellation diagram has been obtained from the basic design. -This Project is basic explanation about BPSK Design in Simulink, How the constellation diagram has been
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7181
    • 提供者:ashok
  1. rs

    0下载:
  2. 针对通信中的数据传输系统存在随机干扰和突发干扰而使接收端收到误码的问题,提出了RS+交织器级联码的纠错方案,并利用MATLAB对RS +卷积交织器级联在加性高斯白噪声和瑞利衰弱信道中的纠错性能进行了仿真分析,并通过使用不同的卷积深度的仿真完成其性能分析。结果表明,在低信噪比的情况下, RS +卷积交织器级联可以满足一般通信的要求,是一种高效的纠错码,在工程中具有较高的实用价值。-Aiming at the data transmission in the normal communication
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-11-21
    • 文件大小:701440
    • 提供者:天蝎蝴蝶
  1. miniproject

    0下载:
  2. about mini Project of Cancer identification
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:8044
    • 提供者:jeni
  1. project

    0下载:
  2. 数据结构的课程设计程序。包括各种排序,遍历等等源代码。-The data structure of the curriculum design process. Including the source code of the various sorting, traversal, etc..
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:13114
    • 提供者:成光
  1. absbrake

    0下载:
  2. A litle project in matlab, is simulate the ABS brake system on car.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:9333
    • 提供者:styven
  1. KMP

    0下载:
  2. KMP算法,这是我在课后编的,能查找到所有的子串,并标记其位置,使用DEVCPP,也可以载入VC6.0工程中。先输入要查找的子串,再输入任意串,将从任意串中找到所有子串,包括重叠部分,并一一标号-KMP algorithm, which is a series of after school can find all the substring, and mark its location, use DEVCPP can also load the VC6.0 project. To enter
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:109157
    • 提供者:
  1. matlab-image-processing-project

    0下载:
  2. Implementation of skewness. Much better then the Matlab function
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:3023848
    • 提供者:ground_call
  1. tsp

    1下载:
  2. 蚁群算法 邮轮港口进行云评价,评价指标为上文总结得出的港口条件、经济腹地、旅游情况和港口建设四项指标-matlab The director of the Nourishing the Planet Project said besides poverty and a lack of access to food, much food is simply lost. Worldwatch estimates 1.3 billion tons of food is wasted each y
  3. 所属分类:matlab

    • 发布日期:2015-05-17
    • 文件大小:2048
    • 提供者:文强
  1. jiugong

    0下载:
  2. 用java实现重排九宫问题(即八数码问题),人工智能-This is a project about java
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:99524
    • 提供者:ma
  1. Elliptic-filter

    0下载:
  2. 本工程实现了将三路合成的DSB信号用椭圆滤波器(低通,带通,高通)滤出; 其中的freqz函数,filter函数,fft函数都自己实现。 每种滤波器都分别用专门的函数分别写出,可以模块化。- This project will be three-way synthetic a DSB signal elliptic filter (low pass, band-pass, high pass) filter out Freqz function of which, the fi
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:118200
    • 提供者:zhengzai
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com