登录
首页 » C » Quick Sort

Quick Sort

于 2023-08-13 发布 文件大小:1.42 MB
0 24
下载积分: 2 下载次数: 1

代码说明:

```py RANDOMIZED_PARTITION(A, p ,r) i = RANDOM(p,r)             #1 exchange A[r] & A[i]        #2 return PARTITION(A, p , r)  #3 ``` ```py PARTITION(A, p, r)         x = A[r]                  #1 i = p - 1                 #2 for j= (p, r-1)           #3   if A[j]

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

发表评论

0 个回复

  • stability_parabolic_pulse
    本程序使用的是快速分步傅里叶算法,可以检测光脉冲在非线性介质的传输过程中的稳定性(The program uses fast Fourier step algorithm that can detect light pulse stability in the transmission process in the nonlinear medium)
    2014-10-07 18:34:45下载
    积分:1
  • curl-7.65.1
    说明:  Duilib 是一款强大的界面开发工具,可以将用户界面和处理逻辑彻底分离,极大地提高用户界面的开发效率,遵循bsd协议。(Duilib is a powerful interface development tool, which can completely separate the user interface and processing logic, greatly improve the development efficiency of user interface, and follow the BSD protocol.)
    2020-06-19 19:40:02下载
    积分:1
  • 种子填充算法
    计算机图形学基础算法,可利用鼠标左键任意选点画任意多边形,五点拟合曲线,右键选取种子点将多边形内部填充
    2023-06-18 00:15:05下载
    积分:1
  • Console_OBD_090805_v4_OK
    OBD-II source code for TL718 簡易OBD訊號控制(OBD-II source code for TL718)
    2010-11-09 09:31:33下载
    积分:1
  • UIQ_weather
    symbian UIQ下的天气预报示例代码,欢迎下载学习(symbian UIQ sample code under the weather, please download the learning)
    2009-07-15 14:43:43下载
    积分:1
  • IIS管理助手 项目源码
    iis常用操作
    2013-11-02下载
    积分:1
  • MusicPlayer
    一个好用的音乐播放器源码,最终程序编译后只有几十KB。VC++2010编译通过。 AppWizard has created this MusicPlayer application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.( AppWizard has created this MusicPlayer application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.)
    2015-08-25 15:34:53下载
    积分:1
  • esp8266 at
    esp8266 at指令开发,根据用户自定义 设置at指令 esp8266开发工程文件
    2022-07-04 12:58:51下载
    积分:1
  • C# basic knowledge, involving the launch, the polymorphic knowledge. Other help...
    C#基础知识,涉及发射,多态知识。等对初学者有所帮助-C# basic knowledge, involving the launch, the polymorphic knowledge. Other help for beginners
    2022-12-02 20:10:02下载
    积分:1
  • C# LoadAsync()异步加载并播放声音的例子
    C# 异步加载并播放声音文件的实例,异步加载主要是使用了LoadAsync(),使用IsLoadCompleted判断是否加载完成,加载完成则使用SoundPlayer()播放wav文件。在这个过程中,可能会有异常,因此这里添加了异常处理模块,当然了这是每个C#程序几乎都不可缺少的部分了,详情请下载本源码。   异步加载有很多好处,可节省系统资源,使软件执行速度更快,C#编程者,建议学习这项技巧哦。
    2023-02-10 15:50:03下载
    积分:1
  • 696518资源总数
  • 104297会员总数
  • 29今日下载