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

搜索资源列表

  1. 阶乘容错程序

    0下载:
  2. VB中不使用 on error goto的容错程序。-not use VB on the fault-tolerant error goto procedures.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5470
    • 提供者:zgr0123
  1. Prim

    0下载:
  2. Prim算法,包括详细的容错机制,且可对非连通情况做处理。-Prim algorithm, including detailed fault-tolerant mechanism, and can be done to deal with the situation of non-connectivity.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1002
    • 提供者:曹杨
  1. Fauellite

    0下载:
  2. 联邦滤波卫星容错组合导航算法Fault-tolerant federated filter navigation algorithm for satellite-Fault-tolerant federated filter navigation algorithm for satellite
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:348742
    • 提供者:ema666@
  1. main

    0下载:
  2. kmp算法的实现(后面还有一个容错的KMP算法,但是有很严重的问题)。-kmp algorithm implementation (behind the KMP algorithm and a fault-tolerant, but there are serious problems.)
  3. 所属分类:Data structs

  1. whichday

    0下载:
  2. 一个经典的时间算法,可以计算出今天是公园元年后的那一天,可以算出瑞年和非闰年的,同时还具有容错功能,完全c语言编写!-A classic time algorithm can calculate the park today is the day after the first year, can be calculated and non-leap year in Sweden, but also fault-tolerant, fully c language!
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:734
    • 提供者:韩阳
  1. F-E-M

    0下载:
  2. 划分平面三角形单元,通过有限元法计算平面应力,应变和位移。UI界面,有一定的容错能力。-Divided into the plane triangle unit, and to calculate the plane stress, strain and displacement through the finite element method. UI interface, there are the a certain degree of the fault-tolerant ability
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:8812
    • 提供者:hope
  1. lmn4op.ZIP

    1下载:
  2. 空间机械臂关节容错控制系统研究Space manipulator joint research on fault-tolerant control system-Space manipulator joint research on fault-tolerant control system
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-06
    • 文件大小:1158875
    • 提供者:
  1. cd4ef1.ZIP

    0下载:
  2. 容错逆变器PMSM无位置传感器控制系统Fault tolerant inverter PMSM control system without position sensor-Fault tolerant inverter PMSM control system without position sensor
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:977151
    • 提供者:
  1. voting-algorithm

    0下载:
  2. this a voting algorithm MATLAB codes for fault tolerant systems. file consist of five m-files that fours of them runs from testmaj m-file. inxmaj m-file is a function for inexact majority algorithm, inxplu is a function for inexact plurality algorith
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1133
    • 提供者:yaser
  1. kalman

    0下载:
  2. 是kalman滤波的matlab仿真,以及扩展算法容错,适合初学者-Kalman filter matlab simulation, and the expansion algorithm fault-tolerant, suitable for beginners
  3. 所属分类:matlab

    • 发布日期:2017-11-14
    • 文件大小:1577804
    • 提供者:王明
  1. fault-tolerant-federated-filter

    0下载:
  2. 自适应的动态信息分配方法,联邦滤波的信息分配原则直接影响滤波器的容错性和精度.考虑到故障隔离后的子系统不能参与联邦滤波器的信息分配,首先联邦滤波器的故障检测方法 然后通过引入故障因子,将系统的信息分配和故障状态综合考虑.-The adaptive dynamic information distribution method, the federal filtering the information distribution principles directly affect the fau
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-06
    • 文件大小:3494232
    • 提供者:zkj
  1. student_management

    0下载:
  2. 基于mantlab编程实现学生成绩管理,包括学生信息的增加、删除、查询等,增强了容错处理,能很好地运行。-Based mantlab programming of student achievement, including student information to add, delete, query, etc., enhances the fault-tolerant and can run well.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:8303
    • 提供者:史保营
  1. main_robust_state

    0下载:
  2. 非线性系统的容错鲁棒控制程序代码 超级实用-fault-tolerant control of nonlinear systems
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:3050
    • 提供者:zhag
  1. DTN

    0下载:
  2. Routing in delay-tolerant networking concerns itself with the ability to transport, or route, data from a source to a destination, which is a fundamental ability all communication networks must have
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:2144
    • 提供者:shekeb
  1. dsjc

    0下载:
  2. 利用高精度计算大数阶乘的c语言源代码及其解释,其中还包括一些在C语言中常用的简单编程习惯和技巧,非常适合C语言初学者借鉴,如果好好的把程序调试一遍会对初学者很大的启发。程序中没有用到指针,结构体,共用体等内容,但运用了预编译,头文件,数组等等知识,特别是对getchar()进行输入容错的运用,并有详细的解释!-The use of high-precision computing factorial of large numbers of c language source code and i
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:116420
    • 提供者:namejiang
  1. Hoo

    0下载:
  2. Hoo/H2控制方法进行卫星姿态容错控制,包括卫星模型,控制器设计和参数文档-Hoo/H2 control method for satellite attitude fault-tolerant control, including satellite model, controller design and parameter document
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:50641
    • 提供者:hu mei
  1. Anversion

    0下载:
  2. A simple multi-band QPSK signal transmission scheme, constructed by using an optical remote up-conversion technique and a Schottky diode RF detector, is theoretically analyzed and experimentally implemented in a 60-GHz millimeter wave (mm-wave) r
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-09
    • 文件大小:1796087
    • 提供者:yangsss
  1. Nonlinear-Fault-Tolerant-Control

    1下载:
  2. 非线性容错控制:容错控制的一个简单的例子,用于非线性系统的容错控制。-Nonlinear Fault Tolerant Control: a simple example of a fault-tolerant control of fault-tolerant control for nonlinear systems.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-04
    • 文件大小:155201
    • 提供者:tianxiangyi
搜珍网 www.dssz.com