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

资源列表

« 1 2 ... .35 .36 .37 .38 .39 24240.41 .42 .43 .44 .45 ... 28278 »
  1. the-definition-of-order-form

    0下载:
  2. 如何建立顺序表及顺序表的操作比如插入删除查找-How to establish the order form and order operations such as inserting a table lookup, and so remove
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1.61kb
    • 提供者:久岳
  1. Internal-sort-of-comparison-method

    0下载:
  2. 1)对以下9种内部排序算法进行比较:起泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序、折半插入排序、二路插入排序、归并排序。 (2)待排序表的表长不小于 100;其中的数据要用伪随机数产生器产生;至少要用 5 组不同的输入数据做比较;比较的指标为关键字参加的比较次数和关键字的移动次数(关键字交换为 3 次移动)。 (3)针对不同的输入表长做试验,观测检查两个指标相对表长的变换情况。 (4)随机产生的数据保存到文件 input.txt 中,将各个算法的关键字比较次
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1.55kb
    • 提供者:张元弟
  1. data-structure-algorithms

    0下载:
  2. 用C++实现数据结构中的各种算法,内容非常详细,适合初学者-In C++ data structure in a variety of algorithms, very detailed, suitable for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:66.97kb
    • 提供者:锦伟
  1. fuzzy-logic

    0下载:
  2. this file is fuzzy logic for fortran
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2.25kb
    • 提供者:jinyong LEE
  1. f2-mp-2011041215-j

    0下载:
  2. this file is disperison model
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:922byte
    • 提供者:jinyong LEE
  1. quicksort

    0下载:
  2. 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。 -Quick sort (Quicksort) is a bubble sort of an improvement. CAR Hoare in 1962 by the mak
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:250.49kb
    • 提供者:huang
  1. bottomupsort

    0下载:
  2. 冒泡排序,是指计算机的一种排序方法,它的时间复杂度为O(n^2),虽然不及堆排序、快速排序的O(nlogn,底数为2),但是有两个优点:1.“编程复杂度”很低,很容易写出代码;2.具有稳定性,这里的稳定性是指原序列中相同元素的相对顺序仍然保持到排序后的序列,而堆排序、快速排序均不具有稳定性。不过,一路、二路归并排序、不平衡二叉树排序的速度均比冒泡排序快,且具有稳定性,但速度不及堆排序、快速排序。-Bubble sort is a sorting method of the computer, i
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:252.29kb
    • 提供者:huang
  1. datastucture_answer

    0下载:
  2. 严蔚敏:数据结构题集(c语言版)是经典的数据结构书籍,对于计算机专业的学生是必备的-Yan Wei-min: data structure problem sets (c-language version) is a classic data structure books for computer science students is essential
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:97.88kb
    • 提供者:huang
  1. cpro

    0下载:
  2. 里面包含了五个c语言程序源代码,长途电话计费程序,用来计算长途电话费用问题。插入排序,将无序的数字排好序。比较大小的代码程序。-Which contains five c language source code, long distance telephone billing program used to calculate the long-distance telephone costs. Insertion sort, the number of unordered sorted. C
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.02mb
    • 提供者:寇德靖
  1. alog

    0下载:
  2. 学习计算机以来收集的大量算法、数据结构,,,,与实现-Since the collection of a large number of computer learning algorithms, data structures,,,, and to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:290.07kb
    • 提供者:
  1. filetable_mange

    0下载:
  2. 数据结构实习,用C语言写的文件目录管理程序,模拟实现文件的创建,查找,删除等功能,能以凹入表形式输出所有文件的路径-Practice data structures, written in C language file directory management program to simulate the creation of the implementation file, find, delete and other functions, can all recessed table
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3.89kb
    • 提供者:Robin
  1. Quick_Sort220762752011

    0下载:
  2. To understand a Basic data structural term in C named "Quick Sort".
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.24kb
    • 提供者:Rahim
« 1 2 ... .35 .36 .37 .38 .39 24240.41 .42 .43 .44 .45 ... 28278 »
搜珍网 www.dssz.com