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

搜索资源列表

  1. buffer.rar

    0下载:
  2. 一个高速缓冲类(缓冲池)
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:133179
    • 提供者:
  1. Floating-point-complex-radix-2-decimation-in-time-

    0下载:
  2. 浮点复数基2时分FFT完成适当的FFT,输出改写输入缓冲器。-floating-point complex FFT-based two hours to complete the FFT output rewritten input buffer.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1440
    • 提供者:minytian
  1. totstat21

    0下载:
  2. 淘特网独自开发的一套访问统计系统,经过一年的测试使用及大访问量下的压力测试,保证可以准确的统计用户的访问信息。系统提供了在线用户统计、页面访问、来路统计、IP、关键词统计等。为减轻服务器负担,本系统 使用了缓存处理.默认缓存时间为50S。你可以根据需要修改。-Amoy the Internet alone development of a visit statistical system After a year of testing and the use of large amount of
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:45439
    • 提供者:mamingbo
  1. BP.Arithmetic

    0下载:
  2. BP算法的C语言实现--三层神经元网络(适合普通BP算法和改进型BP[带缓冲项]算法)-BP algorithm in C language -- three-layer neural network (suitable for general algorithm and improved BP BP [WITH Buffer] algorithm)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7391
    • 提供者:hankqiu
  1. 7zipDll2

    0下载:
  2. 内存中进行压缩和解压的两个方法: 压缩 int RamEncode(Byte *inBuffer, //输入内存缓冲区指针BYTE*类型 size_t inSize, //输入内存缓冲区的大小 Byte *outBuffer, //输出缓冲区指针BYTE*类型 size_t &outSize, //计算出的输出缓冲区大小 Int32 dictionary //字典的大小 )
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:39326
    • 提供者:王玮
  1. buffer

    0下载:
  2. 一个高速缓冲类(缓冲池)- A high speed cushion class (cushion pond)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-09
    • 文件大小:133450
    • 提供者:none
  1. circBuff

    0下载:
  2. An object oriented Circular buffer implementation. Matlab version 7+ is required,-An object oriented Circular buffer implementation. Matlab version 7+ is required,
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1907
    • 提供者:Mehmet Aydinlik
  1. buffer

    0下载:
  2. Buffer is an object oriented buffer implementation.
  3. 所属分类:matlab

  1. buffer_img

    0下载:
  2. buffer image coefficents for jpeg compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:769
    • 提供者:sandeep
  1. GIS

    1下载:
  2. GIS的Arcengine编程,实现了属性查询,空间查询,字段统计,Buffer生成,和最邻近点查询等功能-GIS-Arcengine programming, to achieve the attribute query, spatial query, field statistics, Buffer generation, and the nearest point of query functions
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:241166
    • 提供者:夏吉喆
  1. ABufferOverflowStudyAttacksandDefenses

    0下载:
  2. A Buffer Overflow Study - Attacks and Defenses 一本介绍缓冲区溢出非常好的书,讲解详细,通俗易懂,是值得收藏的好资料-A Buffer Overflow Study- Attacks and Defenses 1 describes a buffer overflow very good book, explained in detail, easy to understand, is worthy of a good collection of i
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:350562
    • 提供者:ss
  1. BUFFER

    0下载:
  2. 实现buffer.h中的各个缓冲类的函数 -Implementation of the various buffer buffer.h a function of class
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:2936
    • 提供者:张广超
  1. z_buffer

    1下载:
  2. 消除隐藏面算法。z-buffer 扫描线算法.-Elimination of hidden surface algorithms. z-buffer scan line algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:4453
    • 提供者:likunlun
  1. buffer

    0下载:
  2. 在MATLAB中可以当做发射信号的缓冲,以提高系统的稳定性,从而防止数据的剧烈变化-BUFFER Buffer a signal vector into a matrix of data frames. Y = BUFFER(X,N) partitions signal vector X into nonoverlapping data segments (frames) of length N. Each data frame occupies one colu
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:2036
    • 提供者:resson
  1. buffer

    0下载:
  2. it is matlab code about buffer.it is very useful for electrical students . it is about how buffer works and its visulasation
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2028
    • 提供者:Maziar
  1. ring-buffer

    1下载:
  2. 在通信程序中,经常使用环形缓冲区作为数据结构来存放通信中发送和接收的数据。环形缓冲区是一个先进先出的循环缓冲区,可以向通信程序提供对缓冲区的互斥访问-In the communications program, frequently used as a ring buffer data structure to store communications to send and receive data. FIFO ring buffer is a circular buffer, the com
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-11-28
    • 文件大小:34782
    • 提供者:江立
  1. Buffer implementation

    0下载:
  2. Matlab implementaion of object oriented buffer
  3. 所属分类:matlab例程

    • 发布日期:2013-06-27
    • 文件大小:580
    • 提供者:aydinlik
  1. Circular Buffer implementation

    0下载:
  2. Matlab implementaion of object oriented circular buffer
  3. 所属分类:matlab例程

    • 发布日期:2013-06-27
    • 文件大小:1907
    • 提供者:aydinlik
  1. Buffer-dynamics-in-a-discrete-service-system

    0下载:
  2. Buffer dynamics in a discrete service system Suppose time is discrete and customers arrive to a service center according to an independent sequence a(1), a(2),..., where a(k) is the number of arrivals during time slot number k. One customer can
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:8882
    • 提供者:nihad
  1. RingBuffer-master

    1下载:
  2. 数据结构中的环形队列的实现方法,稍微修改即可用于你的应用中。(realize Ring buffer.)
  3. 所属分类:数据结构

    • 发布日期:2018-05-01
    • 文件大小:11091968
    • 提供者:MichaelChen
« 12 3 4 »
搜珍网 www.dssz.com