登录
首页 » c » 快速排序法C语言

快速排序法C语言

于 2022-03-12 发布 文件大小:1.04 kB
0 74
下载积分: 2 下载次数: 1

代码说明:

#include #define N 1024 int binarysearch(int *a,int n,int k) {   int left=0,right=n,i=0,middle;   while(lefta[middle])         left=middle+1;      else right=middle-1;   } return i; } void main() {  int n,i,a[N],k,l;      printf("请输入要比较元素个数:");      scanf("%d",&n);      printf(" ");      printf("按升序输入原始元素: ");     for(i=0;i

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

发表评论

0 个回复

  • WC2003
    面向对象神经网络,神经网络数据结构,神经网络C++实现(Object-oriented neural network, neural network data structure, Neural Networks C++ implementation)
    2021-02-16 13:19:47下载
    积分:1
  • 基于51的远程空气质量检测(手机检测)
    大学毕业设计,希望大家借鉴,使用51单片机控制c语言编写,具有温湿度检测,pm2.5检测,co2检测,通过sim800c发送检测信息至onenet,再用手机接收
    2022-08-06 19:22:44下载
    积分:1
  • stm32驱动OV2640(DCMI+DMA+SRAM)转灰度
    读取OV2640采集的图像,二值化输出到LCD(Read the image captured by OV2640 and output it to LCD by binarization)
    2020-07-14 15:28:52下载
    积分:1
  • FC_LPT_0630
    使用INOUT32.DLL的并口读写,VC6.0工程,详细的注释。(The parallel port read and write using INOUT32.DLL, VC6.0 project, detailed notes.)
    2010-07-12 00:21:36下载
    积分:1
  • C-Matlab-combine-book
    这本书适用于对于C++和Matlab均有一定了解的基础上进行阅读。很好的将两种语言联系在了一起。(This book is applicable to the C++ and Matlab have a certain understanding on the basis of reading. Very good in both languages will be linked together.)
    2009-02-28 18:33:22下载
    积分:1
  • matlab-code-of-sr
    运用matlab仿真随机共振 。哪有那么多的说明(failed to translate)
    2013-05-03 07:58:48下载
    积分:1
  • SKF
    说明:  本文是国产密码SKF库调用指南,基于vc编写(Guide of SKF Developing)
    2020-11-05 20:29:50下载
    积分:1
  • HOOK显卡驱动达到D3D游戏人物透视完美源代码!
    HOOK显卡驱动达到D3D游戏人物透视完美源代码!编译可用!vs2010即可,支持CF 逆战,枪神纪!所有的d3d大型FPS游戏!!!
    2022-01-31 10:16:06下载
    积分:1
  • 写法
    DNF所有功能写法,DNF代码,DNF变身代码,DNF技能代码,DNF怪物代码,DNFcall写法(DNF all functional writing, DNF code, DNF transformation code, DNF skill code, DNF monster code, DNFcall writing)
    2020-12-05 23:49:23下载
    积分:1
  • ActiveX
    Visual C++高级开发范例解析第二章ActiveX源码(Visual C++ Advanced Development ActiveX sample chapter source analysis)
    2009-04-14 09:40:44下载
    积分:1
  • 696518资源总数
  • 105563会员总数
  • 11今日下载