-
89C52
基于89C52的实验演示程序,单步运行观看存储单元数据变化, 读和写、发送和接收字节子程序要连续执行。-89C52-based experimental demonstration program, single step change in viewing the data storage unit, read and write, send and receive byte subroutine to consecutive.
- 2022-12-23 05:35:02下载
- 积分:1
-
at89c51 ADC0809 Basic
at89c51 ADC0809 Basic
- 2023-02-14 00:15:04下载
- 积分:1
-
用汇编语言写的一个windows屏幕保护程序
用汇编语言写的一个windows屏幕保护程序-huibiantuxiang
- 2023-05-18 15:15:04下载
- 积分:1
-
5460,电力芯片,汇编
5460,电力芯片,汇编-5460, the power chip, the compilation
- 2022-03-18 03:46:48下载
- 积分:1
-
形成了一个有19个结点的循环链表,当碰到m的时候,用这两句话p2...
形成了一个有19个结点的循环链表,当碰到m的时候,用这两句话p2->next=head p=head删除当前的结点,然后再继续判断。-The next_permutation() function attempts to transform the given range of elements
- 2022-02-12 22:11:40下载
- 积分:1
-
RC(2),RC(4),RC(5),RC(6)算法.我的珍藏软件,毕业设计时候编写的.现在和大家一起分享.希望能帮助大家....
RC(2),RC(4),RC(5),RC(6)算法.我的珍藏软件,毕业设计时候编写的.现在和大家一起分享.希望能帮助大家.-RC (2), RC (4), RC (5), RC (6) algorithm. My collection software, designed to prepare graduates for. Now and share with everyone. I hope everyone can help.
- 2022-03-09 22:20:34下载
- 积分:1
-
8259A实验程序,可以实现中断实验,已经在星眼上运行了,是非常不错的...
8259A实验程序,可以实现中断实验,已经在星眼上运行了,是非常不错的-this is 8259a
- 2022-07-07 22:23:07下载
- 积分:1
-
Contains 7920 chip LCD driver, the user can use the reference design
包含7920液晶显示芯片驱动,用户可参考设计使用-Contains 7920 chip LCD driver, the user can use the reference design
- 2022-01-31 06:18:54下载
- 积分: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
-
Enter the string from the keyboard using bios string showing the results of
从键盘中输入一串字符串用bios显示出结果-Enter the string from the keyboard using bios string showing the results of
- 2022-02-05 16:51:20下载
- 积分:1