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

搜索资源列表

  1. Matlab2010-classic

    0下载:
  2. 2 5个不同的M AT L A B工具箱可应用于特殊的应用领域。 M AT L A B在以下的领域里解决各种问题是一个十分有效的工具: • 工业研究与开发。 • 数学教学,特别是线性代数。所有基本概念都能涉及。-25 M AT the LAB toolbox can be used in special applications. M the AT the LAB to solve various problems in the following areas i
  3. 所属分类:matlab

    • 发布日期:2017-05-26
    • 文件大小:9525227
    • 提供者:linqq
  1. PID-control

    0下载:
  2. PID控制是工业工程中经常应用的方法,也比较成熟,本例中给出了伺服PID控制的私募林肯仿真-PID control is often applied in industrial engineering, is more mature, in this case gives the servo PID control of the private Lincoln simulation
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:210670
    • 提供者:刘海涛
  1. mohupid

    0下载:
  2. 基于matlab模糊pid的仿真,主要应用于工业控制方面。-fiizzy pid control
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:796
    • 提供者:丁少伟
  1. matrix-theory

    1下载:
  2. 西北工业大学研究生矩阵论试题详解和分析,适用于考博的学生。-Northwestern Polytechnical University Graduate matrix theory questions Detailed and analysis, applicable to in Kaobo students.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1220018
    • 提供者:kiss
  1. Numerical-method---Algorithm-Design-

    0下载:
  2. 数值计算方法-算法设计及其MATLAB实现--浙江工业大学--2006.12 -Numerical method- Algorithm Design and MATLAB- Zhejiang University- 2006.12
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:223876
    • 提供者:青山依旧
  1. ok

    1下载:
  2. 电路含受控源的模型计算。课程设计,河北工业大学-Circuits with controlled sources model
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1324625
    • 提供者:sunboy
  1. pid

    0下载:
  2. PID控制仍然是工业控制场合常用的控制算法,本程序是用C编写的一个实现PID算法的代码-PID control is still commonly used in industrial control applications control algorithm, this procedure is an implementation of the PID algorithm code written in C
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2733
    • 提供者:付志
  1. AdvancedPIDControlandMATLABsimulation

    1下载:
  2. 这个是关于先进控制技术的matlab代码,都是结合实例的。内包含:模糊控制、神经网络控制、灰色控制、专家控制、鲁棒控制、Smith控制、达林控制、以及各种通用工业PID控制-This is about the matlab code for advanced control technologies are combined with examples. Contains: fuzzy control, neural network control, gray control, expert c
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:115669
    • 提供者:jingshaoyou
  1. caculation

    0下载:
  2. 一个平面上的三个点,用一个工业相机确定相机在平面上所照的点的算法-used for find the position in the 3D dimention.
  3. 所属分类:matlab

    • 发布日期:2017-11-23
    • 文件大小:1024
    • 提供者:zhouwei
  1. Valve-stiction-model

    4下载:
  2. 过程工业中带有粘滞的阀门数据驱动模型,模型采用SCI论文《Two-layer banary tree data-driven model for valve stiction》中提出的算法,本人自己独立编制转化,成功运行,性能良好。模型由Matlab文件和Simulink模型两部分完成,且内设注释,可直接运行。-A data-driven model of valve stiction. The algorithm is from the paper"Two-layer banary tree
  3. 所属分类:matlab

    • 发布日期:2017-11-04
    • 文件大小:9314
    • 提供者:周小伟
  1. sort-hfut8

    4下载:
  2. 合肥工业大学数据结构试验八排序 包括完整的实验要求、实验预习报告、实验最终报告 实验要求: <1>采用不同实验数据来观察快速排序的实验中比较和交换元素的次数,并分析数据的规模和初始特性与比较与交换次数之间的函数关系。 <2> 完成下面功能:将一个整型数组调整为这样的数组:所有3的倍数在最左边,所有除以3余1的数在中间,而所有除以3余2的数在最右边。要求算法的时间尽可能少。 <3> 实现shell排序算法,并观察
  3. 所属分类:Data structs

    • 发布日期:2017-11-02
    • 文件大小:678061
    • 提供者:石帆
  1. led

    0下载:
  2. visual basic 控件led工业显示模拟,vb6.0-visual basic controls led industrial displays analog.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-21
    • 文件大小:21744
    • 提供者:tanghua
  1. search-hfut7

    4下载:
  2. 合肥工业大学数据结构试验七查找 包括完整的实验要求、实验预习报告、实验最终报告 实验要求: <1> 对下列数据表,分别采用二分查找算法实现查找,给出查找过程依次所比较的元素(的下标),并以二分查找的判定树来解释。 <2> 设计出在二叉排序树中插入结点的算法,在此基础上实现构建二叉排序树的算法。 <3> 设计算法在二叉排序树中查找指定值的结点。 <4> 设计算法在二叉排序树中删除特定值的结点
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:640625
    • 提供者:石帆
  1. tree-hfut

    1下载:
  2. 合肥工业大学数据结构试验五树和森林 包括完整的实验要求、实验预习报告、实验最终报告 实验要求: <1>将一棵树(或森林)转换为二叉树。 <2>求森林的高度。 <3>按层次方式遍历森林。 <4>输出一个森林中每个结点的值及其对应的层次数。 <5>输出一个森林的广义表形式-Hefei University of the data structure test five t
  3. 所属分类:Data structs

    • 发布日期:2017-11-15
    • 文件大小:604096
    • 提供者:石帆
  1. biThrTree-hfut

    1下载:
  2. 合肥工业大学数据结构试验四线索二叉树,包括完整的实验要求、实验预习报告、实验最终报告 实验任务∶ <1>按先序次序遍历先序线索二叉树。 <2>按中序次序遍历中序线索二叉树。 <3>将值为x的结点作为先序线索二叉树T的左子树的(先序)最后一个结点的右孩子插入进去。 <4>按中序次序线索化二叉树。 <5>按后序次序线索化二叉树。-Four threaded binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:688280
    • 提供者:石帆
  1. binTree-hfut

    2下载:
  2. 合肥工业大学数据结构试验三二叉树(包括实验要求、预习报告、最终试验报告)。 主要实验内容: <1>求二叉树的高度。 <2>设计算法按中序次序输出二叉树中各结点的值及其所对应的层次数。 <3>将按顺序方式存储在数组中的二叉树转换为二叉链表形式。 <4>复制一棵二叉树T到T1。 <5>交换二叉树中每个结点的左右孩子指针的值。 <6>设计算法以实现下面所提到以扩
  3. 所属分类:Data structs

    • 发布日期:2015-12-26
    • 文件大小:818176
    • 提供者:石帆
  1. sjzyem2

    0下载:
  2. 西北工业大学研究生课程,数字信号处理上机作业2 -Northwestern Polytechnical University post-graduate courses, digital signal processing, machine operation 2
  3. 所属分类:matlab

    • 发布日期:2017-11-26
    • 文件大小:17523
    • 提供者:聂江峰
  1. sjzym3

    0下载:
  2. 西北工业大学研究生课程,数字信号处理上机作业三-Northwestern Polytechnical University post-graduate courses, digital signal processing, machine operating
  3. 所属分类:matlab

    • 发布日期:2017-12-10
    • 文件大小:21073
    • 提供者:聂江峰
  1. Pipeline

    0下载:
  2. 石油工业中长输管道经济性分析 包括运行费用和建设费用 采用敏感性分析-Economic Analysis of the oil industry in the long-distance pipeline, including operating costs and construction costs using sensitivity analysis
  3. 所属分类:Algorithm

    • 发布日期:2017-12-02
    • 文件大小:2098
    • 提供者:Duan
  1. dongtaijuzhen

    0下载:
  2. 模型预测控制是20世纪80年代初开始发展起来的一类新型计算机控制算法。该算法直接产生于工业过程控制的实际应用,并在与工业应用的紧密结合中不断完善和成熟-Model predictive control is a new class of computer control algorithms developed in the early 1980s . The algorithm directly to produce practical applications in industrial p
  3. 所属分类:matlab

    • 发布日期:2017-11-30
    • 文件大小:15019
    • 提供者:王御天
« 1 2 ... 5 6 7 8 9 1011 12 13 14 »
搜珍网 www.dssz.com