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

搜索资源列表

  1. CircularBuffer

    0下载:
  2. 环形缓冲区,固定大小,可循环利用的环形缓冲区-Circular Buffer
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:2750
    • 提供者:zhuyx
  1. huoche

    0下载:
  2. 火车车厢排序问题 确定缓冲轨道最小数目 缓冲过程-Train carriage track buffer scheduling problems identified during the minimum number of buffer
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:876481
    • 提供者:liuyue
  1. GPB

    0下载:
  2. Java 调用GPB的实例 google protocol buffer
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-16
    • 文件大小:4258902
    • 提供者:liuzhenzhou
  1. ALOHA-protocol-simulation

    0下载:
  2. ALOHA协议的思想很简单,只要用户有数据要发送,就尽管让他们发送。当然,这样会产生冲突从而造成帧的破坏。但是,由于广播信道具有反馈性,因此发送方可以在发送数据的过程中进行冲突检测,将接收到的数据与缓冲区的数据进行比较,就可以知道数据帧是否遭到破坏。-ALOHA protocol s thought is very simple, as long as the user data to be sent, although let they send. There are, of course,
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2125
    • 提供者:熊晓玲
  1. C_QURENT

    0下载:
  2. 用c做的队列函数的实现,能够比较好的应用在对串行数据需求量大的移位缓存.-The queue C do, and can be used better in the serial data demand of the shift buffer
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:956
    • 提供者:lin
  1. CircularQueue

    0下载:
  2. Circular queue/buffer http://en.wikipedia.org/wiki/Circular_buffer
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2421
    • 提供者:12rad
  1. train

    0下载:
  2. 一列货运列车共有n节车厢,每节车厢将停放在不同的车站。假定n个车站的编号分别为1~n,即货运列车按照第n站至第1站的次序经过这些车站。为了便于从列车上卸掉相应的车厢,车厢的编号应与车站的编号相同,这样,在每个车站只要卸掉最后一节车厢。所以,给定任意次序的车厢,必须重新排列它们。 车厢的重排工作可以通过转轨站完成。在转轨站中有一个入轨、一个出轨和k个缓冲轨,缓冲轨位于入轨和出轨之间。假定缓冲轨按先进先出的方式运作,设计算法解决火车车厢重排问题。 -A total of n freight
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:112573
    • 提供者:PDH
  1. DirectIntBufferTest

    0下载:
  2. Direct Int Buffer Test Source Code for Andriod.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1297
    • 提供者:tcrketain
  1. Scanner

    0下载:
  2. Scanner or Buffer reader
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:610
    • 提供者:Suzi
  1. encode1sN0sWithLimit

    0下载:
  2. To encode a binary data using runlength encoding with setting the count buffer to limit to a required datatype size value. If image use reahape to make it to row.-To encode a binary data using runlength encoding with setting the count buffer to li
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:522
    • 提供者:annariel
  1. kakearney-bufferm2-pkg-bd7ba0b

    0下载:
  2. CREATE a buffer around a polygon in Matlab -CREATE a buffer around a polygon in Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:84515
    • 提供者:smart soltuion
  1. solveC

    0下载:
  2. 对应Gershwin的分解法,用于求解带有缓存区的双机串联生产线中的参数C,参见文献《An efficient decomposition method for the approximate uation of tandem queues with finite storage space and blocking》-Corresponding to Gershwin s decomposition method for solving the two-machine with a buffe
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:598
    • 提供者:贾玉辉
  1. solveC_Gershwin

    0下载:
  2. 对应Gershwin的分解法,用于求解带有缓存区的双机串联生产线中的参数C,参见文献《An efficient decomposition method for the approximate uation of tandem queues with finite storage space and blocking》-Corresponding to Gershwin s decomposition method for solving the two-machine with a buffe
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:607
    • 提供者:贾玉辉
  1. flowshopmaximumnumber

    0下载:
  2. In many cases the functionality and performance of flow-shop production systems depends heavily on the selection of a suitable sequence of orders. The main objectives of order sequencing in production systems are minimization of set-up times
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:55842
    • 提供者:mansour
  1. huochechongpai

    0下载:
  2. 一列火车要将N节车厢分别送往N个车站,车站按1-N的次序编号,火车按照N,N-1,....1的编号次序经过车站,假设车厢的编号就是其目的地车站的编号。 给定一个任意的车厢排列次序,重新排列车厢,使其按照从1到N的次序排列,规定重排时只能从入轨到缓冲铁轨,或者从缓冲铁轨出轨。 限制条件: 有一条入轨,一条出轨,K条缓冲铁轨(1≤K≤N-1)-A train carriages were sent to N N stations, railway stations, in the or
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1093
    • 提供者:aria
  1. Matlab

    0下载:
  2. Buffer and delay relay system
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1592
    • 提供者:DatLe
  1. Train

    0下载:
  2. 一、问题 一列火车要将N列车厢分别送往N个车站,车站按1~N的次序编号,火车按照N,N-1…1的编号次序经过车站。假装车厢的编号就是其目的地车站的编号。 二、要求 给定一个任意的车厢排列次序。重新排列车厢,使其按照从1到N的次序排列。规定重排时只能从入轨到缓冲铁轨,或者从缓冲铁轨到出轨。 -First, the problem     A train to N train cars were sent to the N station, the stat
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2503376
    • 提供者:lili
  1. CircularBufferTest

    0下载:
  2. 存储可变长度数据的循环缓冲区类及测试程序-variable length data circular buffer
  3. 所属分类:Data structs

    • 发布日期:2017-05-05
    • 文件大小:9023
    • 提供者:littlefishpu
  1. matlab串口通信基础讲义

    0下载:
  2.  在Matlab环境下,读取串口数据的方式可以分为两种—查询和中断。以查询的方式进行串行通信时,如下位单片机有大量的数据分时分批传送给PC机,就需要不停查询串行口的缓冲区,有数据就读取;虽然编程容易,但这样做不能对数据进行实时处理,系统实时性不高,而且会极大地占用系统的资源。以中断的方式对串口进行控制实现串行通信,就可以实时处理下位机传送的数据;但编程相对复杂一些,需要采用Matlab的事件和回调函数机制。(In Matlab environment, there are two ways to
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:7168
    • 提供者:SDDASDASD
« 1 2 3 4»
搜珍网 www.dssz.com