-
成都理工大学基于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
-
Proteus simulation of three examples, proteus and the FBI have keilc reference,...
proteus仿真的三个例子,proteus与keilc联调有参考,用C和ASM两种语言实现-Proteus simulation of three examples, proteus and the FBI have keilc reference, using C and ASM languages realize
- 2022-03-19 00:39:07下载
- 积分:1
-
AVR PID 控制器为初学者 PID 的方法与使用软件
AVR PID 控制器为初学者与 PID 的方法使用的软件。使用实证方法来标识的 PID 控制器的参数。关于设计的实验结果
- 2022-01-24 12:27:54下载
- 积分: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
-
msp430 demo Collection, including schematics and procedures, team learning 430 M...
msp430演示程序合集,包含电路图和程序,队学习430单片机很有帮助!-msp430 demo Collection, including schematics and procedures, team learning 430 MCU helpful!
- 2022-08-18 14:51:14下载
- 积分:1
-
本程序有友善之臂提供,为2440开发板的示例程序,请把该目录复制到目录中,编译使用时进入其中一个子目录,运行make即可。...
本程序有友善之臂提供,为2440开发板的示例程序,请把该目录复制到目录中,编译使用时进入其中一个子目录,运行make即可。-This procedure has the arm to provide a friendly, for example the 2440 development board, please copy the directory to the directory, the compiler used to enter a subdirectory, you can run make.
- 2022-12-03 13:55:03下载
- 积分:1
-
PIC16F72的2路AD程序,是用的WPS 文件保存的,请注意!
PIC16F72的2路AD程序,是用的WPS 文件保存的,请注意!-PIC16F72
- 2022-07-13 15:32:02下载
- 积分:1
-
基于nios ii的sd卡控制器
在nios ii 9.0上实现对sd卡的读写功能,包括两部分1. sdconfig.h: 该文件为SD卡读写模块配置头文件,用户可根据实际硬件条件进行修改.2. SD目录 : SD卡读写模块的全部文件,一般不用修改. 建议sdconfig.h文件不要放于SD目录中,因为SD目录中的文件一般无须修改, 而sdconfig.h通常会有改动.
- 2022-01-25 18:39:02下载
- 积分:1
-
在纯C语言嵌入式开发环境下可以使用的双链表算法及相关调试接口函数。...
在纯C语言嵌入式开发环境下可以使用的双链表算法及相关调试接口函数。-double list using C language
- 2022-02-05 08:53:59下载
- 积分:1
-
MSP430以软件IIC方式读写HMC5883
**********************************************************************
初始化 IIC
**********************************************************************/
void InitIIC()
{
IIC_DIR |= IIC_SCL; //SCL 管脚为输出
IIC_DIR &= ~IIC_SDA; //SDA 管脚为输入
C_SCL;
Stop();
}
/****************************
- 2022-03-25 00:49:26下载
- 积分:1