登录
首页 » 汇编语言 » #include <iostream> #include <stack> #define MAX_SIZE...

#include <iostream> #include <stack> #define MAX_SIZE...

于 2022-05-08 发布 文件大小:835.00 B
0 247
下载积分: 2 下载次数: 1

代码说明:

非递归的快速排序算法-#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]

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 子程序 大学课程设计需求者的最爱
    汇编子程序 大学课程设计需求者的最爱-compilation subroutine university curriculum design needs a favorite
    2023-04-11 00:55:03下载
    积分:1
  • 实现的一个打字练习程序,程序一个..
    利用汇编语言实现的一个打字练习程序,程序界面为典型的Dos窗口,当字符从窗口顶端掉下来后,如果按键与该字符相同,字符变为红色,在打字结束后,给出打字的统计结果,在打字过程中按ESC可退出程序-The use of assembly language to achieve a typing practice program, the program interface for the typical Dos window, when the characters fall from the top window, if the button with the same characters, the character turns red, in the typing after the end of typing results is given , in the typing process by pressing ESC to exit
    2022-02-13 01:56:11下载
    积分:1
  • 232通信,我调试过,没有什么问题。情大家下载
    232通信,我调试过,没有什么问题。情大家下载-232 communications, I debugging, without any problem. We downloaded situation
    2022-06-16 02:30:01下载
    积分:1
  • IPOD wire Procedure (IPOD AND IPHONE information read out of the songs displayed...
    IPOD 线控程序(将IPOD AND IPHONE 的歌曲信息读出来显示的LCD 屏幕上) 适应于 所有的 苹果 MP3 和手机的机型-IPOD wire Procedure (IPOD AND IPHONE information read out of the songs displayed on the LCD screen) to adapt to all Apple MP3 and mobile phone models
    2022-07-26 14:13:33下载
    积分:1
  • 本书以X86系列微机为背景,从简单的Hello程序开始,系统而详细地阐述了X86微机程的各种基础知识和程技巧,内容涉及到数据表示、存储器管理、各种数...
    本书以X86系列微机为背景,从简单的Hello程序开始,系统而详细地阐述了X86微机汇编语言编程的各种基础知识和编程技巧,内容涉及到数据表示、存储器管理、各种数据类型、过程、与汇编语言相关的体系结构、控制结构、文件、宏指令、位处理指令、字符串指令、MMX指令、类和对象,以及混合语言编程等,尤其是在高级汇编语言(HLA)方面,该书给予了细致深入的讲解。对于有意学习X86汇编语言编程的程序员来说,这是一本难得的好书。 本书的作者Randall Hyde在大学中教授汇编语言十多年,并且开发了好几个商用软件,具有丰富的汇编语言开发经验。该书的英文电子版受到了成千上万的网站和高级程序员的高度评价,已经成为了高级汇编语言编程方面的一本经典之作。虽然该书的出版时间不长,但在Amazon上为该书作出评价的人很多,而且几乎所有的人都给予5星的评价,可见其内容之好。笔者相信,随着时间的推移,它在程序员中的影响回越来越大-this book X86 computer as a background, from a simple Hello proceedings began, and the system described in detail in the X86 PC assembly language programming in basic knowledge and programming skills, which relates to the data, memory management, data types, processes, and assembly language related to the body the grade structure, the control structure, document, macros, handle the orders, string instructions MMX instructions, classes and objects, as well as mixed-language programming, particularly at the senior assembly language (HLA), the book to give a detailed in-depth explanations.
    2022-09-18 08:30:03下载
    积分:1
  • 程序设计
    汇编语言程序设计-assembly language programming
    2022-02-24 21:08:17下载
    积分:1
  • USB PDIUSB12D C 中断服务处理程序
    USB PDIUSB12D C语言 中断服务处理程序-USB PDIUSB12D C language processing service interruption
    2023-06-16 01:00:02下载
    积分:1
  • MSP430C_p410例程如要更多资料请联系我.
    MSP430C_p410例程如要更多资料请联系我.-MSP430C_p410 routines to more information please contact me.
    2022-03-06 10:30:34下载
    积分:1
  • 51单片机的软件延时,在12MHZ下的多种延时程序
    51单片机的软件延时,在12MHZ下的多种延时程序-51 SCM software delay, at 12MHZ procedures under a variety of delay
    2022-07-08 11:57:17下载
    积分:1
  • Compilation of an important book. Learn it, win32 will not need to worry about t...
    汇编的重要书籍。学好它,win32就不用愁了-Compilation of an important book. Learn it, win32 will not need to worry about the
    2022-05-05 04:50:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载