-
Procedures for single
AT89S51红外程序单片机学习板的程序
asm汇编程序-Procedures for single-chip AT89S51 infrared study of the process board assembler asm
- 2022-01-24 18:24:50下载
- 积分: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
-
本人编写的TI 24为ADC功能测试程序
本人编写的TI 24为ADC功能测试程序-I prepared for the TI 24 ADC functional test procedures
- 2022-01-22 07:36:33下载
- 积分:1
-
tlv2544/48例行公事
TLV2544/48 Interface routine
- 2022-05-13 05:16:19下载
- 积分:1
-
按键扫描,有很多系统都用到按键控制操作,按键扫描功能的程序是不可小的....
按键扫描,有很多系统都用到按键控制操作,按键扫描功能的程序是不可小的.-Buttons to scan, there are many systems used to control the operation buttons, button scanning procedure can not be small.
- 2022-04-15 03:59:46下载
- 积分:1
-
循环冗余校验与编译实现(计算机网络…
crc循环冗余校验用汇编实现(计算机网络作业)-crc cyclic redundancy check with the compilation of implementation (computer network operations)
- 2023-07-15 12:00:03下载
- 积分:1
-
两位二进制数乘法
两位二进制数乘法-two binary multiplication
- 2023-09-04 06:00:03下载
- 积分:1
-
常见汇编语言程序设计原代码!我编的!希望大家给点意见
常见汇编语言程序设计原代码!我编的!希望大家给点意见-The useful demo of assembly language for program design.I write it and hope you give advice!
- 2022-02-24 20:11:18下载
- 积分:1
-
Can be converted BCD code asm file has passed masm6.0 successful test in dos
可以转换BCD码的asm文件
已通过masm6.0在dos下测试成功-Can be converted BCD code asm file has passed masm6.0 successful test in dos
- 2022-06-13 21:07:32下载
- 积分:1
-
利用PC机的硬件定时8253, 编制秒表延时(0~9秒)程序.要求: 按任意键,开始计时, 在屏幕上以1秒间隔从0到9显示 按ESC键,计时停止....
利用PC机的硬件定时8253, 编制秒表延时(0~9秒)程序.要求: 按任意键,开始计时, 在屏幕上以1秒间隔从0到9显示 按ESC键,计时停止.-use of PC hardware-timed 8253, the establishment of a stopwatch Delay (0 ~ 9 seconds) program. Requirements : by the arbitrary button, the timer on screen to a second interval from 0 to 9 shows by the ESC key, a time to stop.
- 2022-03-24 09:19:04下载
- 积分:1