-
When motor control will surely come in handy svpwm program
电机控制的时候,肯定能派上用场的svpwm程序-When motor control will surely come in handy svpwm program
- 2022-02-03 07:18:45下载
- 积分:1
-
基于minigui 的界面编程,按钮部分的示例程序。
基于minigui 的界面编程,按钮部分的示例程序。-Minigui-based programming interface, the button part of the sample programs.
- 2022-03-17 13:20:08下载
- 积分:1
-
用VC做的PC与单片机通信的程序,很实用的.望此代码给大家带来方便或有所启发...
用VC做的PC与单片机通信的程序,很实用的.望此代码给大家带来方便或有所启发-do with VC PC and SCM communication procedures, very practical. hope that this code will bring convenience to all or some enlightenment
- 2022-04-18 09:17:02下载
- 积分:1
-
多种时钟下的汇编延时程序,基于定时器的,精准
多种时钟下的汇编延时程序,基于定时器的,精准-Compilation of a wide range of clock delay under the process, based on the timer, precision
- 2023-05-07 11:25:02下载
- 积分:1
-
使用c和c++来进行嵌入式系统开发的书。最好要有c语言方面的知识。...
使用c和c++来进行嵌入式系统开发的书。最好要有c语言方面的知识。-The use of c and c++ for embedded systems development book. Best to have c language knowledge.
- 2022-03-31 03:59:04下载
- 积分:1
-
一个TCPIP应用于MSP430的源程序
一个TCPIP应用于MSP430的源程序-a source for MSP430
- 2022-04-08 23:00:22下载
- 积分:1
-
LED闪光
#包括;
- 2022-03-03 05:44:54下载
- 积分:1
-
Embedded systems class notes ... use the development version of the Samsung ......
嵌入式系统课堂笔记。。。使用三星的开发版本。。。主要是ARM指令集
- 2023-08-30 01:50:04下载
- 积分:1
-
手把手教你学单片机(实验与指令教程)推荐!
手把手教你学单片机(实验与指令教程)推荐!-手把手教you to learn Singlechip (experimental and instruction Tutorial) Recommended!
- 2023-01-10 21:25:04下载
- 积分: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