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

搜索资源列表

  1. qpsk

    0下载:
  2. sequential coding techniques. these are used to compress the voice signals
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-13
    • 文件大小:1819
    • 提供者:mahesh
  1. Soft_output_sequential_algorit

    0下载:
  2. Soft-Output Sequential Algorithm for Signal Estimation over Frequency Selective Fading Channel
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:80771
    • 提供者:MVR
  1. search

    0下载:
  2. 利用顺序表作为查找表,创建一查找表,编程实现顺序查找算法及二分法查找算法,并对其进行验证。顺序表中的顺序查找算法的实现-The use of the order of the table as a look-up table, create a look-up table, programming sequential search algorithm and binary search algorithms, and validate them. The order of the order
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:2614
    • 提供者:房春英
  1. kfs-0.3.tar

    0下载:
  2. 来自startup的垂直搜索引擎http://www.kosmix.com/的开源项目,又一个开源的类似google mapreduce 的分布式文件系统,可以应用在诸如图片存储、搜索引擎、网格计算、数据挖掘这样需要处理大数据量的网络应用中。与hadoop集成得也比较好,这样可以充分利用了hadoop一些现成的功能,基于C++。-Applications that process large volumes of data (such as, search engines, grid compu
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:449746
    • 提供者:湖北
  1. lab9

    0下载:
  2. State Machine 又稱Finite State Machine(FSM)。State Machine 是循序電路 當中, 最全面性的一種邏 輯方式 , 如暫存器、移位暫存器、計數 器等均可以看成是一 個功能固定的State Machine。但State Machine 通常用在比較特殊的循序邏 輯電 路 中 , 用State Diagram 的方式描述方式 , 通常是一個較有系統的方法。有了 正 確
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-05
    • 文件大小:123004
    • 提供者:徐小華
  1. Luces_Secuenciales

    0下载:
  2. SEQUENTIAL LIGHTS WITH STROBER EFFECT IN VHDL FOR FPGA
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:941230
    • 提供者:cesarchirri
  1. realisam

    0下载:
  2. RealIsam is an object oriented tool that allows to manage files with direct access or sequential access : both methods can be used. It is a 32-bit DLL that can be interfaced with usual languages such as C++, Delphi, Visual Basic, .... under Win95,
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-29
    • 文件大小:34870
    • 提供者:Odin
  1. prefixspan_ver1.0.tar

    0下载:
  2. C++ source code for prefix span algorithm (Sequential pattern mining)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:12654
    • 提供者:Sathish
  1. rsa

    0下载:
  2. 安全性大大改进,可算做能完全代替MD5的散列验证算法.-1.Large input message block size 2.provably resistant to differential attacks 3.Alternative sequential mode 4.Key input K??of up to 512 bits?? K is input to every compression function 5.1024-bit interm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:10287
    • 提供者:haec
  1. VB

    0下载:
  2. Visual Basic顺序结构程序设计的课件及其源代码-Sequential structure, program design courseware and its source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:343637
    • 提供者:cn cn
  1. VerilogHDL_tuxiang

    0下载:
  2. 介绍一种用于卫星姿态测量的CMOS图像敏感器--STAR250的时序驱动信号,并使用Verilog HDL语言设计驱动时序电路。经布线、仿真、测试后验证了驱动信号的正确性。 -Introduce a measurement for the satellite attitude CMOS image sensor- STAR250 timing drive signals, and use the Verilog HDL language design-driven sequential circ
  3. 所属分类:Project Design

    • 发布日期:2017-03-31
    • 文件大小:106734
    • 提供者:zhaox
  1. Yamini.Navid.BucketSort

    0下载:
  2. This Bucket sort,both sequential and parallel code, using C++ and MPI -This is Bucket sort,both sequential and parallel code, using C++ and MPI
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:2791
    • 提供者:Navid Yamini
  1. bisearch_sequential_Search

    0下载:
  2. data structure implementation:bisearch and sequential search on static table.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:628
    • 提供者:ewitt
  1. Program

    0下载:
  2. 创建一个数组对其中数据进行操作,包括输出,顺序查找,二分查找,冒泡排序,插入排序。-Create an array of which the data operations, including output, sequential search, binary search, bubble sort, insertion sort.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1814
    • 提供者:
  1. copy

    0下载:
  2. 题目实现DOS中的COPY命令。可首先打开源文件和目的文件,其次顺序读取源文件每个字节赋给目的文件对应位置,源文件读完时,目的文件也自然拷贝成功。-Title achieve the DOS in the COPY command. Be the first to open the source file and destination file, followed by sequential reads the source file is assigned to the purpose of
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:667
    • 提供者:guaibaobaohi
  1. dianti

    0下载:
  2. 1.每层电梯入口处设有上下请求开关各1个,电梯内设有乘客到达层次的数字开关。电梯当前所在的楼层位置用一位数码管显示,用一只发光二极管显示开门/关门状态,用发光二极管显示每层的上下请求状态; 2.显示电梯当前所处位置和电梯上行下行及开门,关门状态; 3.电梯到达有停靠站请求的楼层后,电梯门就会自动打开门指示灯亮,开门3秒钟后; 4.电梯门自动关闭(开门指示灯灭)电梯继续运行; 5.对电梯开门时间可以提前关门(按关门按钮); 6.能记忆电梯内外的所有请求信号,并按照电梯运
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:2060
    • 提供者:kxsh
  1. main

    0下载:
  2. Sequential Search.vcproj
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:546
    • 提供者:lee yeonjung
  1. zhuliuji_suanfa

    0下载:
  2. 关于计算机操作系统的驻留集问题的算法,其中访问次序是按顺序访问的-The operating system resides on computer algorithms set of issues, including access to the order is based on sequential access of
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:217214
    • 提供者:明珠
  1. Cpp1

    0下载:
  2. 2 使用顺序查找方法,从查找表中查找姓名为赵阳和王夏的学生。如果查找成功,则显示该生的相关信息;如果查找不成功,则给出相应的提示信息。 3 使用直接插入排序方法,按姓名对学生信息进行排序。输出排序前和排序后的学生信息表,验证排序结果。 4 使用直接选择排序方法,对学生信息中的C成绩进行排序。输出排序前和排序后的学生信息表,验证排序结果。 -2 using the sequential search method, from the lookup table to find the n
  3. 所属分类:Education soft system

    • 发布日期:2017-03-29
    • 文件大小:1161
    • 提供者:金伟
  1. main

    0下载:
  2. 数字钟是一种用数字电路技术实现时、分、秒计时的装置,与机械式时钟相比具有更高的准确性和直观性,且无机械装置,具有更更长的使用寿命,因此得到了广泛的使用。数字钟从原理上讲是一种典型的数字电路,其中包括了组合逻辑电路和时序电路。目前,数字钟的功能越来越强,并且有多种专门的大规模集成电路可供选择-Digital Clock is a digital circuit technology with the hours, minutes, seconds, timing devices, as compa
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:3506
    • 提供者:华成
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com