-
汇编语言实时时钟程序
资源描述
使用汇编语言编写的实时时钟程序,先初始化程序,设置光标,不断地获取时间,取时、取分、取秒,并不断地循环,在循环过程中,如果用户按下esc键则退出,如此来现实时间界面,获取当前时间
- 2022-11-01 07:10:02下载
- 积分:1
-
本程序实现标准浮点数除法。
入口参数:被除数在ARGBH1:ARGBL1:EXP1中,除数在ARGBH2:ARGBL2:EXP2中。
出口参数:结果在A...
本程序实现标准浮点数除法。
入口参数:被除数在ARGBH1:ARGBL1:EXP1中,除数在ARGBH2:ARGBL2:EXP2中。
出口参数:结果在ARGBH1:ARGBL1:EXP1中。-This procedure to achieve the standard floating-point division. Entrance parameters: dividend in ARGBH1: ARGBL1: EXP1, the divisor in ARGBH2: ARGBL2: EXP2 in. Export parameters: the results of ARGBH1: ARGBL1: EXP1 in.
- 2022-02-04 10:30:33下载
- 积分:1
-
单源最短路径问题
单源最短路径问题-single source shortest path problem
- 2023-01-05 19:20:03下载
- 积分:1
-
#include <iostream>
#include <stack>
#define MAX_SIZE...
非递归的快速排序算法-#include
#include
#define MAX_SIZE 11
using namespace std
typedef int elem
typedef std::stack Stack
int partition(elem*pData, int low, int high)
void swap(elem& a, elem& b)
void qsort(elem* pData, int low, int high)
int partition(elem*pData, int low, int high)
{
elem key = pData[low]
while(low < high)
{
while(low < high && pData[high] >= key)
high--
swap(pData[low], pData[high])
while(low < high && pData[low]
- 2022-05-08 16:41:43下载
- 积分:1
-
应用Bresenham法画直线的算法,的汇编程序。
应用Bresenham法画直线的算法,的汇编程序。-application of Bresenham draw line
- 2022-03-23 17:25:09下载
- 积分:1
-
一个AD9851的驱动程序。并行时序。现在的程序和原理图…
一个AD9851的驱动。用的并行时序。
现在把程序和电路图发上来,大家帮帮我看看问题出在那里。谢谢了。
要是有做成功的能共享一下电路和程序感激!
main.c
-An AD9851 driver. Timing used in parallel. Now that the procedures and schematics hair up, everyone help me to see the problem there. Thank you. If success has to do to share about the circuit and procedures grateful! main.c
- 2023-03-18 21:55:03下载
- 积分:1
-
一种很好的用单片机控制步进电机的程序,用汇编语言编写。...
一种很好的用单片机控制步进电机的程序,用汇编语言编写。-A good use of single-chip stepper motor control procedures, with the compilation of languages.
- 2022-04-22 11:35:50下载
- 积分:1
-
这是一个串行总线型IIC读写源码编译EEPROM24C02…
这是一个串行IIc总线型EEPROM24c02的读写汇编源程序,通过按键来控制读写操作-This is a serial bus type IIc compilation EEPROM24c02 source of reading and writing, through the buttons to control the read and write operation
- 2023-03-16 05:40:03下载
- 积分:1
-
TLC549的A/D转换程序,读取模拟输入量的值,并将其显示在LED显示器上,附有详细的电路说明和解释,包括c和汇编...
TLC549的A/D转换程序,读取模拟输入量的值,并将其显示在LED显示器上,附有详细的电路说明和解释,包括c和汇编-TLC549 the A/D conversion process, read the value of analog input and displays in the LED display, accompanied by a detailed description and explanation of the circuit, including the c and the compilation of
- 2022-03-11 00:38:39下载
- 积分:1
-
我的一些程序 可以借鉴给大家砍砍
但是写的不好还望原谅啊...
我的一些程序 可以借鉴给大家砍砍
但是写的不好还望原谅啊-I can learn from some of the procedures to chop chop everyone write bad but look to forgive ah
- 2022-03-31 09:08:42下载
- 积分:1