-
同意";的代码模块
一个hdlc的接受模块代码-accepted a "code modules
- 2023-07-13 11:15:03下载
- 积分:1
-
STM32F1xx 与 Keil 的freeRTOS 模板
freeRTOS 移植到 STM32F1xx 与 STM32F10x_StdPeriph_Driver 和V7.6.0 freeRTOS
— — Mikrocontroller — — Konfiguration — —
选定单片机具有定义文件"stm32f10x.h"或在
编译器选项 (预处理器符
- 2022-02-12 01:43:39下载
- 积分:1
-
Simple Calculator Application Programming
简单实现计算器的算术运算应用。
- 2022-05-11 00:08:51下载
- 积分:1
-
DE2 练习源码2-3
Part III
Figure 2a shows a circuit for a full adder, which has the inputs a, b, and ci, and produces the outputs s and co.
Parts b and c of the figure show a circuit symbol and truth table for the full adder, which produces the two-bit
binary sum cos = a + b + ci. Figure 2d shows how four instances of this full adder entity can be used to design
a circuit that adds two four-bit numbers. This type of circuit is usually called a ripple-carry adder, because of
the way that the carry signals are passed from one full adder to the next. Write VHDL code that implements this
circuit, as described below.
2
- 2022-02-01 03:42:27下载
- 积分:1
-
book about realtime emebedded system.
关于实时嵌入式设计的资料,很不错。
关于实时嵌入式设计的资料,很不错。-book about realtime emebedded system.
- 2022-12-30 05:30:04下载
- 积分:1
-
Embedded Linux board in the arm transplant
嵌入式linux在arm板上的移植-Embedded Linux board in the arm transplant
- 2022-02-10 03:06:35下载
- 积分:1
-
高速电路设计必读
高速电路设计必读--A good article for designing high speed circuit.
- 2022-09-19 00:10:03下载
- 积分:1
-
DE2 练习源码2-4
Part IV
In part II we discussed the conversion of binary numbers into decimal digits. It is sometimes useful to build
circuits that use this method of representing decimal numbers, in which each decimal digit is represented using
four bits. This scheme is known as the binary coded decimal (BCD) representation. As an example, the decimal
value 59 is encoded in BCD form as 0101 1001.
You are to design a circuit that adds two BCD digits. The inputs to the circuit are BCD numbers A and B,
plus a carry-in, cin. The output should be a two-digit BCD sum S1S0. Note that the largest sum that needs to be
handled by this circuit is S
- 2022-03-18 00:20:50下载
- 积分:1
-
主要的源代码以SPCE061A芯片
Main source code to SPCE061A chips
- 2022-02-07 22:09:01下载
- 积分:1
-
基于Atmega8的六位数码管循环显示
使用show_6_digit(p)unsigned char数组D用作数据口B用作片选
- 2022-01-25 14:54:08下载
- 积分:1