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

搜索资源列表

  1. 数据结构课程设计的4个原程序代码

    0下载:
  2. 这是数据结构课程设计的4个原程序代码分别是数据结构课程设计——猴子选大王问题数据结构课程设计-This the data structure of curriculum design four original code was designed data structure courses -- monkeys elected king issues of curriculum design data structure
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-15
    • 文件大小:5671
    • 提供者:单斌
  1. OptimizationofaDoubleWishboneSuspensionSystem

    0下载:
  2. This demo shows how to use MATLAB, Optimization Toolbox, and Genetic Algorithm and Direct Search Toolbox to optimize the design of a double wishbone suspension system.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2056712
    • 提供者:阳关
  1. multiratefilter

    0下载:
  2. Multirate filter design and simulation using MATLAB.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4514
    • 提供者:KMY
  1. MPSK

    0下载:
  2. This m-file simulates MPSK (BPSK,QPSK,8PSK)with theoretical and simulated results using Gray coding. Numerical examples of a satellite link design are shown using QPSK and/or 8PSK when the bit rate(Rb)is greater than the channel bandwidth Wc (Band-li
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3226
    • 提供者:cmosbjt
  1. video

    0下载:
  2. mpeg test inter b. Dequantizer Algorithm hardware realization method and comparison c. Dequantizer Hardware Architecture Design
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:20725
    • 提供者:姚炜
  1. Neural_Network_Design

    0下载:
  2. 《Neural Network Design》 Martin T. Hagan, Howard B. Demuth, Mark H. Beale 一书中相关matlab演示程序软件包。对于学习很有参考。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-17
    • 文件大小:557480
    • 提供者:李述清
  1. design

    0下载:
  2. 基于matlab的UWB仿真,多种调制方式,多种多制方式。有原理图。
  3. 所属分类:matlab例程

    • 发布日期:2014-01-17
    • 文件大小:352736
    • 提供者:
  1. ManchesterEncoder

    0下载:
  2. THIS DESIGN IS PROVIDED TO YOU \"AS IS\". XILINX MAKES AND YOU RECEIVE NO WARRANTIES OR CONDITIONS, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, AND XILINX SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, NON-INFRINGEMENT, OR FITNESS FO
  3. 所属分类:压缩解压

    • 发布日期:2014-01-17
    • 文件大小:10874
    • 提供者:刘若伊
  1. DXH20

    0下载:
  2. IIR数字滤波器,设计方法,低通、高通、带通、带阻-IIR digital filter design, low pass, high pass, band-pass, band
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2482
    • 提供者:陆魁
  1. DXH21

    0下载:
  2. FIR数字滤波器设计,窗函数在信号处理中的作用-FIR digital filter design, window function in the signal processing of
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1813
    • 提供者:陆魁
  1. familytree

    0下载:
  2. 数据结构——家谱的实现 本人的课程设计 MFC-data structure -- I literally achieve the curriculum design MFC
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:173273
    • 提供者:温故知昕
  1. tushusheji

    1下载:
  2. 图书馆管理系统设计与开发-Library Management System Design and Development
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:939755
    • 提供者:张三
  1. ml0307_2

    1下载:
  2. 智能豆浆机的设计源程序-intelligent machine design source
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:7062
    • 提供者:wang
  1. ml0305_7

    0下载:
  2. 温度控制系统的设计-Temperature Control System Design
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:12664
    • 提供者:wang
  1. PNN

    0下载:
  2. 用matlab设计的概率神经网络,内附演示程序-using Matlab design of probabilistic neural network, enclosing Demonstration Program
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:14045
    • 提供者:张炜云
  1. 数据结构报告

    0下载:
  2. 数据结构课程设计 运动会分数统计-curriculum design data structure Games Score statistics
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8316
    • 提供者:夏志骏
  1. juzhengshuru

    0下载:
  2. 数值分析中,关于矩阵输入的实现方法及程序设计-numerical analysis on the importation of the matrix method and program design
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:23814
    • 提供者:
  1. hash

    0下载:
  2. /* * The internal form of a hash table. * * The table is an array indexed by the hash of the key collisions * are resolved by hanging a linked list of hash entries off each * element of the array. Although this is a really simple desig
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7680
    • 提供者:llr
  1. Control_Tutorials_for_Matlab

    0下载:
  2. 介绍matlab在控制过程中的应用。They are designed to help you learn how to use Matlab for the analysis and design of automatic control systems.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2660345
    • 提供者:陈刚
  1. Optimal Design Basedon Composite Conformation

    1下载:
  2. VB语言编写,圆柱形螺旋弹簧质量最小的优化设计,使用复合形法优化
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-03-27
    • 文件大小:3577
    • 提供者:yzx
« 1 2 ... 38 39 40 41 42 4344 45 46 47 48 49 50 »
搜珍网 www.dssz.com