搜索资源列表
circular
- 卫星图片识别,利用圆谐展开的方法进行旋转不变识别,有图例,是好几个程序的结合-Satellite Photo identification, the use of circular harmonic approach rotation invariant recognition, a legend. Several of the integration process
dengjianju.rar 相控阵天线六边形阵与矩形阵方向图
- 相控阵天线六边形阵与矩形阵方向图,圆形喇叭天线方向图,Phased array antenna array and hexagonal array pattern of rectangular, circular horn antenna
kalman
- 用卡尔曼滤波方法对圆周运动进行预测的算法实现-Kalman filtering method using circular motion algorithm to predict
LM3S_UART
- 《LM3S系列CPU高性能串口驱动程序》 现在很多ARM7芯片已经使用了Cotex-M3内核,我开始接触这东西是从周立功的LM3S1138开始的。周立功提供的1138串口例程基本不具有实用性…… 该驱动程序在利用LM3S系列CPU自身FIFO的同时,利用环形缓冲区构建了软件层的Buffer,采用中断方式进行Buffer读写,效率高,运行稳定,可用于透传、网关等各种大数据流量的场合。程序包含头文件,注释详尽;基于Stellaris外设驱动库编写,方便移植。并支持485通信,串口初始化数据自
ringbuffer_src_2.0
- C语言实现的环形缓存类封装。功能比较实用,可以用于网络环境下,协议栈或通信协议解析。-C language implementation of the circular buffer class package. Functions more practical, can be used for the network environment, or communication protocol stack resolution.
SimpleCircleArray
- 循环数组的算法源代码。 这是一个环型数组模版。一般可用做缓冲区的使用-Circular array algorithm source code. This is a ring array of templates. The use of buffers can be used in general
DBF
- 包含波束形成的仿真,五种阵列波束:线阵,主瓣偏移线阵,切比雪夫加权的线阵,圆阵,平面阵-Beamforming simulation contains five arrays beam: linear array, the main valve offset linear array, weighted Chebyshev linear array, circular array, planar array
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
Houghcicle.txt
- hough变换检测直线和圆,运用hough变换原理检测出来-hough transform linear and circular detection using hough transform detected Principle
VB
- VB插补程序,主要有直线插补与圆弧插补,可以设置脉冲当量-VB interpolation procedures, there are linear interpolation and circular interpolation, you can set a pulse equivalent
circle
- 自己编的vb编程,逐点比较法插补从而画出圆弧,很不错的-The vb own programming, point by point comparison method in order to draw circular interpolation, it is good
stepmotor
- 基于凌阳单片机spmc75f2413的步进电机3轴联动空间圆弧插补源程序-Sunplus spmc75f2413 based on single-chip stepper motor of 3-axis circular interpolation space source
Hough-circle-detection
- Hough变换检测圆,matlab源代码-Detection of circular Hough transform, matlab source code
DDA_ARC
- 一种DDA的圆弧插补实现.现在是在TC系统下现实各点的坐标值.-A circular interpolation of the DDA to achieve. It is a reality in the TC system of coordinates of the points.
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
zhixian
- 这是数控技术课本上的逐点比较法插补直线和圆弧的程序,-This is the numerical control technology textbook case-by-point comparison of linear and circular interpolation procedures
linux-circular-buf.tar
- linux下自己做的一个circular buffer.可重入,pthread接口。-under linux do a circular buffer. reentrant, pthread interface.
Uniform-circular-array-of-LFM-Signal-DOA-Estimatio
- 基于均匀圆阵的LFM信号DOA估计Uniform circular array of LFM Signal DOA Estimation-Uniform circular array of LFM Signal DOA Estimation
Circular-queue
- 数据结构 循环队列 用C语言实现,在VC6.0下实现-Circular queue data structure using C language, to achieve in the VC6.0
Circular-queue
- Circular Queue using C