-
此文件包括各种编码转换程序,比如:二进制到BCD 码转换、二进制到ASCII码转换...
此文件包括各种编码转换程序,比如:二进制到BCD 码转换、二进制到ASCII码转换-This document includes a variety of encoding conversion process, such as: binary to BCD code conversion, binary to ASCII code conversion
- 2022-05-15 21:33:47下载
- 积分: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
-
5V数字电压表汇编程序,本程序已通过调试,
0-5V数字电压表汇编程序,本程序已通过调试,-0-5V digital voltage meter assembler, the program has passed through debugging,
- 2022-01-24 14:46:09下载
- 积分:1
-
键盘输入顶点信息,有向图最短路径,最短时间,两点之间路径...
键盘输入顶点信息,有向图最短路径,最短时间,两点之间路径-Keyboard input vertex information, has to map the shortest path, shortest time path between two points
- 2022-03-21 01:38:27下载
- 积分:1
-
VC++
VC++ -VC++ VC++
- 2023-01-21 12:00:03下载
- 积分:1
-
汇编语言实现的控制小键盘的小程序,输入字母数字时能在小键盘上显示出来...
汇编语言实现的控制小键盘的小程序,输入字母数字时能在小键盘上显示出来-Assembly language to achieve the control of a small keyboard applet, enter the alphanumeric keyboard can be displayed in a small out
- 2023-08-24 06:40:04下载
- 积分:1
-
4*4键盘扫描,依据键值,8个LED显示相应键值
4*4键盘扫描,依据键值,8个LED显示相应键值-4* 4 keyboard scanning, based on keys, 8 LED display the corresponding key
- 2022-05-22 20:01:40下载
- 积分:1
-
MCS51汇编语言,加、减、乘、开平方子程序,经实际应用检验,绝无问题
MCS51汇编语言,加、减、乘、开平方子程序,经实际应用检验,绝无问题-MCS51 assembly language, add, subtract, multiply, square root subroutine, by the practical application of testing, no problem
- 2022-02-26 01:43:54下载
- 积分:1
-
对图像做了简单处理,最后一段代码段实现4各功能,汇编运算较多...
对图像做了简单处理,最后一段代码段实现4各功能,汇编运算较多-Do a simple image processing, the realization of the last paragraph of the code segment 4 of the function, the compilation of more computing
- 2022-03-26 11:40:23下载
- 积分:1
-
一个简单的电子时钟,51开发的,有用对新手,
一个简单的电子时钟,51开发的,有用对新手,-a simple electronic clock, 51 developed and useful for novices, Ha Ha Ha Ha
- 2022-09-01 22:30:03下载
- 积分:1