-
arm9.2第一四程序!!!!!!!!!!!
ARM9.2的第4个程序-ARM9.2 the first four procedures! ! ! ! ! ! ! ! ! ! !
- 2022-03-15 20:58:36下载
- 积分:1
-
MSC1210 SPI
msc1210 spi 通讯
- 2022-05-14 22:09:30下载
- 积分:1
-
针对三星ARM处理器的flash烧写程序,可以将二进制代码写入flash。...
针对三星ARM处理器的flash烧写程序,可以将二进制代码写入flash。-against Samsung ARM processor flash burning process, the binary code can be written into the flash.
- 2022-08-14 01:56:54下载
- 积分:1
-
pic10f220 关于点灯程序
10F220,关于点灯的程序,关键是理解里面的语句及其用法。6个引脚的单片机,如何通过DATASHEET 去看里面的程序,还有附件中应该是10F220,错写成了16F220大家见谅。
- 2022-03-31 08:08:39下载
- 积分:1
-
NIOSII 实验指导,适合业内初学人士使用。。。。。十分赞啊
NIOSII 实验指导,适合业内初学人士使用。。。。。十分赞啊-NIOSII experimental guidance for the industry to use the beginner. . . . . Ah very Zan
- 2022-01-26 03:51:54下载
- 积分:1
-
minigui控件编程,用来改变窗口标题的例子!
minigui控件编程,用来改变窗口标题的例子!-minigui control programming, used to change the window title of the example!
- 2023-06-10 03:35:03下载
- 积分:1
-
sst89c58下载器,使用keilc51的debug调试器下载。将本程序编译后写入sst89c58,并编程为remap 4kbytes。该芯片即有了keil环...
sst89c58下载器,使用keilc51的debug调试器下载。将本程序编译后写入sst89c58,并编程为remap 4kbytes。该芯片即有了keil环境下载功能,当p1.0拉低时,启动时进入下载程序,进入下载程序后将会自动删除block0,p1.0高电平时进入用户程序。
进入下载程序后,可以通过串口和keil的仿真环境连通,波特率自动调节,选择load HEX文件,即可将程序下载到sst89c58的低端32keeprom中。除了7e00-7fffh被占用-sst89c58 downloader, use the debug keilc51 Debugger download. This procedure compiled into sst89c58 and programming to remap 4kbytes. The chip has Keil environment that is the ability to download, p1.0 down, start the download entered into the download will be automatically deleted after block0, p1.0 to I enter the user program. After entering the download, through serial and Keil simulation environment connectivity, baud rate adjusts to choose load HEX documents, procedures and can be downloaded to the lower end of 32keeprom sst89c58 China. Apart from 7e00-occupied 7fffh
- 2022-03-16 08:52:16下载
- 积分:1
-
S3C2410串口测试源码,在开发板上已经调试通过。
S3C2410串口测试源码,在开发板已调试通过。-S3C2410 serial test source in the development board has adopted debugging.
- 2023-06-28 13:25:03下载
- 积分:1
-
非常流行的T9693芯片驱动的240128象素LCD驱动程序,适合嵌入式开发者参考
非常流行的T9693芯片驱动的240128象素LCD驱动程序,适合嵌入式开发者参考-very popular T9693 chip-driven 240,128 pixel LCD drivers, for embedded developers reference
- 2022-02-15 00:29:18下载
- 积分: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