-
一个汇编语言程序,功能是输入一个字符及其前导字符和后续字符!...
一个汇编语言程序,功能是输入一个字符及其前导字符和后续字符!-an assembly language program, which aims to bring in a pre-characters and characters and follow-up characters!
- 2023-02-27 07:45:03下载
- 积分:1
-
WOW 服务模拟端 支持2.4.3版本
来自开源的ASCENT 自己REPACK
WOW 服务模拟端 支持2.4.3版本
来自开源的ASCENT 自己REPACK-WOW simulated client support services from the open source 2.4.3 version of ASCENT own repack
- 2022-01-21 04:35:13下载
- 积分:1
-
电子钟源码,修改版,带温度计,完整汇编程序下载。
电子钟源码,修改版,带温度计,完整汇编程序下载。-Electronics clock source, modified version with a thermometer, complete download assembler.
- 2022-03-01 04:28:35下载
- 积分:1
-
Conjugate gradient method
共轭梯度法,以及几种常见的的优化方法程序-Conjugate gradient method
- 2022-03-17 17:46:35下载
- 积分:1
-
our recent experiments
我们最近做的实验-our recent experiments
- 2023-04-18 15:40:03下载
- 积分:1
-
12232串行显示程序
12232 串口方式显示程序-12232 Serial shown procedures
- 2023-01-09 08:45:03下载
- 积分:1
-
err
《汇编语言》(Assembly Language)是计算机专业中一门重要的基础课程,是一种面向机器的低级语言。它依赖于硬件,能通过巧妙的程序设计充分发挥硬件的潜力。汇编语言程序产生的代码运行效率高。因此,到目前为止,许多软件系统(例如操作系统等)的核心部分仍然用汇编语言来编写。-err
- 2023-07-29 07:55:04下载
- 积分:1
-
C++ Realize operating system in the banker
C++实现操作系统中的银行家算法,只具有实现算法中的核心部分的代码,没有图形界面,有待修改.-C++ Realize operating system in the banker
- 2022-06-19 23:51:17下载
- 积分:1
-
PIC AD转换小程序 用于PIC芯片带AD转换的各种IC
PIC AD转换小程序 用于PIC芯片带AD转换的各种IC-PIC AD conversion applet for PIC chip AD conversion with a variety of IC
- 2022-09-15 05:50:03下载
- 积分: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. To expand on the FIFO assignment and implement the FIFO solution on the QWIKFLASH PIC target board and display the FIFOSTATUS as LED indicators. Recall:
Flags within a file register called FIFOSTATUS:
• Bit 0: FIFO_full
• Bit 1: FIFO_empty
• Bit 2: attempt_2_read when FIFO_empty
• Bit 3: attempt_2_write when FIFO_full
- 2023-05-10 17:35:03下载
- 积分:1