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

搜索资源列表

  1. SimpleCircleArray

    0下载:
  2. 循环数组的算法源代码。 这是一个环型数组模版。一般可用做缓冲区的使用-Circular array algorithm source code. This is a ring array of templates. The use of buffers can be used in general
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:274.85kb
    • 提供者:Difference
  1. simplifiedrbmusic

    3下载:
  2. 本程序对于圆阵列的DOA估计空间平滑算法,可以很好的估计出角度的到达方向-This procedure for the circular array of DOA estimate spatial smoothing algorithm, can be very good to estimate the direction of arrival angles
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1.22kb
    • 提供者:霍梦浩
  1. VB

    0下载:
  2. VB插补程序,主要有直线插补与圆弧插补,可以设置脉冲当量-VB interpolation procedures, there are linear interpolation and circular interpolation, you can set a pulse equivalent
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:14.9kb
    • 提供者:
  1. RingBuffer

    0下载:
  2. 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
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-08
    • 文件大小:69.68kb
    • 提供者:mike
  1. cir_queu

    0下载:
  2. circular queue of c++ programming
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:669byte
    • 提供者:adico
  1. cirque

    0下载:
  2. this the complete program of circular q-this is the complete program of circular queue
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:35.01kb
    • 提供者:san_shinee
  1. Queue

    0下载:
  2. Circular Buffer / Queue immplementation-Circular Buffer/Queue immplementation
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:2.1kb
    • 提供者:Manoj M
  1. XY-Interpolation-Algorithms

    0下载:
  2. A descr iption of the algorithms used to provide both linear and circular interpolation. Example provided in C.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1.33mb
    • 提供者:Andrew
  1. CircularBuffer

    0下载:
  2. C code for Circular buffer
  3. 所属分类:Other windows programs

  1. circular_buffer_demo

    0下载:
  2. this how to do a circular buffer-this is how to do a circular buffer
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:11.06kb
    • 提供者:Ahmed
  1. Circular-Translator

    0下载:
  2. 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.
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:2.75kb
    • 提供者:embeddedrf
  1. Bufor

    0下载:
  2. Circular buffer using a cyclone memory ( Quartus II and VHDL .)-Circular buffer using a cyclone memory ( Quartus II and VHDL .)
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:503.29kb
    • 提供者:Kozinio
  1. circular-button

    0下载:
  2. 实现圆形button的制作,内含绘制源码-To achieve the production of circular button, draw the source contains
  3. 所属分类:Button control

    • 发布日期:2017-05-09
    • 文件大小:2.13mb
    • 提供者:刘凌
  1. OpenCV--a-circular-mark-with-vc-code

    0下载:
  2. OpenCV, a circular mark with vc code detection
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-22
    • 文件大小:6.07kb
    • 提供者:C
  1. circular-dialog-box-

    0下载:
  2. 本实例将创建圆形的对话框窗口,具体开发代码见源码部分-To create circular dialog box window
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-17
    • 文件大小:31.91kb
    • 提供者:陈蓉
  1. two-way-circular-linked-list

    0下载:
  2. 问题:把单链表改为双向循环链表 方法:先建立单链表;再在单链表基础上建立双向循环链表。-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.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-07
    • 文件大小:52.24kb
    • 提供者:李浩
  1. The-circular-list-Josephus-problem

    0下载:
  2. 循环链表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
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:2.69kb
    • 提供者:taosq
  1. Circular-queue

    0下载:
  2. 循环队列和链队列的基本操作,包括入队出队、取队头元素等,附带有杨辉三角、判断回文和舞伴配对的操作-the basic function of circular and linked queue.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:2.3kb
    • 提供者:杨涛
  1. LBM-flow-around-circular-cylinder-

    2下载:
  2. 基于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
  3. 所属分类:其他小程序

    • 发布日期:2017-06-29
    • 文件大小:2.35kb
    • 提供者:wp
  1. Circular-queue

    0下载:
  2. 对于数据结构中循环队列的功能实现,能更好的来理解数据结构的知识。-For the function of the circular queue data structure implementations, better able to understand the knowledge of the data structure.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:805byte
    • 提供者:zoubin
« 12 3 4 5 6 7 8 9 10 ... 36 »
搜珍网 www.dssz.com