-
汇编语言写的输入任意个数,然后对这些书的排序输出对应的十进制与十六进制。我自己写的作业题。请管理员给多点的下载次数吧。...
汇编语言写的输入任意个数,然后对这些书的排序输出对应的十进制与十六进制。我自己写的作业题。请管理员给多点的下载次数吧。-Written in assembly language input arbitrary number, and then on the books of the sort output corresponding decimal and hexadecimal. I wrote it myself operating title. Please administrator to download the number of multi-point bar.
- 2022-03-26 09:17:19下载
- 积分: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
-
本站以C语言和Java语言、嵌入式开发、算法实现为主,源码数量达几十万个,有200多个分类,很多都是本站会员的私家珍藏,互联网上其他地方是找不到的...
本站以C语言和Java语言、嵌入式开发、算法实现为主,源码数量达几十万个,有200多个分类,很多都是本站会员的私家珍藏,互联网上其他地方是找不到的-Powered by C language and Java language, embedded development, algorithm-based, the number of up to hundreds of thousands of source code, there are more than 200 categories, many of which are members of a private collection site on the Internet can not be found elsewhere The
- 2022-02-01 15:46:33下载
- 积分:1
-
232通信,我调试过,没有什么问题。情大家下载
232通信,我调试过,没有什么问题。情大家下载-232 communications, I debugging, without any problem. We downloaded situation
- 2022-06-16 02:30:01下载
- 积分:1
-
SCM Electronic Clock: 6 digital control time
单片机的电子时钟:6个数码管分时循环工作,刷新频率≥25Hz。键盘采用矩阵式电路,L1-L4作为输出,H1-H4作为输入。(详细工作原理请参考教材第10章)。
系统时钟采用12MHz,采用定时器方式2计时-SCM Electronic Clock: 6 digital control time-cycle work, refresh frequency ≥ 25Hz. Keyboard, a matrix circuit, L1-L4 as the output, H1-H4 as input. (Details please refer to teaching works Chapter 10). The system clock is 12MHz, using the timer mode 2 time
- 2023-01-01 17:25:04下载
- 积分:1
-
排序(适合新手)
在3000h输入10个数,接着运行,在到3100h看排序结果...
排序(适合新手)
在3000h输入10个数,接着运行,在到3100h看排序结果-order (for newcomers) in the importation of 10 3000h number, and then run in order to see results 3100h
- 2022-03-20 11:34:13下载
- 积分:1
-
河内塔游戏
应用背景代码C B N #ả演示THAP河内关键技术我ãTHAP河内NổAkt, ; ;Bà我ánáp HàNộ我, ; ;代码C B N #ả演示THAP河内, ; ;我ãThuậTáN Akt首席人事官Bà我áp HàNộ我
- 2023-05-30 17:50:03下载
- 积分:1
-
Cutting graphics computer graphics processing is very important aspect, the proc...
图形的裁剪是计算机图形处理中很重要的环节,本程序介绍了这一功能。-Cutting graphics computer graphics processing is very important aspect, the procedures introduced this feature.
- 2022-01-28 05:01:09下载
- 积分:1
-
它可以帮助您使用C++程序
it can help you use C++ program we
- 2022-01-25 16:30:29下载
- 积分:1
-
基于C51单片机的串行数据传输,带有工作协议,可用于简单的无线串行通信。...
基于C51单片机的串行数据传输,带有工作协议,可用于简单的无线串行通信。-C51-based Microcontroller serial data transmission,with a working agreement,which can be used for a simple wireless serial communication.
- 2023-01-24 18:25:03下载
- 积分:1