-
调度演算法则
调度演算法则的代码。
- 2022-08-08 05:56:17下载
- 积分:1
-
linux环境下sctp开源代码,可以使用gcc进行编译和开发。
linux环境下sctp开源代码,可以使用gcc进行编译和开发。-sctp open source of linux。
- 2022-04-10 07:09:10下载
- 积分:1
-
ARM7下面读写串口的两种方式:中断方式和查询方式的源代码。详细介绍了ARM7下面读写串口的方式。...
ARM7下面读写串口的两种方式:中断方式和查询方式的源代码。详细介绍了ARM7下面读写串口的方式。-ARM7 serial read and write the following two ways: interrupt mode and query the source code. Described in detail ARM7 serial read and write the following way.
- 2022-03-18 01:51:37下载
- 积分:1
-
手把手教你学单片机(实验与指令教程)推荐!
手把手教你学单片机(实验与指令教程)推荐!-手把手教you to learn Singlechip (experimental and instruction Tutorial) Recommended!
- 2023-01-10 21:25:04下载
- 积分:1
-
I2C驱动PIC、PICC编译器
I2C driver for PIC, PICC compiler - bitbanged. Needs pull-up resistor on SCK and SDA and ports set for open collector -I2C driver for PIC, PICC compiler- bitbanged. Needs pull-up resistor on SCK and SDA and ports set for open collector
- 2022-04-30 23:49:46下载
- 积分:1
-
基于msp430的温度报警器
代码是在msp430f149开发板的基础上将ds18b20,lcd1602,蜂鸣器和按键结合的系统。本系统已实现了对局部温度的采样测量,可以用于冰箱,柜子等小环境的温度测量,并且在温度过高时会发出警告,而且临界值可以通过按键修改。
- 2023-05-29 16:00:04下载
- 积分:1
-
ucosII在arm920T内核s3c2410移植的代码.
ucosII在arm920T内核s3c2410移植的代码.-ucosII in arm920T s3c2410 transplant kernel code.
- 2022-03-05 06:10:37下载
- 积分:1
-
DS1307 RTC 使用 8051 通过 I2C 协议
这个项目演示了如何获取日期和时间从 RTc DS1307 和打印,液晶屏上。此项目将帮助充分获得确切值的日期和时间即使电源已关闭。因为 RTC 有其自身内部的电源来保存的时间和日期。
- 2022-03-04 21:51:51下载
- 积分:1
-
bill-recognition
一种纸币识别VC++程序源码,并含有多国纸币的特征库,如日元、英镑、港币...的特征库。有从纸币图像预处理、特征匹配的全过程
- 2023-05-05 01:15:04下载
- 积分:1
-
8051 Core FPGA verilog 完整
应用背景Logical separation of program and data memory
All 8051 devices have specific memory organization, they have separate address spaces
for Program (ROM) and Data (RAM) Memory. This logical separation of Memory is
useful because it allows the Data Memory to be accessed by 8-bit addresses, which can
obviously be more quickly stored and manipulated by an 8-bit CPU. Of course, the l6-bit
Data Memory addresses can still be generated with the DPTR register.
Program Memory
Program Memory can only be read, not written to. The address space for 8051 core is 16-
bit, so there is maximum of 64K bytes of Program Memory. Up to 4 Kbytes of Program
Memory can be on chip, internal Program Memory of the 8051 core. For access to
external Program Memory is used signal PSEN (Program Store Enable).
Data Memory
Data Memory is on a separate address space than Program Memory. For external Data
Memo
- 2022-01-26 05:24:27下载
- 积分:1