CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - shell a

搜索资源列表

  1. kmethod_exe

    0下载:
  2. 大约有10种排序方法,如堆排序、快速排序、归并排序、插入排序、外壳排序、选择排序、早泡排序、线性排序、地址选择排序和基排序。我自己提出了一种简化的快速排序。-about 10 species of sequencing methods, such as heap sort, quick sort, merge, in order to insert sequencing, shell sort, select, in order of ranking as foam, linear orderi
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:4.63kb
    • 提供者:宁华锋
  1. 科技(1) B 064 04

    0下载:
  2. 某国为了防御敌国的导弹袭击,发展出一种导弹拦截系统,但是这样的导弹拦截系统有个缺陷,虽然他的第一发炮弹能够达到任意高度,但是以后每一发炮弹都不能高于前一发的高度。某一天,雷达捕捉到敌国的导弹来袭。由于该系统还在使用阶段,所以只有一套系统,因此有可能不能拦截所有的导弹。输入导弹依次飞来的高度(雷达给出高度数据是不大于30000的整数),计算这套系统最多能拦截多少导弹,如果要拦截所有的导弹最少配备多少套这种导弹系统。 三;问题分析: 该系统的第一发炮弹能够达到任意高度,所以要求出系统最多能够
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.33kb
    • 提供者:王俊
  1. 排序算法、字典和B-树的C++语言实现

    0下载:
  2. 排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert sort shl.c sort: shell sort has.c dictionary: hash tables bin.c dictionary: binary tree rbt.c dictionary: red-black trees skl.c dic
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:24.36kb
    • 提供者:罗鹏魁
  1. aPLib-0.42

    1下载:
  2. 一款高质量的压缩算法,内含解压算法的源码,好多压缩壳类软件,都用此压缩缩放-a quality compression algorithm, the algorithm containing unpacked source, a lot of shell type compression software and using compressed zooming
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:195.4kb
    • 提供者:梁飞
  1. shellsort111

    0下载:
  2. 附有本人超级详细解释(看不懂的面壁十天!) 一、 实际问题: 希尔排序(Shell Sort)是插入排序的一种。因D.L.Shell于1959年提出而得名。它又称“缩小增量分类法”,在时间效率上比插入、比较、冒泡等排序算法有了较大改进。能对无序序列按一定规律进行排序。 二、数学模型: 先取一个小于n的整数d1作为第一个增量,把文件的全部记录分成d1个组。所有距离为dl的倍数的记录放在同一个组中。先在各组内进行直接插人排序;然后,取第二个增量d2<d1重复上述的分组和
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:18.97kb
    • 提供者:乐乐
  1. dbacl.tar

    0下载:
  2. dbacl是一个通用目的的digramic贝叶斯文本分类器。它可以学习你提供的文本,接着用 学到的类别来比较新的输入。它可以用于垃圾邮件过滤,或在你自己的外壳脚本中使用。 -dbacl is a general-purpose text digramic Bayesian classifier. It can learn to provide you with the text, then uses learned relatively new type of input. It can be
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:348.24kb
    • 提供者:agang
  1. learner

    0下载:
  2. aDABOOST This package contains the following files: learner.jar - is a platform independent java package. In order to run it on windows/linux open the command prompt/shell and type the command \"java -jar learner.jar\". Make sure the ja
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:407.32kb
    • 提供者:njustyw
  1. PEShrinker0.45

    0下载:
  2. 一个压缩率很好的壳!-a good compression ratio shell!
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:30.82kb
    • 提供者:二点
  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:10.5mb
    • 提供者:gtcewli3
  1. AlgorithmGossip

    0下载:
  2. 排序 得分排行 選擇、插入、氣泡排序 Shell 排序法 - 改良的插入排序 Shaker 排序法 - 改良的氣泡排序 Heap 排序法 - 改良的選擇排序 快速排序法(一) 快速排序法(二) 快速排序法(三) 合併排序法 基數排序法-Sort ranked scoring option, insert, Bubble Sort Shell Sort- Insertion Sort Shaker improved sorting method- the i
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:152.33kb
    • 提供者:a29768
  1. combining-functions

    1下载:
  2. 摘 要 采用有限元和球函数相结合的方法,建立水下复杂壳体)))两端带半球壳的加肋弹性圆柱壳的振动!耦 合振动和声辐射方程,运用方程分析法,导出水下复杂壳体的振动!耦合振动和声辐射的相似关系,根据建立的相似关系 实现对壳体的振动响应和声辐射的预报"采用大型有限元软件对具有相似关系的模型和原型的振动响应和声 场进行分析,算例表明,方法切实可行并且为预报水下大型复杂结构体的振动响应和耦合声场提供了一种简洁!实用的 研究方法"-The finite element and ball m
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:380.63kb
    • 提供者:寒雪
  1. Compression-shell

    0下载:
  2. 一款小巧的压缩壳源码,主要用于初级壳的研究,用于入门阶段。-A small compression shell, mainly for the primary source of research for introduction, shell stage.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2014-08-14
    • 文件大小:43kb
    • 提供者:东东
  1. Shell

    0下载:
  2. 一种shell排序方法,能够取得很好的效果,希望对大家有所帮助。-A shell sort method, can achieve good results, we want to help.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:838.51kb
    • 提供者:胡恢军
  1. aplib

    1下载:
  2. 一个使用aplib压缩的壳的源码,非常值得学习!基础壳,可自己变化!-A compression of the shell using aplib source
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2014-09-06
    • 文件大小:33kb
    • 提供者:your name
  1. epoxilaminate4N

    2下载:
  2. 复合材料的优化,内容里边有很好的描述以及很多的计算实例,适合进阶学习-Objective of this Matlab s program was researched optimization analysis of laminated composite plates for determined the ultimate strength and stress effects of plate s under the regular and uniform out-loads. There
  3. 所属分类:matlab

    • 发布日期:2016-05-29
    • 文件大小:837kb
    • 提供者:陈浩
  1. shell

    0下载:
  2. 一个关于shell排序的代码,很实用,而且效率高。-A shell of the sort of code, very practical, and high efficiency.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:693byte
    • 提供者:啊威
  1. C

    0下载:
  2. Shell a sorting of array
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:36.58kb
    • 提供者:Hagen
  1. shell-sort

    0下载:
  2. 数据结构排序算法之 希尔排序法,此算法用C++编程语言书写 特别适合初学数据结构的人学习。-Data structures sorting algorithm shell sort, this algorithm using C++ written in a programming language particularly suitable for beginner data structure of human learning.
  3. 所属分类:Data structs

    • 发布日期:2017-11-17
    • 文件大小:604byte
    • 提供者:满达
  1. Shell-Sort

    0下载:
  2. 谢尔排序可以看作是一种插入排序的扩展方法与插入排序法相同的是,它们都是可以看作是一个个新的元素插入到已排好的数组里面的不同点是,在普通的插入排序法中,它是一个个元素比较,而在Shell s Sort中,相对多了一个步骤,改了一个步骤,其实两个合起来的改动就是多了一个概念,一个分治的概念,从代码实现的角度来看的话,就是多了一个调整步进的变量。-The Rochelle sort can be seen as an extension method of insertion sort and ins
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:9.96kb
    • 提供者:alinder
  1. shell-a-plate-project

    0下载:
  2. shell and plate project (impact on composite structure)
  3. 所属分类:matlab

    • 发布日期:2014-09-10
    • 文件大小:1.23mb
    • 提供者:henry
« 12 3 4 »
搜珍网 www.dssz.com