搜索资源列表
buffer.rar
- 一个高速缓冲类(缓冲池)
Floating-point-complex-radix-2-decimation-in-time-
- 浮点复数基2时分FFT完成适当的FFT,输出改写输入缓冲器。-floating-point complex FFT-based two hours to complete the FFT output rewritten input buffer.
totstat21
- 淘特网独自开发的一套访问统计系统,经过一年的测试使用及大访问量下的压力测试,保证可以准确的统计用户的访问信息。系统提供了在线用户统计、页面访问、来路统计、IP、关键词统计等。为减轻服务器负担,本系统 使用了缓存处理.默认缓存时间为50S。你可以根据需要修改。-Amoy the Internet alone development of a visit statistical system After a year of testing and the use of large amount of
BP.Arithmetic
- BP算法的C语言实现--三层神经元网络(适合普通BP算法和改进型BP[带缓冲项]算法)-BP algorithm in C language -- three-layer neural network (suitable for general algorithm and improved BP BP [WITH Buffer] algorithm)
7zipDll2
- 内存中进行压缩和解压的两个方法: 压缩 int RamEncode(Byte *inBuffer, //输入内存缓冲区指针BYTE*类型 size_t inSize, //输入内存缓冲区的大小 Byte *outBuffer, //输出缓冲区指针BYTE*类型 size_t &outSize, //计算出的输出缓冲区大小 Int32 dictionary //字典的大小 )
buffer
- 一个高速缓冲类(缓冲池)- A high speed cushion class (cushion pond)
circBuff
- An object oriented Circular buffer implementation. Matlab version 7+ is required,-An object oriented Circular buffer implementation. Matlab version 7+ is required,
buffer
- Buffer is an object oriented buffer implementation.
buffer_img
- buffer image coefficents for jpeg compression
GIS
- GIS的Arcengine编程,实现了属性查询,空间查询,字段统计,Buffer生成,和最邻近点查询等功能-GIS-Arcengine programming, to achieve the attribute query, spatial query, field statistics, Buffer generation, and the nearest point of query functions
ABufferOverflowStudyAttacksandDefenses
- 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
BUFFER
- 实现buffer.h中的各个缓冲类的函数 -Implementation of the various buffer buffer.h a function of class
z_buffer
- 消除隐藏面算法。z-buffer 扫描线算法.-Elimination of hidden surface algorithms. z-buffer scan line algorithm.
buffer
- 在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
buffer
- it is matlab code about buffer.it is very useful for electrical students . it is about how buffer works and its visulasation
ring-buffer
- 在通信程序中,经常使用环形缓冲区作为数据结构来存放通信中发送和接收的数据。环形缓冲区是一个先进先出的循环缓冲区,可以向通信程序提供对缓冲区的互斥访问-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
Buffer implementation
- Matlab implementaion of object oriented buffer
Circular Buffer implementation
- Matlab implementaion of object oriented circular buffer
Buffer-dynamics-in-a-discrete-service-system
- 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
RingBuffer-master
- 数据结构中的环形队列的实现方法,稍微修改即可用于你的应用中。(realize Ring buffer.)