登录
首页 » C » Quick Sort

Quick Sort

于 2023-08-13 发布 文件大小:1.42 MB
0 108
下载积分: 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 个回复

  • LMS,RLS
    LMS,RLS自适应均衡算法示例,本科硕士阶段通信信号处理课程代码示例(LMS,RLS adaptive equalization algorithm example, undergraduate master stage communication signal processing course code example)
    2018-06-28 20:06:12下载
    积分:1
  • 222
    两个模拟退火算法源代码,C++编写,用于TSP问题求解(Simulated Annealing)
    2012-05-03 14:20:02下载
    积分:1
  • dzshangwuweb
    电子商务的供求系统、宣传系统、跟踪查询系统、信息群发系统(the supply and demand of e-commerce systems, promotion systems, tracking inquiries, repeated information system)
    2007-02-10 07:49:11下载
    积分:1
  • Style
    定制应用程序外观的示例小程序,包括工具栏和状态栏的使用,以及进度条的修改使用(Examples of custom applications appearance of small procedures, including toolbars and status bar are used, and modified using the progress bar)
    2013-10-11 15:47:02下载
    积分:1
  • disparity-map
    利用matlab立体匹配,可获得立体图像左右视图的视差图代码,效果不错 (Matlab matching around view of the three-dimensional image can be obtained disparity map code, good results)
    2013-03-24 10:37:34下载
    积分:1
  • tree2
    说明:  二叉树的简单使用,包括其构建与销毁,以及各种遍历(Simple use of binary trees, including their construction and destruction, and various Traversals)
    2019-06-02 11:49:03下载
    积分:1
  • c# 简单的借书/还书 示例源码
    c# 简单的借书/还书 示例源码
    2014-03-10下载
    积分:1
  • cuda_histogram
    在matlab中可以调用的程序,用c语言编写,cuda求直方图(used in caculating histogram of color images , )
    2010-09-28 09:31:32下载
    积分:1
  • btpair
    WINCE5.0蓝牙立体耳机实现(A2DP)(WINCE5.0 Bluetooth stereo headphone (A2DP))
    2010-01-06 15:01:36下载
    积分:1
  • Source
    3D游戏编程大师技巧1-16章源码,配书的没有改动(3D game programming skills master code chapter 1-16)
    2020-06-25 23:20:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载