-
介绍两类同步方法都是采用滑动相关寻找峰值的办法,区别在于使用的相关器模板和先验信息。每种方法在具体实现上又可分为:串行搜索和并行搜索...
介绍两类同步方法都是采用滑动相关寻找峰值的办法,区别在于使用的相关器模板和先验信息。每种方法在具体实现上又可分为:串行搜索和并行搜索-Introduce two types of synchronization methods are used to find the peak sliding correlation approach, the difference lies in the use of the correlator template and a priori information. Each method in the concrete realization can be divided into: serial search and parallel search
- 2022-05-05 08:24:49下载
- 积分:1
-
MCD1实战一,LED8位流水灯《霹雳灯》
该实战的目的作为学习和应用MCD1在线调试工具套件,进行项目的软件和硬件
联合调试的范例程序,也就是当做...
MCD1实战一,LED8位流水灯《霹雳灯》
该实战的目的作为学习和应用MCD1在线调试工具套件,进行项目的软件和硬件
联合调试的范例程序,也就是当做一个用户程序实例,而演示板暂时充当用户电
路的角色。这样就构成了一个软件、硬件齐全的自制项目模拟环境。
本程序实现的功能是,把端口RC的8条引脚全部设置为输出模式,依次从引脚RC0
到RC7送出高电平,然后再依次从引脚RC7到RC0送出高电平,并且周而复始,从而
使得与该端口C相连的8只发光二极管LED循环依次点亮,其效果类似于一个简单的霹雳灯。
该程序可用于PIC16F87X(A)所有系列
- 2022-01-26 02:20:23下载
- 积分:1
-
Decimal adder demonstration of the Ranger of the serial number of the swordsman...
十进制加法器 示范的的游侠的序号的的剑客骄傲 到家了库文件发动机阿拉斯加法律-Decimal adder demonstration of the Ranger of the serial number of the swordsman proud home of the library file engine Alaska law
- 2022-01-31 01:39:25下载
- 积分:1
-
(1) 显示北京时间;
(2) 能够校准时间;
(3) 使用汇编语言;
(4) 时、分、秒之间以及年、月、日间以小数点分隔;
(5) 显示公历日
(1) 显示北京时间;
(2) 能够校准时间;
(3) 使用汇编语言;
(4) 时、分、秒之间以及年、月、日间以小数点分隔;
(5) 显示公历日期
(6) 能够校准日期
(7) 运动秒表
(8) 闹钟功能
(9) 整点报时功能
(10) 自动/手动进入休眠状态
-(1) shows that Beijing (2) to the calibration time (3) the use of assembly language (4) hours, minutes and seconds, as well as year, month, day to decimal separated (5) shows that the Gregorian calendar date (6 ) to the calibration date (7) Sports Stopwatch (8), alarm clock function (9) The whole point timekeeping function (10) Auto/Manual to enter hibernation
- 2022-08-21 23:09:51下载
- 积分:1
-
智能控制,安防源代码,单片51的汇编源程序,供大家研究
智能控制,安防源代码,单片51的汇编源程序,供大家研究-intelligent control, Security source code, a compilation of 51 single source for all research
- 2023-08-22 02:50:03下载
- 积分:1
-
#include <iostream>
#include <stack>
#define MAX_SIZE...
非递归的快速排序算法-#include
#include
#define MAX_SIZE 11
using namespace std
typedef int elem
typedef std::stack Stack
int partition(elem*pData, int low, int high)
void swap(elem& a, elem& b)
void qsort(elem* pData, int low, int high)
int partition(elem*pData, int low, int high)
{
elem key = pData[low]
while(low < high)
{
while(low < high && pData[high] >= key)
high--
swap(pData[low], pData[high])
while(low < high && pData[low]
- 2022-05-08 16:41:43下载
- 积分:1
-
ch451显示和四位共阴极数码管1234
ch451显示和四位共阴极数码管1234-ch451 four common cathode display and digital tube 1234
- 2023-01-21 10:15:04下载
- 积分:1
-
Driver t6963 series LCD, can display text and graphics characters
驱动t6963系列的液晶显示器,能显示汉字文本和图形-Driver t6963 series LCD, can display text and graphics characters
- 2022-01-28 15:58:28下载
- 积分:1
-
用直流无刷电机控制电动门的运转,可已省掉机械定位装置
用直流无刷电机控制电动门的运转,可已省掉机械定位装置-Brushless DC motor control with electric door operation, may have saved mechanical positioning device
- 2022-04-06 14:10:07下载
- 积分:1
-
电机,矢量模型可用于电机模型的建立,是矢量控制的函数
电机,矢量模型可用于电机模型的建立,是矢量控制的函数-i am sorry,my englis poor
- 2022-01-25 20:32:38下载
- 积分:1