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

搜索资源列表

  1. matrix_operation

    0下载:
  2. 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。-this procedure can be completed matrix of input and output. Have the same number of rows and columns in the matrix between the additive and subtractive. Matrix multiplicat
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:75490
    • 提供者:李然
  1. yuanlaideqiehuan

    0下载:
  2. 自己做的matlab的实现FUZZY和PID控制互相切换的仿真-Matlab own realization of the FUZZY and PID control to switch the simulation with each other!!
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:7896
    • 提供者:asdasda
  1. useoftreeview

    0下载:
  2. 1、treeview控件的应用,和数据窗口结合的使用方法。 2、treeview控件的常用函数的介绍。 3、动态切换数据窗口控件所关联的数据窗口对象。 4、数据存储datastore的初步应用。 5、treeview控件和弹出菜单的结合。-1, treeview control, applications, and data combination to use the window. 2, treeview control, introduction of the common
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:185281
    • 提供者:vivian
  1. antcolonyalgorithm

    0下载:
  2. 蚁群算法的模拟实现 安装JDK,配置环境变量,导入项目,一般情况下直接保存、运行ant.UI即可启动程序。如果不能运行,将文件夹下的swt.jar加入构建路径,然后在运行中的JVM参数中加入-Djava.library.path="dll所在目录的绝对路径"即可。 也可以在命令行下直接运行该程序,假设文件夹放在D盘跟目录。则在cmd下切换到文件夹下,运行如下命令即可启动程序。-Simulation and Realization of ant colony algorithm
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-10
    • 文件大小:1529947
    • 提供者:天天
  1. 2

    0下载:
  2. A Low-Cost Four-Switch BLDC Motor Drive with Active Power Fa
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:385760
    • 提供者:ganeshgobi
  1. lsr

    0下载:
  2. A Label Switch Router (LSR) (sometimes called transit router), is a type of a router located in the middle of a Multiprotocol Label Switching (MPLS) network. It is responsible for switching the labels used to route packets. When an LSR receives
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:11496
    • 提供者:sathyapriyanga
  1. StringSort

    0下载:
  2. 问题描述:输入若干组长度各异的待排序列,分别用快速排序算法和改进的枢轴元素三者取中算法对待排序列进行排序,当待排子序列长度已小于 20时,改用直接插入排序,利用时间函数验证三者取中算法在效率上的提高。(提示: 待排序列的长度一般应为 5000 以上)-Problem Descr iption: Enter the number of head of the column to be sorted varying degrees, respectively, with quick sort alg
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1353
    • 提供者:NoKoo
  1. Untitled7

    0下载:
  2. 基于Matlab的FIR数字滤波器,利用MATLAB信号处理工具箱中提供的基于滤波器设计方法的工具函数,采用窗设计法,用switch选择窗的类型:1、矩形窗2、汉宁窗3、汉明窗4、布拉克曼窗。-Based on the Matlab FIR digital filters, use of Matlab signal processing of the kit provides design method based on filter tool function, the window desi
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1302
    • 提供者:lizhiwei
  1. Motorola-switching-algorithm

    1下载:
  2. 针对分层网的复杂组网结构的特点,摩托罗拉设计了名为AHA(Advanced Handover Algorithm,先进切换算法)的切换算法,用于分层网(HCS)结构的小区之间的切换。有时也叫“微蜂窝切换算法”。AHA切换算法也就是基于PBGT(功率预算)的算法,在AHA算法中MOTOROLA开发了七种TYPE的算法,可根据不同情况采用相应的算法。-Characteristics of complex network structure of the hierarchical network, M
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:505316
    • 提供者:YSL
  1. migong

    0下载:
  2. 数据结构堆栈的经典应用: /*一:迷宫问题用堆栈的方法: 求迷宫中一条从入口到出口的路径的算法可简单描述如下: 设定当前位置的初值为入口位置: do{ 若当前位置可通, 则{ 将当前位置插入堆栈顶 若该位置是出口位置,则结束 否则切换当前位置的东邻块为新的当前位置 } 否则, 若堆栈不空且栈顶位置尚有其他方向未经探索 则设定新的当前位置为沿顺时针方向转到的栈顶位置的下一相邻块 若栈不空但栈顶位置的四周均不可通,
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1384
    • 提供者:向曦
  1. Class_ZhH

    0下载:
  2. 金额转换的算法代码 金额小写转中文大写类(附带一个数字转大写)。 整数支持到万亿-The amount of conversion algorithm code amount lowercase turn Chinese capital class (with a digital switch to uppercase). Integer support to one trillion
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:87168
    • 提供者:tornado
  1. Switch_5_stage_test

    0下载:
  2. Blocking probabilities.. 5 switch with 5 stage
  3. 所属分类:matlab

    • 发布日期:2017-12-10
    • 文件大小:806
    • 提供者:saliza
  1. raisedCosineFilter.m

    0下载:
  2. Role of Pulse Shaping in Communication Systems: The duals – Sinc and Rectangular Functions In communication systems, data is transmitted as binary bits ( ones and zeros). It is easier to implement a binary system using switches, where turning on
  3. 所属分类:matlab例程

    • 发布日期:2012-12-27
    • 文件大小:1747
    • 提供者:dobc1369
  1. ILC_iterativelearningcontrol

    1下载:
  2. 迭代学习控制:闭环以及开环控制器间切换,具有PI,D型等多型控制器,具有初态学习模块。-Iterative learning control: Closed-loop and open-loop controller to switch between, with PI, D-type and other type of controller with initial state learning modules.
  3. 所属分类:matlab例程

    • 发布日期:2013-11-03
    • 文件大小:1786
    • 提供者:雷士
  1. 1

    0下载:
  2. 一阶动态滑模控制,设计切换函数s,使切换函数与系统控制输入的一阶导数有关-S first order dynamic sliding mode control, design the switch function, make the switch function is associated with the first derivative of system control input
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:3581
    • 提供者:liyu902
  1. BOOST

    1下载:
  2. 峰值电流控制的BOOST,DC-DC电路,48V转80V,具有ZCS环境-Peak current control BOOST, DC-DC circuit, 48V switch 80V, with ZCS environment
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:688728
    • 提供者:郭永
  1. da

    0下载:
  2. (1)用顺序栈实现一个支持大整数的加法和减法计算功能的计算程序。 (2)实现创建顺序栈,入栈,出栈等基本操作,并使用这些基本操作协助完成大整数加法的实现。 (3)用if或switch语句设计一个如下页的选择式菜单。-(A) implement a stack with support for large sequential integer addition and subtraction calculations calculation program. (2) in order
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1139
    • 提供者:范先生
  1. DC-motor-with-Buck-booster

    0下载:
  2. It acts in this TP of the regulation the speed of a D.C Motor with separated excitation, supplied with a chopper series, by using a regulator of the Proportional-Integral type (PI). The chopper is a static inverter allowing, starting a source of vo
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:257625
    • 提供者:Youcef
  1. Switch

    0下载:
  2. 用switch结构实现学生成绩的管理,通过成绩给学生评定等级。-Achieving the management of students grade with switch struct.Judging the rank to students by grade.
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:157436
    • 提供者:潘磊
  1. switch-service-vmware-

    0下载:
  2. 随软件开关服务 vmware相同目录 switch service vmware -With the software switch service vmware the same directory
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:885
    • 提供者:beanuaoaa
« 12 »
搜珍网 www.dssz.com