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

搜索资源列表

  1. firfilter.rar

    1下载:
  2. FIR滤波器设计程序,在MATLAB环境下实现FIR数字滤波器的设计,FIR filter design procedures, the MATLAB environment realize FIR digital filter design
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2375
    • 提供者:shelly
  1. pingheng.rar

    0下载:
  2. 一个vc++环境下的数据结构的课程设计报告源代码,关于非平衡二叉树转平衡二叉树的实现,A vc++ environment data structure of the curriculum design report of the source code, about the non-balanced binary tree balanced binary tree to realize the
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3214
    • 提供者:林思哲
  1. 仿人逻辑预测控制器设计

    0下载:
  2. 仿人逻辑预测控制器设计,带全套Matlab仿真程序,Humanoid prediction logic controller design, with a full set of Matlab simulation program
  3. 所属分类:matlab例程

    • 发布日期:2017-03-27
    • 文件大小:326318
    • 提供者:魏天才
  1. aluo2.rar

    0下载:
  2. 拿“优”的数据结构课程设计:运动会分数统计。 里头包括源代码、exe文件、课程设计报告,非常全,值得下载 值得参考!,Get " excellent" curriculum of the data structure design: Games Score Statistics. Inside, including source code, exe files, curriculum design report, very wide, it is worth making r
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:75270
    • 提供者:aluo
  1. BP神经网络结构PID控制器设计

    0下载:
  2. BP神经网络结构PID控制器设计,严格按照增加动量项写的MATLAB程序。,Structure of BP neural network PID controller design, in strict accordance with the increasing momentum of procedures written in MATLAB.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-29
    • 文件大小:1378
    • 提供者:曹顺
  1. 使用matlab设计的bp神经网络

    0下载:
  2. 使用matlab设计的bp神经网络,可以不用其自带的工具箱,能增进对神经网络的理解-Bp design using matlab neural network toolbox can do their own, can enhance the understanding of the neural network
  3. 所属分类:matlab例程

    • 发布日期:2017-03-25
    • 文件大小:2733
    • 提供者:jiangya
  1. a.rar

    0下载:
  2. 英语词典的维护和识别,数据结构课程设计里面的一道很经典的题目,许多同学都为他伤过脑筋,English Dictionary maintenance and identification, data structure, together inside the curriculum design classic topics, many of his classmates had brain injury
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2031
    • 提供者:sunnydream
  1. Simulink.rar

    1下载:
  2. 基于Simulink的数字滤波器的仿真 用于设计滤波的方法 ,Simulink-based simulation of the digital filter used in the design of filtering methods
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:106494
    • 提供者:heyunhui
  1. txl.rar

    0下载:
  2. 数据结构课程设计 通讯录,一个很不错的系统,流程图包含在内。,Address book data structure course design, a very good system, flow chart included.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:22563
    • 提供者:fdf
  1. 设计一个用最少硬币找钱m的方法

    0下载:
  2. 设有n种不同面值的硬币,各硬币的面值存于数组T[1:n]中。现要用这些面值的硬币来找钱。可以使用的各种面值的硬币个数存于数组Coins[1:n]中。对任意钱数0≤m≤20001,设计一个用最少硬币找钱m的方法。-With n different coins, the face value of the coins stored in the array T [1: n] in the. Now use these coins to find the money. You can use the
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-22
    • 文件大小:537824
    • 提供者:陈星风
  1. RoboCup.rar

    0下载:
  2. 硕士生王磊毕业设计论文,全面讲述robocup agent 的设计和原理。,robocup agent designe...
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-28
    • 文件大小:11034464
    • 提供者:ydl
  1. Learn_MATLAB_GUI_Design

    0下载:
  2. 精通MATLAB GUI设计 全书源代码! 其中动画设计、GUI实例相当不错,值得研究 -Proficient in MATLAB GUI design book source code! One animation design, GUI examples quite good, worthy of study
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1839535
    • 提供者:郑登宇
  1. AlgorithmDesignChapter4Chapter5

    0下载:
  2. 《计算机算法设计与分析》王晓东版本第四章五章课后习题的部分答案,百分百全对。C文件的格式。- Computer Algorithm Design and Analysis, Wang Xiaodong version of Chapter IV of five chapters of part of the answer after-school exercises, the whole hundred percent right. C file format.
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:1713
    • 提供者:miaomiao
  1. IntegerSort

    0下载:
  2. 设计一个由自动测试排序算法性能(比较次数compare_count、交换次数exchange_count、探测次数probe_count)的测试类和排序类构成的类体系。 注:用一个类来描述一个排序算法,类中的sort方法通过调用比较、交换方法来实现数组排序。排序类放入一个特定的包MySort中。-Design a sorting algorithm by automatic test performance (compare the number of compare_count, the
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:8186
    • 提供者:jay
  1. CommonFilter_Matalab

    2下载:
  2. Matlab低通,高通,带通滤波器的设计都有,说明很详细,并且带有实例。-Matlab low pass, high pass, band-pass filter design are to illustrate in great detail and with examples.
  3. 所属分类:matlab例程

    • 发布日期:2012-10-12
    • 文件大小:8498
    • 提供者:周期
  1. 06071419

    1下载:
  2. 机械优化设计的作业 包括一维搜索方法(二次差值,牛顿法,黄金分割法),以及最速下降法和内点惩罚函数法及等值线图-Optimal Design of mechanical operations, including one-dimensional search method (the second difference, Newton' s law, golden section method), and the steepest descent method and interior po
  3. 所属分类:matlab

    • 发布日期:2017-05-30
    • 文件大小:12697443
    • 提供者:王正宇
  1. timetable-csharp

    1下载:
  2. c#/CSharp 遗传算法高校排课系统的源代码,这是我哥哥做的本科毕业设计,很不错的哦-c#/CSharp University Course Scheduling System genetic algorithm source code, which I did graduate design, very good oh ~ ~
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-21
    • 文件大小:546348
    • 提供者:张雨萌
  1. Choose_Best_Address_For_Hospital

    0下载:
  2. 数据结构大作业 Choose_Best_Address_For_Hospital 寻径问题: 给定n个村庄之间的交通图,若村庄i和村庄j之间有道路,则将顶点i和顶点j用边连接,边上的权Wij 表示这条道路的长度。现在要从这n个村庄选择一个村庄建一所医院,问这所医院应建在哪个村庄,才能使离医院最远的村庄到医院的距离最短?试设计一个算法来解决该问题。 -Great job data structure Choose_Best_Address_For_Hospital routing
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:52074
    • 提供者:harlant
  1. 基于BP神经网络设计分类器

    0下载:
  2. 基于BP神经网络设计分类器,MATLAB源程序例子。-Design based on BP neural network classifier, MATLAB source code examples.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-29
    • 文件大小:285544
    • 提供者:励轩
  1. IIR

    3下载:
  2. IIR 数字滤波器设计:模拟低通巴特沃思滤波器、模拟低通切比雪夫1型滤波器、模拟低通切比雪夫2型滤波器、模拟椭圆低通滤波器-IIR Digital Filter Design: Analog low-pass Butterworth filter, analog low-pass Chebyshev Type 1 filter, analog low-pass Chebyshev type 2 filter, analog elliptical low-pass filter
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:2166
    • 提供者:menger
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com