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

搜索资源列表

  1. ds_2

    0下载:
  2. 1.定义顺序栈的数据结构 2.编写函数实现的栈的初始化、入栈、出栈、判断栈是否为空的算法,并应用与表达式的括号匹配检测。 3.定义队列的链式数据结构 4.编写函数实现链队列的入队列、出队列算法-1. Stack data structure defines the order of 2. Write a function to achieve the initialization of the stack, stack, out of the stack, to determine
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:916
    • 提供者:Yvonne
  1. a

    0下载:
  2. 用数据结构实现 螺旋数组 他分为东西南北4个方向 进行检测-Data structure used to achieve his spiral array is divided into four north-south east-west direction detection
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:8114
    • 提供者:王映理
  1. Dijkstra

    0下载:
  2. 本程序主要对操作系统中的死锁预防部分的理论进行实验。设计一个程序,该程序可对每一次资源申请采用银行家算法进行分配。 1) 设计多个资源:10; 2) 设计多个进程:8 ; 3) 设计银行家算法相关的数据结构; 4) 动态进行资源申请、分配、安全性检测并给出分配结果 -This procedure focused on the prevention of deadlock in the operating system part of the theory of the exp
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:13353
    • 提供者:李方
  1. shujv

    0下载:
  2. 符号匹配 数据结构 结构体 括号匹配问题是编译程序时经常遇到的问题,用以检测语法是否有错。-Symbolic structures matching the data structure compiler parentheses matching problem is frequently encountered problems, to detect whether the wrong syntax.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:7331
    • 提供者:张飞飞
  1. 2d-Raw11.16

    0下载:
  2. 否定选择算法的实现,用的是两维数据,里面有两个文体分别是自体数据和检测数据-Negative selection algorithm, using a two-dimensional data, which are the two sports from the volume data and test data
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:82652
    • 提供者:ARTHAS
  1. vlan_port

    3下载:
  2. vlan与port的组织.一个系统中的port的数量在1K以内, port以pid来标识, pid分布在两个区间内,[0, 512],[2048, 2048 + 128], port数量是一个固定值,启动时由系数检测,调用add_port()创建相应的数据结构-vlan and port organization. a system of port the number of 1K or less, port the pid to identify, pid distri
  3. 所属分类:Data structs

    • 发布日期:2014-07-29
    • 文件大小:322560
    • 提供者:chenjunpei
  1. banker

    0下载:
  2. 银行家算法(实现银行家算法的整个流程。从资源申请,到数据结构数值的修改,到安全性检测;循环资源申请,检测每次的安全状态,输出安全序列,直至所有进程执行完毕)-Banker' s algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1669
    • 提供者:ronny
  1. 22

    0下载:
  2. 1.定义顺序栈的数据结构 2.编写函数实现的栈的初始化、入栈、出栈、判断栈是否为空的算法,并应用与表达式的括号匹配检测。 3.定义队列的链式数据结构 4.编写函数实现链队列的入队列、出队列算法-1. Stack data structure defined order 2. Write functions for the initialization of the stack, stack, stack, to determine whether the stack is empty
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:706
    • 提供者:finejade
  1. Tree-detection

    0下载:
  2. 点云数据中树的自动检测,国外算法,希望对你有用。-Point cloud data in the tree auto-detection, foreign method, you want to be useful.
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1637471
    • 提供者:王旺
  1. huiwen

    0下载:
  2. 利用栈和队列的原理设计一个程序,对输入的字符串进行检测,以判断该字符串是否是回文数据,并输出判断结果。如:“abcxcba”或“abccba”都是回文数据。-Stack and queue principle to design a program to detect the input string to determine whether the string is a palindrome data, and outputs the judgment result. Such as: "a
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:10453
    • 提供者:6218346
  1. Apriori

    0下载:
  2. 数据挖掘算法 挖掘数据之间的关联性,实现事件发生的预测 核心思想是通过候选集生成和情节的向下封闭检测两个阶段来挖掘频繁项集-Data mining association between the data mining algorithms to achieve predicted core idea of ​ ​ the event is to dig down through the closed frequent item sets of two-stage detec
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:52666
    • 提供者:孙伟
  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. AML

    0下载:
  2. 对随机数的检测,统计0和1的频数,有利于减少计算量()
  3. 所属分类:数据结构

    • 发布日期:2018-01-07
    • 文件大小:2048
    • 提供者:Gillkllm
  1. bctyzz

    0下载:
  2. bp网络实现认知无线电的检测和预测,从而达到了对频谱的分配()
  3. 所属分类:数据结构

    • 发布日期:2018-01-07
    • 文件大小:4096
    • 提供者:Prudynce
  1. recigtry

    0下载:
  2. 信号检测理论上机实验报告(包含源码),关于一阶自回归信号模型()
  3. 所属分类:数据结构

    • 发布日期:2018-01-07
    • 文件大小:24576
    • 提供者:jpnwa
  1. 红黑树检测

    1下载:
  2. 数据结构题中可以用于对生成的树是否为红黑树进行检测,并返回一个检测值
  3. 所属分类:数据结构常用算法

搜珍网 www.dssz.com