-
henhaoyong a
henhaoyong a anifnainfanidf -henhaoyong a
- 2022-01-26 02:20:56下载
- 积分:1
-
- 2022-03-12 23:59:55下载
- 积分:1
-
用汇编设计音乐程序
用汇编设计音乐程序-with music compilation design procedures
- 2023-06-27 17:50:02下载
- 积分: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
-
单片机实现键盘输入数码管显示。给sclk8个上升沿就可以控制一个8段数码管了,当移位寄存器满了后,给st一个上升沿,就可以显示数据了...
单片机实现键盘输入数码管显示。给sclk8个上升沿就可以控制一个8段数码管了,当移位寄存器满了后,给st一个上升沿,就可以显示数据了-SCM keyboard input digital tube display. To a rising edge sclk8 can control an 8-segment digital tube, and when the shift register is full, after a rising edge to the st, you can display the data of the
- 2022-03-22 04:13:05下载
- 积分:1
-
linux汇编语言程序设计,详细介绍了linux的汇编语言设计语法以及开发工具等信息...
linux汇编语言程序设计,详细介绍了linux的汇编语言设计语法以及开发工具等信息-assembly language programming, detailed compilation of the Linux language syntax design and development tools, such as information
- 2022-01-25 23:52:12下载
- 积分:1
-
汇编语言求解八皇后问题
汇编语言递归求解八皇后问题,使用栈空间,递归求解。递归调用子函数---PlaceQueue
- 2022-08-18 11:33:47下载
- 积分:1
-
The use of the temperature of the outside world ds18b20 collection led to the us...
利用ds18b20对外界的温度进行采集,利用led进行温度的实时显示-The use of the temperature of the outside world ds18b20 collection led to the use of real-time display of temperature
- 2022-07-24 04:20:33下载
- 积分:1
-
Win32汇编写的端口映射器,构思精巧,效率极高。
Win32汇编写的端口映射器,构思精巧,效率极高。-Win32 compilation was made for the port mapping, the idea of delicate, extremely efficient.
- 2023-03-20 12:45:04下载
- 积分:1
-
4x4 keyboard input P2 for P1 for output (note the connection)
4x4键盘
P2作输入P1作输出(注意接线)-4x4 keyboard input P2 for P1 for output (note the connection)
- 2022-03-17 23:29:33下载
- 积分:1