-
这是一个信号发生器的程序,可以测量一个正弦波信号
这是一个信号发生器得程序,可以测量正弦波得波形信号-This is a signal generator have procedures, can measure a sine wave signal
- 2023-05-12 14:20:03下载
- 积分:1
-
成都理工大学基于MAXPLUS II 的设计过程报告内涵有源程序及设计过程中的调试:在文本编辑窗口中输入二进制8位优先编码器的程序;
3设计驱动显示程序如下...
成都理工大学基于MAXPLUS II 的设计过程报告内涵有源程序及设计过程中的调试:在文本编辑窗口中输入二进制8位优先编码器的程序;
3设计驱动显示程序如下:
5采用原理图方式设计如下:
6引角分配图如下:
7仿真结果如下:
-Chengdu University of Technology II-based FPGA design process report connotation source and the design process Debugging : in the text editing window importation of eight priority binary coding of procedures; 3 shows the design-driven procedures are as follows : 5 diagram using design methods are as follows : 6 primers angle distribution plan are as follows : 7 simulation results are as follows :
- 2022-12-10 21:50:03下载
- 积分:1
-
嵌入式ARM的生物识别系统,大家参考下,希望有帮助
嵌入式ARM的生物识别系统,大家参考下,希望有帮助-ARM embedded biometric system, we refer to the hope that help
- 2023-09-04 17:15:04下载
- 积分:1
-
刚才上载了LCD的中文件数据手册。现在再上一个自己写的比较通用的LCD驱动程序模版。...
刚才上载了LCD的中文件数据手册。现在再上一个自己写的比较通用的LCD驱动程序模版。-LCD just uploaded the manual in the file data. Now to a comparison of their own to write generic templates LCD driver.
- 2023-05-20 01:10:04下载
- 积分:1
-
基于stm32的ucosII程序实现4x2键盘检测
基于keil开发平台,在stm32板子上实现4x2键盘检测。程序完全正确能够完美实现功能。
部分代码摘录:
void Task1(void *pdata)
{
u8 key;
while(1)
{
key=KEY_Scan();
if(key==1)
{
digitalToggle(GPIOD,GPIO_Pin_7); //D4亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==2)
{
digitalToggle(GPIOD,GPIO_Pin_6); //D5亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==3)
{
digitalToggle(GPIOD,GPIO_Pin_5); //D6亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==4)
{
&n
- 2022-08-12 16:41:51下载
- 积分:1
-
small rtos 1.20 a single
small rtos 1.20
一套单片机嵌入式操作系统,由陈明计开发-small rtos 1.20 a single-chip embedded operating system, developed by Chen dollars
- 2022-10-11 21:10:03下载
- 积分:1
-
cyclone2系列数据手册,全英文的,因为没有中文的。但还是不可缺少的资料哦...
cyclone2系列数据手册,全英文的,因为没有中文的。但还是不可缺少的资料哦-cyclone2 Series Data Sheet, all in English, because there is no Chinese. However, the lack of information or non-oh
- 2023-07-05 17:00:04下载
- 积分:1
-
Introduced the embedded linux operating system knowledge as well as the programm...
介绍了嵌入式linux操作系统的知识以及arm编程-Introduced the embedded linux operating system knowledge as well as the programming arm
- 2022-02-22 10:59:03下载
- 积分:1
-
学习嵌入式不可多得的好书,介绍的比较详细,很适合新人学习
学习嵌入式不可多得的好书,介绍的比较详细,很适合新人学习-Learning embedded rare books, described in more detail, it is suitable for newcomers to learn
- 2022-06-14 13:16:27下载
- 积分:1
-
ZigBee协调器例原代码,结合
zigbee 协调器 事例 原代码,用于绑定-zigbee coordinator cases the original code, for binding
- 2022-10-26 08:05:03下载
- 积分:1