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

资源列表

« 1 2 ... .86 .87 .88 .89 .90 391.92 .93 .94 .95 .96 ... 2673 »
  1. edit

    0下载:
  2.  问题描述: 设A和B是2个字符串。要用最少的字符操作将字符串A转换为字符串B。这里所说的字符操作包括 (1)删除一个字符; (2)插入一个字符; (3)将一个字符改为另一个字符。 将字符串A变换为字符串B所用的最少字符操作数称为字符串A到B的编辑距离,记为d(A,B)。试设计一个有效算法,对任给的2个字符串A和B,计算出它们的编辑距离d(A,B)。 -this is a project
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.06kb
    • 提供者:ziv
  1. Intersection

    0下载:
  2. 三个数组求交集,先求前面两个数组的交集,在和第三个求交集。-Three arrays is seeking to set intersection, consideration is to seek the intersection of the front of the array, and then seek the intersection of the results and the back. This is the most basic method.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1.06kb
    • 提供者:xuexi
  1. heapsort

    0下载:
  2. 一個有用的maxheap演算,inputData為輸入測值的方式-A useful maxheap calculus inputData to the measured value for input
  3. 所属分类:Data structs

    • 发布日期:2017-11-23
    • 文件大小:1.06kb
    • 提供者:Wind
  1. Matrix

    0下载:
  2. 把一个N*N的三角矩阵按列的方式映射到一个3N*2的一维数组,功能设置,输入输出、存储搜索、加减乘、转置。-Put an N* N triangular matrix is ​ ​ mapped to the column by way of a one-dimensional array of 3N* 2, the feature set, input and output, storage, search, add and subtract multiply, trans
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1.06kb
    • 提供者:dongyuan
  1. 2.21

    0下载:
  2. 哈夫曼的优先算法(根据递归调用的循环算法)很有用-Huffman algorithm (based on recursive algorithm called the cycle) useful
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.07kb
    • 提供者:du
  1. partner_choose

    0下载:
  2. 题目:假设在周末舞会上,男士和女士进入舞厅时,各自排成一队。跳舞开始时,依次从男队和女队的队头上各出一人配成舞伴。若两队初始人数不相同,则较长的那一队中未配对者等待下一轮舞曲。现要求写一算法模拟上述舞伴配对问题。-Topic: the assumption that dance over the weekend, the men and women to enter the ballroom, the respective line up a team. Dance begins, follow
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1.07kb
    • 提供者:Furby
  1. maze

    0下载:
  2. 实现寻找迷宫出口路径程序,可手动输入迷宫,也可随机自动产生迷宫。-Maze to find the path to achieve the export process, you can manually enter the maze, the maze can be automatically generated randomly.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.07kb
    • 提供者:绯烟绯烟
  1. 94

    0下载:
  2. 奇偶n阶魔方阵的实现,C语言,卡发环境VC6.0-Magic square of order n parity implementation, C language, development environment VC6.0 card
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.07kb
    • 提供者:panda
  1. lvyoubeibao

    1下载:
  2. 旅游背包问题,采用近似算法BF、CF算法。题目:第i个物体大小为 Si, 箱子尺寸为c(maxSi<c). 现在有n个物体和m个箱子。请问,我们最少需要多少个箱子来储存这些物体? 要求: 输入 文件名 输出:最少箱子数量 文件名对应的文件内容是 第一行 物体数量n 箱子尺寸C 第二行 用空格分隔的i个物体的大小 其中的数字都是整数,物体和箱子均不能分隔-Travel knapsack problem, the use of approximation algor
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.07kb
    • 提供者:zrx
  1. nfactorial

    0下载:
  2. 大数阶乘(整数),数据结构老师要求,c-n factorial
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.07kb
    • 提供者:筱立
  1. lianbiao

    0下载:
  2. 数据结构与算法分析——链表例程,包括单向链表的建立,查找,倒置-Data structures and algorithm analysis- list routine, including the establishment of one-way linked list, find, inverted
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.07kb
    • 提供者:陈飞延
  1. some-of-the-binary-tree-algorithm.

    0下载:
  2. 实现二叉树的一些算法,超级经典的算法,各种函数功能的实现-To achieve some of the binary tree algorithm, super-classic algorithm, the realization of various functions functions
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1.07kb
    • 提供者:gaoyang
« 1 2 ... .86 .87 .88 .89 .90 391.92 .93 .94 .95 .96 ... 2673 »
搜珍网 www.dssz.com