-
KEA驱动库
说明: 恩智浦KEA驱动库,代码搬运,可以参考学习,仅供参考。(En Zhipu KEA driver library, code handling, you can refer to learn, for reference only.)
- 2019-03-04 22:25:24下载
- 积分:1
-
Cminus
cminus 词法分析 语义分析 c++实现(cminus Lexical analysis of the semantic analysis of c++)
- 2020-07-01 16:00:01下载
- 积分:1
-
4CPM
实现完整的4CPM(h=1/2)调制解调程序,包括消息序列生成,串并转换,升抽样成形滤波,数字上变频,多项式非线性效应,AWGN信道,到接收端数字下变频,降采样,匹配滤波,接收端基带信号星座图。(Message sequence generation, serial-parallel conversion, up sampling shaping filter, digital upconversion, polynomial nonlinear effects, AWGN channel, to the receiver digital down-conversion, down-sampling, the matched filter, the receiving end the baseband signal constellation.)
- 2021-04-08 11:09:00下载
- 积分:1
-
Si4730
说明: Si4730收音机基于STM32F103,通过按键和LCD7565屏自动搜台和手动搜台(The Si4730 radio is based on STM32F103. It searches the platform automatically and manually by keys and LCD7565 screen.)
- 2019-06-29 14:45:02下载
- 积分:1
-
irscope
ir scope gnu code monitoring ir signal
- 2011-09-29 20:12:28下载
- 积分:1
-
jisuanqi
C++普通计算器的功能,实现整数、小数的加减乘除的算法,有退格、清空的功能。(Common calculator functions)
- 2014-03-20 16:23:25下载
- 积分:1
-
Aspen-Interface
基于COM技术的Aspen Plus数据读写接口(Interface of Aspen Plus based COM)
- 2013-06-21 16:50:02下载
- 积分:1
-
2347449
说明: 这是一个C语言实现的一阶到六阶的IIR滤波器程序,用于TI TMS320C5416 Texas 工具(This is a C-language-implemented first-to-sixth-order IIR filter program for the TI TMS320C5416 Texas tool)
- 2019-03-25 14:53:18下载
- 积分:1
-
m_uart
说明: 瑞萨模拟串口,普通IO + 外部中断口实现(renesa uart,IO with int input ,one timer)
- 2020-12-19 17:12:36下载
- 积分:1
-
温度采集代码 基于89c51单片机
基于89C51单片机 温度采集代码#include #include /**************外部变量定义************************/int num=0,num1=0; int set_t=20;double set_ph=7.0;double set_tu=3.0;/**************变量定义***************************/unsigned char AD_CHANNEL;double PH=0.0,TU=0.0;xdata unsigned char disbuff[14]={0};unsigned char Tempbuff[9];double ADC_Voltage=0.0,ADC_Voltage1=0.0;void Set_TU_Display();void Set_PH_Display();void Set_Temp_Display();unsigned char temp_value; bit SET_flag=0; //设定温度标志位int SET_Count=0;bit Warning_flag=0;sbit Beep =P2^3;sbit LED1 =P1^1;sbit LED2 =P1^2;sbit LED3 =P1^3;sbit LED4 =P1^4;void ReadTemp(void); void Delay_Beep(unsigned int i);/* * 函数名:Get_Voltage_Value * 描述 :获取ADC0809的转换电压值
- 2023-08-07 19:25:03下载
- 积分:1