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

搜索资源列表

  1. binaryTreeDelphi

    0下载:
  2. 在故障事件关联中使用的binary tree.包含一个简单的demo演示。效率还可以。-fault in the incident related to the use of binary tree. Includes a simple demonstration of the demo. Efficiency can be.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:181236
    • 提供者:gao
  1. FIFO-LFU

    0下载:
  2. 用C语言实现操作系统请求页面调度算法FIFO LFU的实现 提前装入0,5,6页最后能够计算出缺页中断率-Operating system using C language the page is requested the implementation of scheduling algorithms FIFO LFU advance into 0,5,6 page last page fault rate to calculate the vacancy
  3. 所属分类:Data structs

    • 发布日期:2017-03-21
    • 文件大小:2170
    • 提供者:sunying
  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. 1234

    0下载:
  2. 页式虚拟存储管理中地址转换与缺页中断 分页存储管理将一个进程的逻辑地址空间分成若干大小相等的片,称为页面或页。-Virtual Storage Management page in the address translation page fault paging and storage management will be a process of logical address space divided into equal size chip, known as the page o
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:269916
    • 提供者:0
  1. 12344

    0下载:
  2. 模拟银行家算法 页式存储管理如何实现地址转换;进一步认识页式虚拟存储管理中如何处理缺页中断。用C++实现LRU置换算法 -Bankers algorithm simulation storage management page addresses how to achieve the conversion a better understanding of virtual memory management page of how to handle page fault. Using
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:284962
    • 提供者:0
  1. ERN

    0下载:
  2. a transmission line fault location model which is based on an Elman recurrent network (ERN) has been presented for balanced and unbalanced short circuit faults. All fault situations with different inception times are implemented on a 380-kV proto
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:762282
    • 提供者:charlie
  1. shiguerchashu

    0下载:
  2. 近年来,计算机辅助事故树分析方法发展很快,新的算法不断被提出。本论文根据《数据结构》[1]中的二叉树算法,结合事故树算法的特点,提出事故二叉树算法。通过建立事故二叉树及利用本文所介绍的一系列事故二叉树算法,不仅可以很方便地实现事故树定性分析中的最小割集和最小径集的求解,以及实现事故树定量分析中的顶上事件发生概率、各基本事件的概率重要度和临界重要度的求解,而且可以实现计算机辅助事故树绘图中的坐标计算问题。该算法是对事故树求解算法的有益的补充和发展,具有现实意义和广阔的应用前景。-In recent
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5469
    • 提供者:jhp627
  1. shujujiegou

    0下载:
  2. 以广州旅游业为背景,设计一个变长记录文件存取类库。程序采用B+树作为索引系统,支持字节流嵌入方式和文件链接方式,以较友好的用户界面,加强程序容错性-Guangzhou tourism industry as the background, to design a variable-length record file access library. Program uses B+ tree as an indexing system to support byte-stream mode and
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3598319
    • 提供者:liang
  1. SearchWord

    0下载:
  2. 电话的号码盘一般可以用于输入字母,使用数据结构及查找相关算法解决,利用电话号码对应单词,得到简单的拼音输入,这种输入还要求有一定的容错功能-Phone number plate can generally be used to enter letters, use the data structure and search algorithm to solve related to the use of telephone numbers corresponding to words, to b
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:136562
    • 提供者:张晓风
  1. FIFOLRUOPT

    0下载:
  2. 页式管理缺页中断优化FIFO LRU OPT.rar 三种算法-Page-style management page fault FIFO LRU OPT.rar three kinds of optimization algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:438293
    • 提供者:
  1. polynomial

    0下载:
  2. 对已知的多项式p(x)利用用线性表的数据结构进行加法,乘法,微商运算 加法的时间复杂度为O(n+m) 乘法的时间复杂度为O(nm) 微分的时间复杂度为O(n) 排序的平均时间复杂度为O(nlogn) 程序优点:通过顺序表和链表结合使用,使乘法合并同类项的时间复杂度降为O(1),乘法本身的时间复杂度也达到下界。 程序提供了有好的界面,并且有较好的容错性,输入输出人性化,符合人的习惯。 用快速排序代替了插入排序,使本程序能应对较大的数据。 程序缺点:系数和指数有范围限
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:2522
    • 提供者:刘晓明
  1. matlabyiqunsuanfa

    5下载:
  2. 蚁群算法是一种用来在图中寻找优化路径的机率型算法。是一种求解组合最优化问题的新型通用启发式方法,该方法具有正反馈、分布式计算和富于建设性的贪婪启发式搜索的特点。通过建立适当的数学模型,基于故障过电流的配电网故障定位变为一种非线性全局寻优问题。-Ant colony algorithm is a method used to find optimal path in the graph the probability-based algorithm. Is a combination of opt
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:2648
    • 提供者:prince
  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. luji

    0下载:
  2. 服务于故障树分析的最小路集算法,可以把任意一棵故障树的最小路集求解出来-Fault tree analysis services in the minimum path set algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1205
    • 提供者:朱新新
  1. arithmetic-fault-access

    0下载:
  2. 这是数据结构的课程设计——算术表达式求值演示的代码。-This is a course-- arithmetic expression evaluation demonstrates the design of data structure code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2650
    • 提供者:
  1. pca

    0下载:
  2. 基于主元分析的异常检测和故障诊断,用于对具有高度线性相关的测量数据进行分析和处理,其最终实现高维空间降维的目的。-Anomaly detection based on principal component analysis and fault diagnosis, used for highly linear correlation measurement data analysis and processing, its ultimate achieve the goal of higher
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1346
    • 提供者:宋洋
  1. xwtdhd

    0下载:
  2. 模式识别中贝页斯分类器的MATLAB实现,且用不同颜色标记了分类点和错分点-Mr Page in pattern recognition classifier of MATLAB, and use different color tag by classification and fault point
  3. 所属分类:Data structs

    • 发布日期:2017-12-14
    • 文件大小:35934
    • 提供者:PRMYxwut_092587
  1. EQBNZJU

    0下载:
  2. 模式识别中贝页斯分类器的MATLAB实现,且用不同颜色标记了分类点和错分点-Mr Page in pattern recognition classifier of MATLAB, and use different color tag by classification and fault point
  3. 所属分类:Data structs

    • 发布日期:2017-12-17
    • 文件大小:35840
    • 提供者:PRMYxwut_092587
搜珍网 www.dssz.com