-
DDP测试版1
/***********************************************************************/
- 2023-02-01 17:05:03下载
- 积分:1
-
coding
说明: 汉明码、循环码、卷积码的编码译码过程(含维特比译码)(The encoding and decoding process of Hamming code, cyclic code and convolutional code (including Viterbi decoding))
- 2019-01-23 19:45:14下载
- 积分:1
-
45666022SAR_KPCA
说明: 雷达识别程序,可用于多普勒雷达,雷达信号的特征提取(Radar recognition program, which can be used in Doppler radar)
- 2019-04-25 22:36:45下载
- 积分:1
-
Datastructure_Analysis
天津大学计算机科学与技术学院算法设计与分析课件.(Tianjin University, School of Computer Science and Technology, algorithm design and analysis software.)
- 2009-04-10 10:59:18下载
- 积分:1
-
AD
说明: ADC AD7768-1单通道24bitADC驱动程序(ADC ad7768-1 single channel 24bit ADC driver)
- 2020-07-13 13:55:08下载
- 积分:1
-
lms算法降噪
说明: lms算法降噪,LMS在语音增强中具备广泛的应用,是最为常见的算法之一,该算法也是很多更为复杂算法的理论基础或组成部分。(LMS algorithm denoising, LMS has a wide range of applications in speech enhancement, is one of the most common algorithms, the algorithm is also a theoretical basis or component of many more complex algorithms.)
- 2018-12-22 12:06:42下载
- 积分:1
-
直流电机速度环PID闭环控制
说明: 电机控制,pid控制PWM占空比,有效调节速度(Motor control, PID control PWM duty ratio, effective speed regulation)
- 2019-12-16 12:03:30下载
- 积分:1
-
一些常用的IC面试题,从一个外国网站下的
一些常用的IC面试题,从一个外国网站下的-Some commonly used IC face questions from a foreign Web site under
- 2022-03-10 09:03:39下载
- 积分:1
-
question2
Q1 Create a program that will initialise Port2 bits 0 - 7 to outputs. Then in an endless loop perform the sequence of bit manipulations shown below. Your program should use bit masking operations. Here is an outline of the program in pseudo-code and with the first two bit manipulations done for you.
//initialise port 2 for output
//set all outputs to 0
while(1)
{
FIO2PIN |= 0x04 // set bit 2 on (0x04 = 00000100)
FIO2PIN &= ~0x04 // set bit 2 off
//set port2 bit 1 on
//set port2 bit 1 off
//set port2 bit 4 on
//set port2 bit 6 and bit 7 on
//set port2 bit 4 off
//set port2 bit 6 and bit 7 off
- 2010-03-09 01:40:03下载
- 积分:1
-
铱星在stk软件中的场景建模包含66颗星6个轨 iridium_ideal
铱星在stk软件中的场景建模包含66颗星6个轨道(iridium scenario model)
- 2021-04-06 16:49:03下载
- 积分:1