CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - sequential

搜索资源列表

  1. CANAL

    0下载:
  2. In computer science, Communicating Sequential Processes (CSP) is a formal language for describing patterns of interaction in concurrent systems.It is a member of the family of mathematical theories of concurrency known as process algebras, or process
  3. 所属分类:Development Research

    • 发布日期:2017-11-16
    • 文件大小:562462
    • 提供者:glaucia campos
  1. book

    0下载:
  2. 序贯概率比应用 是时下很流行的算法 有很重要的研究意义-Sequential probability ratio applications
  3. 所属分类:Communication

    • 发布日期:2017-11-29
    • 文件大小:5026178
    • 提供者:刘志山
  1. find

    0下载:
  2. 顺序查找,程序可以在一个数组中按照顺序查找你所要查找的东西。-Sequential search, the program can be an array in order to find the things you want to find.
  3. 所属分类:software engineering

    • 发布日期:2017-11-28
    • 文件大小:859136
    • 提供者:袁艳祥
  1. 4

    0下载:
  2. C语言PPT第四章 顺序程序设计与输入/输出函数 C程序组成 赋值语句 输出函数 输入函数-C Language PPT Chapter sequential programming and input/output functions C program the assignment statement output function input function
  3. 所属分类:Document

    • 发布日期:2017-12-09
    • 文件大小:32317
    • 提供者:蔡向上
  1. PatternClassification.pdf

    0下载:
  2. Nonlinear Sequential State Estimation for Solving PatternClassification Problems
  3. 所属分类:Project Design

    • 发布日期:2017-11-23
    • 文件大小:406406
    • 提供者:刘玉平
  1. 007

    0下载:
  2. A Fast Incremental Mining Algorithm of Sequential Patterns Based on Sequence Tr-A Fast Incremental Mining Algorithm of Sequential Patterns Based on Sequence Tree
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:131338
    • 提供者:al
  1. 10.1.1.12.3538.pdf

    0下载:
  2. Clospan : Fast Mining Algorithm of Sequential Patterns Based
  3. 所属分类:software engineering

    • 发布日期:2017-12-08
    • 文件大小:189108
    • 提供者:al
  1. 2011_7_7_2322_2329

    0下载:
  2. A Closed Sequential Pattern Mining Algorithm for Discovery of the Software Bugs Feature
  3. 所属分类:software engineering

    • 发布日期:2017-12-06
    • 文件大小:165749
    • 提供者:al
  1. a23-zhao

    0下载:
  2. Mining Probabilistically Frequent Sequential Patterns in Uncertain Databases
  3. 所属分类:software engineering

    • 发布日期:2017-12-05
    • 文件大小:235272
    • 提供者:al
  1. ADL32-Lecture03-Report1.rar

    0下载:
  2. CRFsuite: a fast implementation of Conditional Random Fields (CRFs) CRFSuite is an implementation of Conditional Random Fields (CRFs) for labeling sequential data. The first priority of this software is to train and use CRF models as fast as possi
  3. 所属分类:software engineering

    • 发布日期:2017-11-07
    • 文件大小:1803945
    • 提供者:icypriest
  1. dfbhjjjmkkk

    0下载:
  2. 模糊序贯决策算法优化设计及Matlab实现-Fuzzy sequential decision algorithm to optimize the design and Matlab achieve
  3. 所属分类:software engineering

    • 发布日期:2017-11-08
    • 文件大小:295014
    • 提供者:风格
  1. the-art-of-computer-program

    0下载:
  2. 谈谈我自己读这套书的心得。抛砖引玉。    首先要清楚这套书的定位:它是古典的算法分析的工具书。    1.古典(classic)体现在模型和问题上。    模型就是顺序算法(sequential algorithms)的经典模型。大名鼎鼎的MIX并非是个程序设计语言这么简单,而是一个计算模型:即标准指令集RAM。这是个非常经典,也是非常符合现实的上界(upper bounds)模型。    该书涉及到的问题是计算机科学诞生之初就自然面对-Talk about my own experience
  3. 所属分类:software engineering

    • 发布日期:2017-11-05
    • 文件大小:27985920
    • 提供者:陈炜东
  1. ADC

    1下载:
  2. ADC转换程序,对28335的16个通道进行顺序采样,并将结果存入相应的结果寄存器中。-ADC conversion procedures, 28335 of 16 channels with sequential sampling, and the results are stored in the appropriate result register.
  3. 所属分类:software engineering

    • 发布日期:2017-11-18
    • 文件大小:2207
    • 提供者:戴明福
  1. FIFO-algorithm

    0下载:
  2. 先入先出队列,这是一种传统的按序执行方法,先进入的指令先完成并引退,跟着才执行第二条指令。是一种先进先出的数据缓存器,他与普通存储器的区别是没有外部读写地址线,这样使用起来非常简单,但缺点就是只能顺序写入数据,顺序的读出数据,其数据地址由内部读写指针自动加1完成,不能像普通存储器那样可以由地址线决定读取或写入某个指定的地址-First-in, first-out queue, which is a traditional sequential execution method, first en
  3. 所属分类:software engineering

    • 发布日期:2017-11-10
    • 文件大小:1326
    • 提供者:路子祥
  1. Editoragain11

    0下载:
  2. 1.了解查找和排序的基本概念 2.熟练掌握顺序查找和二分查找算法 3.熟练掌握直接插入排序算法 二、重点与难点 1.重点:二分查找算法 2.难点:直接插入排序算法 三、教学过程的具体安排 1.本次实验的内容如下: 实验利用C语言实现数据结构课程中相关的查找算法和 -1 understand the search and sort the basic concepts 2. Mastered sequential search and binary search
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:1191598
    • 提供者:高玲
  1. ss

    0下载:
  2. 顺序查找,二分,大一的课程设计、数据结构的-Sequential search, binary
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:825458
    • 提供者:fh
  1. an-sqp-algorithm--optimization

    0下载:
  2. 序列二次算法求大量的约束优化问题,外文,非常好的文献-Sequential Quadratic algorithm for a large number of constrained optimization problems, foreign languages, very good literature
  3. 所属分类:Development Research

    • 发布日期:2017-04-01
    • 文件大小:265355
    • 提供者:wenxiaoqiang
  1. 04720961

    0下载:
  2. Signal Model and Statistical Analysis for the Sequential Sampling Pulse Radar Technique
  3. 所属分类:Development Research

    • 发布日期:2017-05-07
    • 文件大小:1243343
    • 提供者:minou
  1. IS42S16400D

    0下载:
  2. • Clock frequency: 166, 143 MHz • Fully synchronous all signals referenced to a positive clock edge • Internal bank for hiding row access/precharge • Single 3.3V power supply • LVTTL interface • Programmable
  3. 所属分类:Project Design

    • 发布日期:2017-05-02
    • 文件大小:520751
    • 提供者:徐文
  1. mex_improved

    0下载:
  2. Estimating the motion patterns between one and next sequential images using optical flow technique. It is quite simple and helpful.
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:1059931
    • 提供者:JUHWAN LEE
« 1 2 34 5 6 »
搜珍网 www.dssz.com