-
Used for ASM Num Translate
汇编数据的转换程序.可以完成进制转换.适用于汇编新手.有助于做题.对于编程人员来说可以学习进制转换原理.-Used for ASM Num Translate
- 2023-05-01 15:00:04下载
- 积分:1
-
电子钟可以显示时间日期,也可自行设置
本程序是c语言原程序,下载到单片机板子上自动运行,显示日期,时间,,有遥控,,还可以自己设置时间,日期,也可以用单片机上的按钮设置,希望我说的已经很详尽了
- 2022-10-05 12:25:03下载
- 积分:1
-
计算机串口通信程序,包括波特率设置,数据接收和发送等
计算机串口通信程序,包括波特率设置,数据接收和发送等-Computer serial port communication program, including the baud rate settings, receive and send data such as
- 2022-02-25 23:32:01下载
- 积分:1
-
x86保护模式编程教程,简明易懂,进入低层编程的门槛,很不错的资料哦...
x86保护模式编程教程,简明易懂,进入低层编程的门槛,很不错的资料哦-x86 protected mode programming guides, simple, low-level programming to enter the threshold of very good information!
- 2022-02-16 03:32:28下载
- 积分:1
-
确定结构的DFA句子识别程序的基础上,识别…
一个根据所构造的确定有穷自动机进行识别句子的程序,识别由0,1所构成的字符串,并且该字符串不能含有两个连续的0.运行效果良好,是个值得参考的程序.-a basis to determine the structure DFA sentence identification procedures, identification by 0. consisting of a string, and the string can contain two consecutive 0. running well, is a worthy reference procedures.
- 2022-06-21 10:19:47下载
- 积分:1
-
E2PROM c51程序,已经在我的平台上调试通过了,芯片可以是各大厂家的24C0x系列产品。...
E2PROM c51程序,已经在我的平台上调试通过了,芯片可以是各大厂家的24C0x系列产品。-E2PROM c51 procedures, has been in my debug platform adopted, the chip can be 24C0x major manufacturers products.
- 2022-08-25 02:06:34下载
- 积分:1
-
用汇编语言写的18B20写的温度测量和显示程序,采用LCD显示.
用汇编语言写的18B20写的温度测量和显示程序,采用LCD显示.-Written in assembly language using 18B20 written procedures for temperature measurement and display using LCD display.
- 2023-04-13 02:10:03下载
- 积分:1
-
Dining philosophers problem is presented and solved Dijkatra typical synchroniza...
哲学家就餐问题是由Dijkatra提出并解决的典型同步问题。该问题描述的是有五个哲学家共用一张圆桌,分别坐在周围的五张椅子上,圆桌上有五个碗和五只筷子,他们的生活方式是交替的进行思考和就餐。平时,一个哲学家进行思考,饥饿时便试图取用其左右最靠近他的筷子,只有在他拿到两只筷子时才能进餐。进餐完,放下筷子继续思考。-Dining philosophers problem is presented and solved Dijkatra typical synchronization problems. Description of the problem is that there are five philosophers share a round-table were sitting around the five chair, round table has five bowl and five chopsticks, their way of life is the turn of thinking and eating. Normally, a philosopher to think, hunger when trying to access their nearest him about the chopsticks, only if he can get two chopsticks when eating. End meals, to lay down their chopsticks to continue thinking.
- 2023-06-13 12:15:03下载
- 积分:1
-
its about office management system which tells how thing can be managed
its about office management system which tells how thing can be managed
- 2022-07-05 02:29:13下载
- 积分:1
-
写汇编代码实现一个圆形的先入先出(FIFO)缓冲器…
To write assembly code to implement a circular First In First Out (FIFO) buffer in the data memory of PIC18F452 microcontroller, using the microcontroller’s direct addressing mode and indirect addressing mode.
This code serves as an assembly program template. For detailed information, refer to the PIC18F452 datasheet, MPLAB IDE user guide, as well as MPASM user guide on the course web page.
- 2023-03-23 22:05:04下载
- 积分:1