使用ICCAVR编辑,配合MCU1使用。 主要进行了增量式光电编码器的脉冲读取,PID控制的头文件
上传时间: 2015-10-26
上传用户:lnnn30
带运动估计的时域滤波,一种基于小波的运动估计方法,可以有效的去除视频流的帧间冗余。与传统的帧参考模式的运动估计相比,没有错误漂移现象。内含编码器和解码器。
上传时间: 2015-11-10
上传用户:2525775
用KEIL 开发,和编码器相连,进行对步进电机及电磁阀的控制
标签: KEIL
上传时间: 2013-12-10
上传用户:784533221
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
标签: represented integers group items
上传时间: 2016-01-17
上传用户:jeffery
Quartus下的RS(5,3)编码器的源程序,用Verilog语言编写。
标签: Quartus
上传时间: 2014-01-26
上传用户:270189020
国外牛人公开的AVR代码,都是些头文件,甚至还有旋转编码器的!
标签: 代码
上传时间: 2013-12-06
上传用户:咔乐坞
rgm视频服务器的协议源码,编码器发送数据的协议通讯!
上传时间: 2016-02-21
上传用户:ukuk
压缩解压算法LZ77算法有许多派生算法(这里面包括 LZSS算法)。它们的算法原理上基本都相同,无论是哪种派生算法,LZ77算法总会包含一个动态窗口(Sliding Window)和一个预读缓冲器(Read Ahead Buffer)。动态窗口是个历史缓冲器,它被用来存放输入流的前n个字节的有关信息。一个动态窗口的数据范围可以从 0K 到 64K,而LZSS算法使用了一个4K的动态窗口。预读缓冲器是与动态窗口相对应的,它被用来存放输入流的前n个字节,预读缓冲器的大小通常在0 – 258 之间。这个算法就是基于这些建立的。用下n个字节填充预读缓存器(这里的n是预读缓存器的大小)。在动态窗口中寻找与预读缓冲器中的最匹配的数据,如果匹配的数据长度大于最小匹配长度 (通常取决于编码器,以及动态窗口的大小,比如一个4K的动态窗口,它的最小匹配长度就是2),那么就输出一对〈长度(length),距离(distance)〉数组。长度(length)是匹配的数据长度,而距离(distance)说明了在输入流中向后多少字节这个匹配数据可以被找到。
上传时间: 2014-01-22
上传用户:tzl1975
2005年做的一个小东东,用来测电机的三相编码器的。可测试1024线码盘工作是否正常,线有没有焊错、焊反、线数等。 汇编写的。
标签: 2005
上传时间: 2013-12-26
上传用户:hewenzhi
分析 公司的视频处理专用芯片 的结构特点,根据芯片结构阐述如何利用 进行优化,来实现 单目标Philips TM1300 TM1300 MPEG4-ASP的编码器,最后给出实验的结果。
上传时间: 2016-04-01
上传用户:siguazgb