搜索资源列表
SimpleCircleArray
- 循环数组的算法源代码。 这是一个环型数组模版。一般可用做缓冲区的使用-Circular array algorithm source code. This is a ring array of templates. The use of buffers can be used in general
simplifiedrbmusic
- 本程序对于圆阵列的DOA估计空间平滑算法,可以很好的估计出角度的到达方向-This procedure for the circular array of DOA estimate spatial smoothing algorithm, can be very good to estimate the direction of arrival angles
VB
- VB插补程序,主要有直线插补与圆弧插补,可以设置脉冲当量-VB interpolation procedures, there are linear interpolation and circular interpolation, you can set a pulse equivalent
RingBuffer
- Ring Buffer Implementation A circular buffer or ring buffer is a data structure that uses a single, fixed-size buffer as if it were connected end-to-end. This structure lends itself easily to buffering data streams.-Ring Buffer ImplementationA circ
cir_queu
- circular queue of c++ programming
cirque
- this the complete program of circular q-this is the complete program of circular queue
Queue
- Circular Buffer / Queue immplementation-Circular Buffer/Queue immplementation
XY-Interpolation-Algorithms
- A descr iption of the algorithms used to provide both linear and circular interpolation. Example provided in C.
CircularBuffer
- C code for Circular buffer
circular_buffer_demo
- this how to do a circular buffer-this is how to do a circular buffer
Circular-Translator
- This program implements a circular translator. I want to translate from english to portuguese and then take the portuguese phrase and translate it back to english to insure it is a correct translation.
Bufor
- Circular buffer using a cyclone memory ( Quartus II and VHDL .)-Circular buffer using a cyclone memory ( Quartus II and VHDL .)
circular-button
- 实现圆形button的制作,内含绘制源码-To achieve the production of circular button, draw the source contains
OpenCV--a-circular-mark-with-vc-code
- OpenCV, a circular mark with vc code detection
circular-dialog-box-
- 本实例将创建圆形的对话框窗口,具体开发代码见源码部分-To create circular dialog box window
two-way-circular-linked-list
- 问题:把单链表改为双向循环链表 方法:先建立单链表;再在单链表基础上建立双向循环链表。-Question: single linked list to two-way circular linked list: 1, create a single linked list 2, to establish a two-way circular linked list in a single linked list based on.
The-circular-list-Josephus-problem
- 循环链表josephus问题。设有n个人围圈,现从第s个人开始报数,数到第m个人出列,然后从出列的下一个人从新开始报数,数到第m个人又出列,如此反复,直到所有人出列-Circular list josephus problem. Suppose there are n individuals in a circle, is from the first s individual reported the number of individuals out to the m-number colu
Circular-queue
- 循环队列和链队列的基本操作,包括入队出队、取队头元素等,附带有杨辉三角、判断回文和舞伴配对的操作-the basic function of circular and linked queue.
LBM-flow-around-circular-cylinder-
- 基于matlab语言的格子玻尔兹曼方法的圆柱绕流程序,直接在matlab里运行就可以得到相应的结果了-Based on the matlab language Lattice Boltzmann flow around a circular cylinder procedures run directly in matlab can get the corresponding results of the
Circular-queue
- 对于数据结构中循环队列的功能实现,能更好的来理解数据结构的知识。-For the function of the circular queue data structure implementations, better able to understand the knowledge of the data structure.