文件名称:lq

  • 所属分类:
  • Windows编程
  • 资源属性:
  • [Windows] [Visual C] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 564kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

对于给出的一组数据,要找到它们的最大或者最小值,运用递归和分治的思想方法来解决问题。n=2时,一次比较就可以找出两个数据元素的最大元和最小元。 当n>2时,可以把n个数据元素分为大致相等的两半, 一半有?n/2?个数据元素,而另一半有?n/2?个数据元素。 先分别找出各自组中的最大元和最小元,然后 将两个最大元进行比较,就可得n个元素的最大元; 将两个最小元进行比较,就可得n个元素的最小元。-For a given set of data to find their maximum or minimum, the use of recursion and divided way of thinking to solve the problem. n = 2, the first comparison of two data elements can be found on the maximum and minimum yuan yuan. When n> 2 when n data elements can be divided into roughly equal halves, half of the? N/2? Data elements, while the other half there? N/2? Data elements. First, to identify their group were the largest and smallest yuan yuan, and then compare the two greatest element, you can have n elements of the greatest element to compare the two smallest element, you can get the smallest element of n-yuan .
(系统自动生成,下载前可以参看下载内容)

下载文件列表

lq\Debug\lq.exe

..\.....\lq.ilk

..\.....\lq.obj

..\.....\lq.pch

..\.....\lq.pdb

..\.....\StdAfx.obj

..\.....\vc60.idb

..\.....\vc60.pdb

..\lq.cpp

..\lq.dsp

..\lq.dsw

..\lq.ncb

..\lq.opt

..\lq.plg

..\ReadMe.txt

..\StdAfx.cpp

..\StdAfx.h

..\Debug

lq

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org