-
实现统计男女生个数 0代表男生 1代表女生 键盘输入 中断调用...
实现统计男女生个数 0代表男生 1代表女生 键盘输入 中断调用
-Interrupt program for boys and girls to achieve statistical number of 0 for boys and girls on behalf of a keyboard input
- 2022-12-26 01:25:03下载
- 积分:1
-
应用Bresenham法画直线的算法,的汇编程序。
应用Bresenham法画直线的算法,的汇编程序。-application of Bresenham draw line
- 2022-03-23 17:25:09下载
- 积分:1
-
汽车通讯控制程序LOU RANMIAO 1
汽车通讯控制程序LOU RANMIAO 1-automotive communications control procedures RANMIAO a writer
- 2022-02-06 12:34:19下载
- 积分:1
-
8279 keyboard show source code
8279键盘显示, 源代码-8279 keyboard show source code
- 2022-09-27 23:50:03下载
- 积分:1
-
汇编音乐程序
汇编音乐程序--两只老虎!这是一个挺好的程序-compilation music programme_________two tigers ,and this is a wonderful programme
- 2022-02-02 12:35:21下载
- 积分:1
-
一个用汇编语言编写的矩阵转置程序
一个用汇编语言编写的矩阵转置程序-an assembler language matrix transpose procedures
- 2022-02-21 10:02:26下载
- 积分:1
-
MCS51 LCD图象显示调试程序
MCS51 LCD图象显示调试程序-MCS51 LCD image debugger
- 2023-07-27 23:55: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
-
通过本程序,让朋友们了解1620LCD的编程。
通过本程序,让朋友们了解1620LCD的编程。-Through this process, so that friends know 1620LCD programming.
- 2023-06-01 16:20:03下载
- 积分:1
-
EDIT Assembler can for VC6 VC8 VC2005
EDIT Assembler can for VC6 VC8 VC2005
- 2022-04-07 16:53:19下载
- 积分:1