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

搜索资源列表

  1. 公共子序列

    0下载:
  2. 本算法实现的是对两个单字符串的扫描,找出其最长公共子序列。-the algorithm to achieve the two-string scan, identify its longest public sequences.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:819byte
    • 提供者:汪永威
  1. 会议安排

    0下载:
  2. 本代码用贪心算法实现会议安排的最佳顺序,其目标是使得能够安排的会议数量最多,是贪心算法的典型应用-code with the greedy algorithm to achieve the best arrangements for the order, its goal is to arrange the largest number of meetings, the greedy algorithm is a typical application
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:904byte
    • 提供者:汪永威
  1. 三种模式匹配算法的比较

    1下载:
  2. Las Vegas,KMP,Mentro carlo这三种模式匹配算法的原代码,对其进行了时间及出错率的比较-Las Vegas, KMP, Mentro carlo three pattern matching algorithm of the original code, its time and the error rate comparison
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:14.31kb
    • 提供者:lxr
  1. FFT_C++

    0下载:
  2. 用C++实现的快速傅立叶变换(FFT)的结构算法,其功用就不用细说了吧-C realized Fast Fourier Transform (FFT) algorithm structure, its purpose would not have to elaborate on it
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.25kb
    • 提供者:黄如意
  1. 使用指针实现的自然归并排序.

    0下载:
  2. 使用指针实现的自然归并排序。是学习指针和数据结构的很好的资料,要的就快下吧。-use of the natural target to achieve its stock ranking. Yes learning targets and data structure of good information to the fast are you.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4.44kb
    • 提供者:wcg
  1. 改进后的迷宫算法

    0下载:
  2. 迷宫算法程序学习,数据结构里的经典学习程序,代码经过自己的优化,加快了搜索速度-maze procedures learning algorithms, data structures of classical learning process, by its own code optimization to speed up the search process
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.96kb
    • 提供者:杜昭翼
  1. 95302948zuigansuanfa

    0下载:
  2. 比较好的算法,其中有自己写的很好用的链表,大家可以下载-better algorithm, which has its own very well written with the List, we can look at the download
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.9kb
    • 提供者:张文浩
  1. tem

    1下载:
  2. 2005年电力部数学建模大赛题目: 共有61个比赛项目,1050人参加比赛。请给出算法及其框图,同时给出合理的比赛项目排序表,使连续参加两项比赛的运动员人次尽可能的少;表中“#”号位置表示运动员参加此项比赛。建立此问题的数学模型,并且合理安排比赛项目顺序,使连续参加两项比赛的运动员人次尽可能的少;程序使用了最小生成树算法。-2005 Mathematical Modeling Contest subject : a total of 61 events, 1,050 people parti
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:36.3kb
    • 提供者:容器
  1. 算法(.exe)

    0下载:
  2. 数据结构的一些小算法,基本覆盖了数据结构的所有内容。-data structure of some small algorithm, the basic data structure covering all of its contents.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:28.83kb
    • 提供者:张东岳
  1. 成绩输出

    0下载:
  2. 知道成绩表,按分块查找法查找学号为几的各科成绩,索引表分3块。-know its performance, by the sub-block search, law school to find several branches achievements, indexing table three points.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:849byte
    • 提供者:sun
  1. 排序算法Flash演示

    0下载:
  2. 数据结构的排序算法大家都听说过吧,现在有它的源程序演示,你不想要吗?-data structure algorithm you have heard about it and have demonstrated its source, you do not want?
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:24.42kb
    • 提供者:安迪
  1. Fibonacci_n

    0下载:
  2. 费波纳切序列,求其前N项,采用DEV-C++开发、编译。-charges Beinaqi sequence, seeking its first N, using DEV-C development, compile.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:960byte
    • 提供者:纵横四海
  1. CMXBTree

    0下载:
  2. CMXBTree 的主要作用是在内存中建立一棵B+树,主要针对数据量较大,查询频繁的数据。总之,CMXBTree 可被视作一个在内存中的数据库使用。其特点是:短小精悍。-CMXBTree major role in the establishment of a memory B-tree, mainly larger volume of data, inquiries frequent data. In short, CMXBTree be deemed to be a memory in th
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:154.31kb
    • 提供者:ben
  1. accepted1

    0下载:
  2. 解决时钟问题,acm竞赛题 A weird clock marked from 0 to 59 has only a minute hand. It won t move until a special coin is thrown into its box. There are different kinds of coins as your options. However once you make your choice, you cannot use any other kind.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.28kb
    • 提供者:王冠
  1. accept

    0下载:
  2. 数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.12kb
    • 提供者:王冠
  1. LimitBin

    1下载:
  2. 装箱问题:在装箱问题中,有若干个容量为c 的箱子和n 个待装载入箱子中的物品。物品i 需占 用s[i]个单元(0< s[i]≤c)。成功装载是指能把所有物品都装入箱子。最优装载是指使用最 少箱子的成功装载。 例如某运输公司要把包裹装入卡车中,每个包裹都有一定的重量,且每辆卡车也有其载 重限制(假设每辆卡车的载重都一样)。在卡车装载问题中,希望用最少的卡车来装载包裹。 此问题可看作装箱问题。卡车对应于箱子,包裹对应于物品。 解装箱问题的Best Fit 算法: 设
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.6kb
    • 提供者:严林
  1. lisuanshijianmoni

    1下载:
  2. 此为数据结构课程学习中离散事件模拟的源程序。为银行业务的模拟系统。其中包括队列,栈及其操作的实现。运用面向对象的设计方法,在vc++6.0下编译通过,运行正常-this data structure for courses of study discrete event simulation of the source. For banking business simulation system. Including the queue, stack and its operation is
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 按作业效益非增序输入作业的截止期限,要求使用上述规则设计出一个算法,使得输出为一个作业可行集j[]。即如果作业i可以在截止期限前执行完毕则将其加入j[]。这样得出的一个结果是最优解,可以获得最大的效益值。-operating efficiency by increasing non-operating input sequence that the deadline for requests to use these rules to design a lgorithm, the output
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 经典的斐波那其算法程序,经调试成功。采用第归方式实现。-classic Fibonacci algorithm then its procedures, debug success. Adopt naturalization means.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13.75kb
    • 提供者:杨黎
  1. Huffman-tree-and-its-application-

    0下载:
  2. 第三节哈夫曼树及其应用,主要介绍哈夫曼树及其构造过程-Section Huffman tree and its applications, introduces the Huffman tree and its construction process
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:196.74kb
    • 提供者:耿淑娟
« 12 3 4 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com