-
CAN
经典的can总线书籍——现场总线CAN原理与应用技术 饶运涛邹继军郑勇芸(can-bus)
- 2010-09-26 16:23:47下载
- 积分:1
-
心率血氧串口发送
说明: max30100 stm32 驱动参考例程(Max30100stm32 Driver Reference Routine)
- 2020-06-22 14:20:02下载
- 积分:1
-
Flamesensor
基于msp430的火焰传感器,数字量输出程序,模块自带二路电压比较器(Msp430-based flame sensor, digital output program, the module comes with a voltage comparator Road)
- 2013-08-03 22:36:24下载
- 积分:1
-
bluetooth
基于89C52开发的蓝牙车联网程序,实现主机和从机的自动化控制(Bluetooth Vehicle Networking Program Based on 89C52 to Realize Automation Control of Host and Slave Machines)
- 2019-06-12 16:07:30下载
- 积分:1
-
SONET
说明: Polar codes are a class of error-correcting codes
which can provably achieve the capacity of a binary memoryless
symmetric channel with low-complexity encoding and decoding
algorithms. They have been selected for use in the next generation
of wireless communications, as a coding scheme for the enhanced
mobile broadband (eMBB) control channel, which requires codes
with short lengths and low rates. Successive-cancellation (SC), SC
list (SCL), and their modifications, are some of the most studied
polar code decoding algorithms. In this paper, we study polar
codes of short lengths and different code rates.
- 2020-11-20 21:36:38下载
- 积分:1
-
5路 抢答器
说明: 矩阵按键,数码管显示状态及选手,蜂鸣器提示音(Matrix keys, digital display status and player, buzzer prompt sound)
- 2020-06-21 20:40:02下载
- 积分:1
-
15年电赛控制类——风力摆
说明: 风力摆是一种通过风机作为唯一动力驱动的装置,深入研究该系统对空间飞行器、四旋翼无人机的运动状态和卫星姿态控制具有重大意义。(Wind pendulum is a device driven by wind turbine as the only power. It is of great significance to study the motion state of space vehicle, quad-rotor UAV and satellite attitude control.)
- 2020-06-19 10:40:02下载
- 积分:1
-
ADC_simultaneous_DMA_FFT
利用28335自带的ADC采集两路模拟正弦信号,用DMA方式将采样值写入内存,用epwm控制采样周期。利用FFT求得两路正弦信号的相位差。(Sampling two analog sinusoidal signals, write them to the memory by DMA controller. The sampling period is controlled by the EPWM module. Calculate the phase difference by FFT method.)
- 2014-02-20 17:07:33下载
- 积分:1
-
SERVIDOR
Aplicacion cliente Servidor
- 2010-05-29 00:02:05下载
- 积分:1
-
8x8snake
while(1)
{//if(keyenable==1){P1=0x00 P2=0xff }else{P1=0xff P2=0x00 }
for(i=3 i<SNAKE+1 i++)x[i]=100 for(i=3 i<SNAKE+1 i++)y[i]=100 //初始化
x[0]=4 y[0]=4 //果子
n=3 //蛇长 n=-1
x[1]=1 y[1]=0 //蛇头
x[2]=0 y[2]=0 //蛇尾1
addx=0 addy=0 //位移偏移
//k=1
while(1){if(keyenable)break timer0(1) }
while(1)
{timer0(e)
if(knock()){e=SPEED break } //判断碰撞
if((x[0]==x[1]+addx)&(y[0]==y[1]+addy)) //是否吃东西
- 2011-07-09 23:00:46下载
- 积分:1