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

搜索资源列表

  1. 编译原理中的slr算法

    0下载:
  2. Window 编程例子, 比较cool !-Window programming examples, cool!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:17.23kb
    • 提供者:
  1. 背包问题的两种算法实现

    0下载:
  2. 本例编程实现背包问题的递归和非递归算法,让你彻底了解这种算法-the cases Programming knapsack problem of recursive and non - recursive algorithm, so you thoroughly understand this algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13.44kb
    • 提供者:朱南辉
  1. 9二叉树

    0下载:
  2. 几乎包括二叉树的所有编程算法,其中有二叉树的先中后序递归与非递归遍历算法,由先序与后序建立二叉树,层次遍历,求叶子结点数,总结点数,树的深度与宽度。-including binary tree almost all programming algorithm, these binary tree after the first sequence which recursive and non - recursive traversal algorithm, and by the first se
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15.37kb
    • 提供者:李扬
  1. 图论算法库 C++ 语言实现

    0下载:
  2. 图论算法库 C++ 语言实现 代码内容 图论算法库,包括以下算法: 单源最短路径 Dijkstra 算法 单源最短路径 Bellman-Ford 算法 最小生成树 Prim 算法 每对节点间最短路径 Flod-Warshall 算法 语言 C++ 编译平台 VisualAge C++ 4.0 作者 starfish (starfish.h@china.com) 备注 程序用C++语言编写,在VisualAge C++ 4.0下调试通过。压
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.96kb
    • 提供者:罗鹏魁
  1. k均值聚类算法分析

    1下载:
  2. k均值聚类算法分析,采用C++编程技术,提供代码可重用机制 -k-means clustering algorithm analysis, the use of C programming, code reuse mechanism
  3. 所属分类:数据结构常用算法

    • 发布日期:2010-07-01
    • 文件大小:30.28kb
    • 提供者:chu na
  1. 数据结构的一些简单编程题

    0下载:
  2. 数据结构的一些简单编程题,二叉树结构,遍历的递归于非递归算法-data structure that some simple programming, binary tree structure, traverse the non - recursive recursive algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:61.67kb
    • 提供者:小新
  1. 数据结构常用算法(C)

    0下载:
  2. 数据结构常用算法C实现,一定不要错过,对编程有很大帮助-data structure used to achieve C algorithms, we should not miss the programming is very helpful
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:207.65kb
    • 提供者:杨运成
  1. 数据结构算法源码

    0下载:
  2. 带头结点双链循环线性表.c 底层编程 汉诺塔 逆阵 数据结构 百鸡百钱.c
  3. 所属分类:数据结构常用算法

  1. zuixiaoshengchengshu

    1下载:
  2. 使用贪心算法编程,求解最小生成树问题,并给出详细的过程!-The use of greedy algorithm programming, minimum spanning tree problem solving, and gives details of the process!
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:11.07kb
    • 提供者:chenchen
  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
    • 文件大小:314.91kb
    • 提供者:zhou
  1. qichejiayou

    0下载:
  2. 一辆汽车加满油后可行驶n公里,旅途中有若干个加油站,设计一个有效算法,指出应在哪些加油站停靠加油,使沿途加油次数最少,对于给定的n和k个加油站位置,编程计算最少加油次数。 可以利用贪心选择性质来求解汽车加油问题,也就是所求问题的整体最优解可以通过一系列局部最优的选择,即贪心选择来达到。这是贪心选择算法可行的第一个基本要素,也是贪心算法与动态规划算法的主要区别。在动态规划算法中,每步所做的选择往往信赖于相关子问题的解,因而只有在解出相关子问题后,才能做出选择。而在贪心算法中仅在当前状态下做出最
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:10.5kb
    • 提供者:Daninel
  1. C

    0下载:
  2. C 语言100个经典的算法例题 让你了解一些常用的编程算法,比如排序算法、冒泡算法、折半查找算法-C-100 classical algorithm example to let you know some common programming algorithms, such as sorting algorithms, bubble algorithm, binary search algorithm etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:7.12kb
    • 提供者:wuxinchao
  1. KdTree

    0下载:
  2. 二叉树编程,一些编程算法!可用于只能仿真里智能体的控制!-Binary programming, some programming algorithm! Simulation can be used only in the agent control!
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2.72kb
    • 提供者:琉魁
  1. Algorithms

    0下载:
  2. 各种常用的编程算法,包括数值与非数值算法-Various common programming algorithms, including numerical and non-numerical algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:17.1kb
    • 提供者:杨文超
  1. c-program-tool

    0下载:
  2. c语言数据结构演示工具,学习C语言编程算法的绝好工具,包括所有的常规数据结构演示-c language data structure, presentation tools, learning algorithm for an excellent C programming tools, including presentation of all the conventional data structure
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2.06mb
    • 提供者:何亮
  1. zuiduanlujing

    0下载:
  2. 适合本科生或者研究生阶段计算机软件技术基础课程中网络拓扑结构中最短路径的编程算法-Programming algorithm for the shortest path in the network topology, the basic course of undergraduate or graduate level computer software technology
  3. 所属分类:Data structs

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

    0下载:
  2. 适合本科生或者研究生阶段计算机软件技术基础课程中数的四则运算的编程算法-Programming algorithm for the number of undergraduate or graduate level computer software technology foundation courses in the four operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:166.08kb
    • 提供者:
  1. FBP重建算法

    1下载:
  2. 基于C语言编程的C语言投影,滤波反投影重建算法,从外界加载的图片。
  3. 所属分类:数据结构常用算法

  1. C_program

    0下载:
  2. 哈希表,数据结构,C语言,哈希表对编程算法很有帮助-Hash tables, data structures, C language programming algorithm hash table helpful
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:109.1kb
    • 提供者:CHEN
  1. 数据结构与算法之美pdf

    23下载:
  2. 数据结构与算法之美的pdf资料,适合初学者,在校大学生,工作者进修的资料,完善程序员基本素养(PDF of the beauty of data structure and algorithm)
  3. 所属分类:数据结构

    • 发布日期:2020-07-24
    • 文件大小:31.42mb
    • 提供者:连b
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com