登录
首页 » C » Quick Sort

Quick Sort

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

  • jisuanjizuchengyuanli
    说明:  唐朔飞的《计算机组成原理》 的课件 很实用(Shuo Tang Fei' s &quot computer organization&quot is very useful courseware)
    2011-04-11 15:06:45下载
    积分:1
  • IRtest
    红外遥控测试程序,简单的译码.可用在各种红外遥控器中.(Infrared remote test procedure, a simple decoding. Used in a variety of infrared remote control.)
    2013-10-06 21:32:25下载
    积分:1
  • 18b20Temperature
    温度传感器18b20用C51控制,可以实现功能。操作简单,程序易懂适合入门(Temperature sensor 18b20 with C51 control function can be achieved. Simple, easy to understand procedures for entry)
    2013-12-15 18:47:59下载
    积分:1
  • 6_SJF
    说明:  shortest job fisrt operating system
    2019-03-05 00:32:50下载
    积分:1
  • 策略模式-基本代码
    说明:  this is a test upload.... let me upload it for testing purpose please.. i really want to download a file
    2020-06-24 07:40:01下载
    积分:1
  • 绘图程序源代码
    功能: 包含要素:线、矩形、多边形、圆、组合图形、文字、图片、椭圆、圆弧(圆的一段弧线)、曲线 包含操作:保存、打开、载入数据、放大、缩小、漫游、图库文件、打印、预览、导出图片 图形操作:选择、修改图形要素、修改图形要素大小、修改、undo、redo、旋转、移动旋转图形、复制、粘贴、剪切、编辑文字、修改线型(端点/中间加图形)、修改图形要素属性、上移、下移等操作。 事件:图形要素的增加、删除、修改前后、选中状态变化都有事件。
    2022-10-25 08:00:03下载
    积分:1
  • dotnetui
    说明:  用Visual C++ 实现的类似MSDN 2002 样的界面代码。(Using Visual C++ to achieve a similar kind of interface MSDN 2002 code.)
    2009-08-03 10:13:46下载
    积分:1
  • video-p2p-based-on-H.264
    本程序是在H.263的P2P视频聊天程序(本站可下载到)基础上优化升级而成,vs 2008环境,实现了点对点视频通信,分辨率和视频质量有了大幅提升。包括3个工程:x264实现视频编码,ffmpeg实现视频解码,testvideo实现视频采集界面显示和TCP协议传输,需先编译前2个工程生成库文件后供第三个工程调用,编译库时注意修改工程路径及代码中的extern C,也可直接用我编译好的库文件。支持RGB和YUY2(4:2:2)格式输出的摄像头,分辨率支持176x144或352x288两种(修改宏定义即可)。代码中的可执行程序为YUY2输出352x288版本供大家测试使用。(This procedure is in H.263 P2P video chat program (site can be downloaded to) is made on the basis of the optimization and upgrading, vs 2008 environment, to achieve a point to point video communication, resolution and video quality has increased dramatically. Includes three projects: x264 for video encoding, ffmpeg for video decoding, testvideo video collection interface display and the TCP protocol to transmit, you must first compile the project before the two library files generated after the call for a third project, compile libraries attention modification works path and code extern C, can also be directly compiled to use my library file. Supports RGB and YUY2 (4:2:2) output format camera with a resolution of 176x144 or 352x288 two kinds of support (you can modify the macro definition). Executable code for the 352x288 version YUY2 output for all the test used.)
    2013-08-20 22:08:34下载
    积分:1
  • 实验5 外部中断实验
    正点原子STM32F103精英板按键外部中断例程(Punctual Atom STM32F103 Elite Panel Key External Interruption Routine)
    2020-06-21 11:00:02下载
    积分:1
  • DepthBasics-WPF
    说明:  基于Visual C++编程,用户界面,获取Kinect深度图像(Getting Kinect Depth Image)
    2020-06-21 06:00:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载