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

搜索资源列表

  1. BiTree

    0下载:
  2. 动态建立二叉树,先序遍历和按层遍历建立二叉树的算法。-Dynamic establishment of binary tree, the first layer traversal and by the establishment of binary tree traversal algorithms.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1192
    • 提供者:蔡茂蓉
  1. multiStageGraph

    0下载:
  2. 使用动态规划求多段图的C++源程序,用于满足最优化问题且问题能转换成一个有向图问题的求解,可以直接运行!-The use of dynamic programming for multi-stage plan of C++ source code, designed to meet the optimization problem and the problem can be converted into a directed graph to solve the problem, you ca
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:229094
    • 提供者:张凯兵
  1. DataStructureAlgorithm

    1下载:
  2. 数据结构和算法,非常经典,讲的很详细!第一部分 基础知识 第一章 C++程序设计 第二章 程序性能 第二部分 数据结构 第三章 数据描述 第四章 数组和矩阵 第五章 堆栈 第六章 队列 第七章 跳表和散列 第八章 二叉树和其他树 第九章 优先队列 第十章 竞赛树 第十一章 搜索树 第十二章 图 第三部分 算法设计方法 第十三章 贪婪算法 第十四章 分而治之算法 第十五章 动态规划 第十六章 回
  3. 所属分类:Data structs

    • 发布日期:2016-08-26
    • 文件大小:17229762
    • 提供者:孙继磊
  1. capi-0.21

    0下载:
  2. CAPI多核编程算法库0.21版,里面有分布式队列、分布式查找、分布式内存管理、任务图调度、动态任务调度等多种容器,新增了CWaitTaskScheduler任务调度容器和并行Strassen矩阵乘法等。-CAPI programming algorithm for multi-core library version 0.21, which are distributed queue, distributed search, distributed memory management, tas
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:322464
    • 提供者:zhou
  1. car

    0下载:
  2. 算法分析中的经典问题之动态规划法汽车加油问题,应用VC++编写的C源码-Algorithm analysis of the classic problems of the dynamic programming vehicle refueling, the application VC++ source code written in C
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:168285
    • 提供者:感飞
  1. 4

    0下载:
  2. 无向图功能实现,用邻接多重表存储该无向图,并使用动态存储结构。用一个单链表把所有顶点存储起来,在存储边的节点中给出该边的两个顶点的各自的下一条边的节点地址。-Undirected graph implementation of function, with the adjacent multi-table to store the graph, and using dynamic storage structures. With a single list of all vertices sto
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1140
    • 提供者:stanley
  1. dynamic

    0下载:
  2. 算法,用c++实现动态规划算法的背包问题(在VS2008平台上)-Algorithm, using c++ dynamic programming algorithm for knapsack problem (in VS2008 platform)
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:24896
    • 提供者:yan
  1. dynamic

    0下载:
  2. 动态规划法解决经典背包问题,C语言实现。-Classic dynamic programming method to solve the knapsack problem, C language.
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:821922
    • 提供者:靳舒馨
  1. Dynamic

    0下载:
  2. 使用动态规划解决背包问题,用C++语言实现-Knapsack problem using dynamic programming to solve, using C++ language
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:667
    • 提供者:康遵强
  1. dynamic-queue-and-stack

    0下载:
  2. 动态实现堆栈和队列的添加、删除等的操作,C代码实现-Dynamic realization of the stack and queue add, delete and other operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1900
    • 提供者:
  1. c

    0下载:
  2. 在图论中经常会遇到这样的问题,在一个有向图里,求出任意两个节点之间的最短距离。我们在离散数学、数据结构课上都遇到过这个问题,在计算机网络里介绍网络层的时候好像也遇到过这个问题,记不请了... 但是书本上一律采取的是Dijkstra算法,通过Dijkstra算法可以求出单源最短路径,然后逐个节点利用D -single source shortest path problem of dynamic programming algorithm, please exhibitions
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1474
    • 提供者:monsm
  1. dynamic-programming

    0下载:
  2. 使用c++语言,在vs2008平台上编写,用动态规划法求解0,1背包问题-C++ language use, in vs2008 platform to write, with the dynamic planning solution 0, 1 knapsack problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:948
    • 提供者:闫皓渊
  1. dynamic-program

    0下载:
  2. // VS2008 《 算法导论 》 P193页 的动态规划装配线调度问题C代码 -<Introduction to algorithm> P 193 dynamic programing
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:641
    • 提供者:leo
  1. Dynamic-programming-DP-backpack

    0下载:
  2. 用动态规划算法解决DP背包问题,采用C++编程-Dynamic programming algorithm to solve the DP knapsack problem, using C++ programming
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:871933
    • 提供者:lydia
  1. dynamic-array-distribution

    0下载:
  2. 在c++中利用类模板建立动态数组,实现数组的排序,插入,删除-In c++,use a dynamic array class template, realize the array sort, insert, and delete
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3784
    • 提供者:zhusujie
  1. Dynamic-linked-list-of-deleted

    0下载:
  2. 这个程序主要对动态链表的建立,注释很详尽对刚学习 c 语言的人来说应该有所帮助吧,程序是我在.cpp 格式下运行好的-This program is mainly to create a dynamic list of very detailed notes on just learning c language people should help it, the program is myformat run under good
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:3034
    • 提供者:将新
  1. dynamic-linked-list

    0下载:
  2. 这是一个,用c++编写的动态连表插入算法源码,对于初学数据结构的人很有帮助-This is one written by c++ even table into a dynamic algorithm source code, data structures for beginners helpful
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2904
    • 提供者:将新
  1. c

    0下载:
  2. 本次试验的主要要点是哈夫曼树的建立过程,这种算法的思路是: 1)依据给定的n个权值{W0,W1,……,Wn-1}构造n棵只有一个根结点的二叉树,这些二叉树组成一个森林F={T0,T1,……,Tn-1}。 2)在森林F中选取两棵根结点的权值最小的二叉树作为左、右子树合并成一棵新的二叉树,这棵新的二叉树的根结点的权值等于其左、右子树根结点的权值之和。这样一来,森林中就减少了一棵树。 3)重复上一步,直到森林F中只有一棵二叉树为止,这棵二叉树便是要得到的哈夫曼树 二叉树建立好之后,通过
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2572
    • 提供者:张学阳巨蟹
  1. 最长递增子序列

    1下载:
  2. 这是数据结构和算法设计中的经典案例题,代码不唯一,最长公共子序列源码和动态规划ppt分析(This is a classic case of data structure and algorithm design, the code is not unique, the largest m sub segment and source code and dynamic programming ppt analysis)
  3. 所属分类:数据结构

    • 发布日期:2018-01-05
    • 文件大小:2011136
    • 提供者:桀骜不驯
  1. 5.1 最长递增子序列

    2下载:
  2. 用c++语言采用动态规划手段完成寻找某序列的最长递增子序列(Using the dynamic programming method in c++ language to find the longest incrementing subsequence of a sequence)
  3. 所属分类:数据结构

    • 发布日期:2018-04-29
    • 文件大小:6144
    • 提供者:Alionness
« 12 3 4 5 »
搜珍网 www.dssz.com