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

搜索资源列表

  1. ALGO-08

    0下载:
  2. strassen matrix mutliplication based on the combination of matrix multiplication algorithm for a 4 by 4 matrices-strassen matrix mutliplication based on the combination of matrix multiplication algorithm for a 4 by 4 matrices
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1446
    • 提供者:konzfadin
  1. qianbi

    0下载:
  2. 算法,钱币组合。可设定钱币种类数量,找出组合种数。-Algorithm, coin combinations. Can set the number of coin types, identify the combination of species.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:604
    • 提供者:刘霞
  1. EXTENDS

    0下载:
  2. C++入门实例,对继承与组合的初步应用。可以让用户选择在指定位置打印出不同的图形,如正立等腰三角形,倒立等腰三角形,矩形,正方形、菱形和多边形。图形由随机选择的*或者#组成。 请为每种图形设计一个类,这些类之间的关系可能是继承或者组合。  每个类需要能保存该图形对象的参数,改变参数的方法以及在屏幕上用字符打印该图形的方法。  程序根据用户的选择产生一个新图形的对象,为该对象设置参数并打印。 -C++ Getting Started ex
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5372
    • 提供者:周子
  1. polynomial

    0下载:
  2. 对已知的多项式p(x)利用用线性表的数据结构进行加法,乘法,微商运算 加法的时间复杂度为O(n+m) 乘法的时间复杂度为O(nm) 微分的时间复杂度为O(n) 排序的平均时间复杂度为O(nlogn) 程序优点:通过顺序表和链表结合使用,使乘法合并同类项的时间复杂度降为O(1),乘法本身的时间复杂度也达到下界。 程序提供了有好的界面,并且有较好的容错性,输入输出人性化,符合人的习惯。 用快速排序代替了插入排序,使本程序能应对较大的数据。 程序缺点:系数和指数有范围限
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:2522
    • 提供者:刘晓明
  1. matlabyiqunsuanfa

    5下载:
  2. 蚁群算法是一种用来在图中寻找优化路径的机率型算法。是一种求解组合最优化问题的新型通用启发式方法,该方法具有正反馈、分布式计算和富于建设性的贪婪启发式搜索的特点。通过建立适当的数学模型,基于故障过电流的配电网故障定位变为一种非线性全局寻优问题。-Ant colony algorithm is a method used to find optimal path in the graph the probability-based algorithm. Is a combination of opt
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2648
    • 提供者:prince
  1. mixed_sorting

    0下载:
  2. 实现快速排序与直接选择排序相结合的排序算法。要求对输入的序列,用Partition过程分割成每10个记录为一组的子序列,然后再对每个子序列实施直接选择排序。-Quick sort and the combination of direct selection sort sorting algorithm. Require the input sequence, with the Partition process is divided into 10 records for a group of
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1022
    • 提供者:刘枫
  1. Park

    0下载:
  2. 这是长安大学的一个实习作业,是对链表、队列、堆栈的联合应用。-This is an internship job Chang' an University, is a linked list, queue, stack combination.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1252
    • 提供者:温聪
  1. Portfolio

    0下载:
  2. n个自然数中选r个的组合,运用递归算法,能都输出,经尝试无误-natural numbers n r a combination of selected
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:601
    • 提供者:john
  1. mergelink

    0下载:
  2. 这是一个实现有序链表合并的小程序。主要是为了掌握数据结构与算法。-This is a linked list to achieve an orderly combination of small programs. Mainly in order to grasp the data structures and algorithms.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:800
    • 提供者:云上的鱼
  1. communication

    0下载:
  2. 通信系统,是完全用C语言编写的,结合了数据结构,链表,指针,全方面的运用。-Communication systems, is written entirely in C, a combination of data structures, linked lists, pointers, all aspects of use.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1673
    • 提供者:penghuang
  1. Homework_of_DataStruct

    0下载:
  2. 这是我在学数据结构(严蔚敏版)时的上机作业,包含哈夫曼树、图的遍历、文学研究助手(处理字符串)、多项式计算器、矩阵计算器、马踏棋盘、停车场管理、约瑟夫环的成功运行源程序。它们都是对经典数据结构及其之间的组合的练习。-This is my school data structure (Yan Wei-min version) when the machine operations, including Huffman tree, graph traversal, literature resear
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:3375805
    • 提供者:冯小康
  1. ACM.ICPC_Code_base_MyLib(For_ACM)

    0下载:
  2. 吉林大学. ACM/ICPC 代码库,关于图论、数据结构、网络流、树论、递归方法求解排列组合问题,以及ACM/ICPC之STL.-Jilin University. ACM/ICPC code base, on the graph theory, data structures, network flows, the tree of recursive method for solving permutation and combination, as well as ACM/ICPC of t
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:641454
    • 提供者:yeyanchao
  1. leidezhuhexianduanlei

    0下载:
  2. 本程序利用C++进行类的组合线性类的程序编写,对于理解组合类的组合线性类有很大作用-The program uses C++, the linear combination of classes programming category for understanding the combination of the linear combination of class plays a significant role class
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:881782
    • 提供者:xuyugui
  1. Urban-travel-issues

    0下载:
  2. 城市出行问题。某城市有若干中心区,在一些中心区之间存在道路相连。这些道路中的一些已开通了公交线路。需要在中心区间旅行的人们有如下几种交通方式可供选择: 1.骑自行车,平均速度15km/h。 2.公交与步行结合,不同道路的公交车平均速度不同,标注于下图的B 中,B=0 代表这 条道路尚未开通公交线路,步行的平均速度为5km/h。允许搭乘公交与步行两种方式自由进 行组合,切换的次数不限。 3.自驾车,不同道路的平均速度不同。 现在你要从区域A 出发要区域B,由于时间紧迫,请提
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:937647
    • 提供者:靳舒馨
  1. Data-structure-and-STL

    0下载:
  2. 《数据结构与STL》 ——一本结合STL讲解数据结构的不错的本,PDF格式-" Data structures and STL" - a combination of STL data structures to explain the good, PDF format
  3. 所属分类:Data structs

    • 发布日期:2017-06-09
    • 文件大小:16793421
    • 提供者:李兵
  1. pailiezuhe

    0下载:
  2. 排列组合算法,基于中国福利彩票双色球的排列组合算法-Combinations of algorithms, based on the arrangement of China Welfare Lottery two color combination algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:5122
    • 提供者:erichuang
  1. shui-di-shi-chuan-_c

    0下载:
  2. 水滴石穿之c语言系列全面上市——学习c语言高级部分的必备资料 作者多年经验融合而成 分为十二个系列,每个系列只有短短的几页word 简约而不简单-Audio Bible series of comprehensive listing of c language- learn c language part of the necessary information on senior years of experience in a combination of the twelve is div
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:857248
    • 提供者:离子
  1. nQueen

    0下载:
  2. N皇后问题:拉斯维加斯算法和回溯法的结合,可以输出每次搜索的节点数(包括成功的搜索和失败的搜索),以及直到找到一个正确结点的搜索总节点数。-N Queens problem: Las Vegas, the combination of algorithm and backtracking, can output the number of nodes per search (including the failure of successful search and the search), a
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:893278
    • 提供者:wf
  1. testArrange

    0下载:
  2. vc++,vs2010。排列组合算法。用于初学者学习数据结构。-Permutation and combination algorithms. For beginners to learn the data structure.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:370462
    • 提供者:kupe
  1. sgu-499

    0下载:
  2. 题意:给你n个数,求出两两组合的最大公约数 类似打素数表的做法 -Meaning of the questions: to give you the number n, find greatest common divisor of a similar combination twenty-two hit the practice table of prime numbers
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:558
    • 提供者:zyt
« 1 23 4 »
搜珍网 www.dssz.com