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

资源列表

« 1 2 ... 53 54 55 56 57 5859 60 61 62 63 ... 2673 »
  1. Flow-shop-scheduling

    1下载:
  2. 流水作业调度问题要求确定这n个作业的最优加工顺序,使得从第一个作业在机器 上开始加工,到最后一个作业在机器 上加工完成所需的时间最少。-Flow-shop scheduling problem requires to determine that the optimal n-job processing sequence, so the first job from start processing on the machine, to the last job on the machine p
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:231.37kb
    • 提供者:阿四
  1. hafumanbianma

    1下载:
  2. c语言编写的哈夫曼编码。设需要编码的字符集为{d1, d2, …, dn},它们出现的频率为 {w1, w2, …, wn},应用哈夫曼树构造最短的不等长编码方案。 数据结构与算法 typedef char *HuffmanCode //动态分配数组,存储哈夫曼编码 typedef struct { unsigned int weight //用来存放各个结点的权值 unsigned int parent,LChild,RChild //指向双亲、孩子结点的指针
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:50.31kb
    • 提供者:SongLY
  1. touziwenti

    1下载:
  2. 1. 熟悉动态规划的使用方法 2. 分析投资问题的最优子结构 3. 用动态规划求解投资问题 求解总投资额为m,共有n个项目,Gi(x)为向第i项工程投资费用为x时的收益,如何分配资源才能获得最大利润。 -1. Familiar with dynamic programming using method 2. Analysis of the optimal sub-structure of investment 3 investment using dynamic prog
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-05-25
    • 文件大小:20.4kb
    • 提供者:SongLY
  1. chapter20

    1下载:
  2. 用C++写的小型通讯录,可以添加,删除,排序和查找,主要使用的数据结构是stl的list。-In C++ to write a small book, you can add, delete, sort, and search, the main use of the data structure is stl the list.
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-03-20
    • 文件大小:7.17kb
    • 提供者:刘长鸣
  1. FuzzyClusterV3[VB]

    1下载:
  2. 关于模糊聚类的源代码 testData.txt 测试数据 dnaData1.txt 2000 CUMCM A 已知分好成两类的20条DNA数据 dnaData2.txt 2000 CUMCM A 待分类的20条DNA数据 waterData.txt 2005 CUMCM A 各站点水质的内梅罗平均值数据 -testData.txt test data dnaData1.txt 2000 CUMCM A divided into two ca
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:20.55kb
    • 提供者:a
  1. delphi_A-Star_PAS

    1下载:
  2. 一个DELPHI的A星算法源码PAS..可用于游戏等自动寻最短路径-DELPHI s a source PAS .. A star algorithm can be used to automatically find the shortest path games
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3.19kb
    • 提供者:朱超超
  1. rescue

    1下载:
  2. rescue 孤岛营救问题 大兵瑞恩被关押在迷宫的东南角,即(N,M)单元里,并已经昏迷。迷宫只有一个入口, 在西北角。也就是说,麦克可以直接进入(1,1)单元。另外,麦克从一个单元移动到另一个 相邻单元的时间为1,拿取所在单元的钥匙的时间以及用钥匙开门的时间可忽略不计。-island to rescue Private Ryan, rescue issues to be held in the southeast corner of the maze, namely (N, M)
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-10-26
    • 文件大小:306.62kb
    • 提供者:yjian
  1. findway

    1下载:
  2. 实现在在一张地图中设置障碍物,设置起点和终点,能找到其在地图和障碍物存在下的最短路径。-Achieve the obstacles set in a map, set start and end, can be found in the maps and the presence of obstacles the shortest path.
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-05-24
    • 文件大小:846.27kb
    • 提供者:黄艳
  1. simple-grad-desend

    1下载:
  2. 简单梯度下降法,用于迭代求极值,是一种最速下降法-Simple gradient descent method for the iterative extremum is a steepest descent method
  3. 所属分类:Data structs

    • 发布日期:2015-07-28
    • 文件大小:109kb
    • 提供者:王涵
  1. YiYuanDuoXiangShi

    1下载:
  2. 1.一元多项式相加(10分) 题目说明: 编写一元多项式加法运算程序。要求用线性链表存储一元多项式(参照课本)。该程序有以下几个功能: 1. 多项式求和 输入:输入三个多项式,建立三个多项式链表Pa、Pb、Pc (提示:调用CreatePolyn(polynomial &P,int m)。 输出:显示三个输入多项式Pa、Pb、Pc、和多项式Pa+Pb、多项式Pa+Pb+Pc (提示:调用AddPolyn(polynomial &Pa, polynomial Pb
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:1.05kb
    • 提供者:王石
  1. BigNumeberOperator

    1下载:
  2. 这是高精度大数运算的源码,对于大于64位的整形数字的四则运算,是万能的啊-This is the code of big number s operator.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2.76kb
    • 提供者:galy
  1. amber

    1下载:
  2. amber大牛所写的基本算法和数据结构模板,noi以上级别比赛强烈推荐-basic algorithms and data structures templates written by amber
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-06-02
    • 文件大小:50.23kb
    • 提供者:Zsw95
« 1 2 ... 53 54 55 56 57 5859 60 61 62 63 ... 2673 »
搜珍网 www.dssz.com