搜索资源列表

  1. myFiveChess

    0下载:
  2. 本“五子棋“程序只编写了人机对弈部分,运用了博弈树进行搜索,在选取最优的走步时使用极大极小分析法,考虑到搜索的时间复杂度和空间复杂度,在程序中只进行了2步搜索,即计算机在考虑下一步的走法时,只对玩家进行一步的推测。(程序中的棋盘规格为15*15)-\" quintet game \" this procedure is it is it partly , is it play chess tree search for to use
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:246329
    • 提供者:杨杰
  1. 陈晓璐

    0下载:
  2. 24点牌游戏,我的第一个程序,还有很多bug没有修改,而且时间复杂度比较大.-24 sign game, my first procedure, but also has very many bug not to revise, moreover time complex quite is big
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:8426
    • 提供者:
  1. shiyan1

    0下载:
  2. 一元多项式.确定算法中每一语句的执行次数和整个程序的时间复杂度.-one yuan polynomial. Each algorithm to determine sentences and the number of the implementation of the entire process time complexity.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:77520
    • 提供者:lyc
  1. sortlinktabel

    0下载:
  2. 对链表进行排序,时间复杂度O(n2),类似于插入排序的思想-right sort, time complexity O (n2), similar to the sequencing of the insert thinking
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:7506
    • 提供者:苗建新
  1. qiangliantong

    0下载:
  2. 一个强联通算法的实现,时间复杂度很低,是很高效的算法-a strong Unicom algorithm implementation, time complexity low, is a very efficient algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:799
    • 提供者:霍党泽
  1. xiongyali

    0下载:
  2. 匈牙利算法,求解二分图最大匹配的一个时间复杂度与程序复杂度折中的算法-Hungary algorithm to solve the greatest two minutes map matching a time complexity and the complexity of program compromise Algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3053
    • 提供者:霍党泽
  1. shellsort111

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

    • 发布日期:2008-10-13
    • 文件大小:19421
    • 提供者:乐乐
  1. SELECT2

    0下载:
  2. 通过精心挑选划分元素v,可以得到一个最坏情况时间复杂度为O(n)的选择算法。本次实习要求用c语言将此算法实现。要求实现此功能:输入一组数,返回A[i],使其为A(m:p)中第k小的元素,k是一个全局变量,取大于1的整数-division through carefully selected elements v, one can be the worst time complexity of O (n) algorithm. The i
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8760
    • 提供者:nanaleer
  1. theshortformofSOR

    0下载:
  2. 简单程序,对传统SOR算法进行小更改,时间复杂度上进行改善,希望可以有用-simple procedure, the traditional SOR algorithm for small change, time complexity for improvement, which I hope can be useful
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1065
    • 提供者:陈成
  1. AlgoTimer

    0下载:
  2. 实现算法计时器, 可测度算法时间复杂度 -Algorithm timer can measure time complexity algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-06-30
    • 文件大小:6144
    • 提供者:陈扬扬
  1. MergeSort

    0下载:
  2. 快速排序算法,二分排序算法的完全实现 时间复杂度只有log(N) -Quick sort algorithm, the second sub-sorting algorithm time complexity fully realized only log (N)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-30
    • 文件大小:18432
    • 提供者:yarakchou
  1. timeit

    0下载:
  2. 能够计算每次完成任务所需要的时间复杂度。-Each task to calculate the time required for complexity.
  3. 所属分类:书籍源码

    • 发布日期:2024-06-30
    • 文件大小:2048
    • 提供者:lu_xy
  1. Timing

    0下载:
  2. 这是一个通过选择排序算法的计时来获得该算法的时间复杂度的程序。-This is a sorting algorithm by selecting the time to obtain the algorithm' s time complexity of the procedure.
  3. 所属分类:Windows编程

    • 发布日期:2024-06-30
    • 文件大小:1024
    • 提供者:cuijiao
  1. TimeComplexity

    0下载:
  2. 测试算法在不同规模下的时间复杂度,学会如何分析一个算法的时间复杂度;-Test algorithm under different time scale of complexity and learn how to analyze the time complexity of an algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-30
    • 文件大小:1024
    • 提供者:jj
  1. fuzadu

    0下载:
  2. LZ复杂度反映的是一个时间序列中,模式数量序列长度增加的速率。为了在计算机上对连续信号的复杂度进行计算,需要先将连续信号离散化,通过预处理后的心音信号符合这个要求。实现心音信号的分离-LZ complexity reflects a time series model number sequence length to increase the rate. For a continuous signal on the computer,
  3. 所属分类:matlab例程

    • 发布日期:2024-06-30
    • 文件大小:1024
    • 提供者:impoter117
  1. 01-复杂度1 最大子列和问题

    0下载:
  2. 计算最大子列和 并使用最低的时间复杂度,真的特别厉害(Compute maximum subsequence sum)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-30
    • 文件大小:47104
    • 提供者:张阿
  1. 排序算法比较

    0下载:
  2. 1. 掌握各种排序的基本思想。 2. 掌握各种排序方法的算法实现。 3. 掌握各种排序方法的优劣分析及花费的时间的计算。 4. 掌握各种排序方法所适应的不同场合。(1. master the basic idea of sorting. 2. master various sorting methods of the algorithm. 3., grasp the advantages and disadvantages o
  3. 所属分类:Windows编程

    • 发布日期:2024-06-30
    • 文件大小:421888
    • 提供者:WHOAMI
  1. Sort

    0下载:
  2. 计算各个排序算法的时间复杂度,以及给出各个排序算法代码(The time complexity of each sorting algorithm is calculated and the code for each sort algorithm is given)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-30
    • 文件大小:1024
    • 提供者:
  1. 算法时间复杂度的实验测试

    0下载:
  2. 以堆排序算法为例,改变输入规模n,测试算法时间复杂度(Time complexity of algorithm)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-30
    • 文件大小:172032
    • 提供者:xiaoyisha
  1. 指标和时间复杂度

    0下载:
  2. c和c++数据结构指标的位置和时间复杂度的计算(The calculation of the location and time complexity of the index)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-30
    • 文件大小:172032
    • 提供者:sandy110
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org