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

搜索资源列表

  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. Data_Structures_and_Software_Development_in_an_Obj

    0下载:
  2. 国外的数据结构与算法分析用书,用java语言编写,实现一个简单的类似于JDK中的类库,深入浅出。这是类库的源码-foreign data structure and algorithm analysis, using java language, to achieve a simple JDK similar to the library visitors. This is the source class library
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.06mb
    • 提供者:lucylin
  1. DESalgorithmslibrary

    0下载:
  2. DES algorithms library,很经典的DES算法库。-DES algorithms library, the classic DES algorithm library.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:77.04kb
    • 提供者:王晓
  1. qsort

    0下载:
  2. 快速排序算法,支持自定义快速排序算法和c++库排序算法。-Quick Sort algorithm, support for custom quick sort algorithm and c++ library sorting algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.44kb
    • 提供者:liy
  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. DNA_sort

    0下载:
  2. DNA_sort,该程序是北大ACM库中的一个算法程序-DNA_sort, the program is a library of Beijing University ACM algorithm program
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:539.26kb
    • 提供者:xiaofeixiang
  1. graphCplusplus

    0下载:
  2. 图论算法库 ,用c++写的,还不错.包括bellman_ford, floyd-Graph algorithm library, written using c++, not bad. Including bellman_ford, floyd
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:9.96kb
    • 提供者:叶斌
  1. rtklib_2.4.0

    5下载:
  2. 老外最新的RTK解算源代码算法库,含有相当多的例程 -RTK Solution foreigner latest source code algorithm library, containing a considerable number of routines
  3. 所属分类:Data structs

    • 发布日期:2016-01-21
    • 文件大小:23.31mb
    • 提供者:刘怀国
  1. Generic-function

    0下载:
  2. 泛型函数: 总结:使用标准模板库 (STL) C++标准库提供了更为安全,更为灵活的数据集处理方式。 STL的最主要的两个特点:数据结构和算法的分离,非面向对象本质。 访问对象是通过象指针一样的迭代器实现的;容器是象链表,矢量之类的数据结构,并按模板方式提供; 算法是函数模板,用于操作容器中的数据。由于STL以模板为基础,所以能用于任何数据类型和结构。-Generic function: Summary: Using the Standard Template Library
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:739.2kb
    • 提供者:fdsf
  1. mymath

    0下载:
  2. C语言,三角函数,平方根快速算法。运算速度很快,可以用来替换部分标准库 math.h 内的函数-C, trigonometric functions, square root of the fast algorithm. Fast operation, can be used to replace part of the standard library math.h functions within the
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2.94kb
    • 提供者:majianjia
  1. shangbuqi

    0下载:
  2. 该系统要求实现一个简单、实用的图书管理程序,主要功能包括图书数据的录入、查找、修改、删除、统计、排序等。所有图书数据都要利用文件系统保存,以备系统下次运行时使用。通过此课题,熟练掌握文件、数组、指针的各种操作,以及一些基本算法思想的应用。 -The system called for a simple, practical library management program, the main features include books data entry, search, modif
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1.3kb
    • 提供者:丁佩
  1. acm-code

    0下载:
  2. ACM 代码库 吉林大学计算机科学与技术学院 2005 级整理的 包括数据结构,组合数学,图论等方面的常用算法代码 -ACM code library 2005 consolidation of the Computer Science and Technology of Jilin University Including data structures, combinatorics, graph theory and other aspects of the common
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:626.18kb
    • 提供者:王兵
  1. simclist-1.6

    0下载:
  2. SimCList 是一个用来处理列表(List)的的高效C库。内置很多基于列表的算法,例如排序、查找、随机处理等等。-SimCList is a high quality C (C++ embeddable) library for handling lists. It exploits several advanced techniques for improving performance, including freelists, sentinels, automatic sort alg
  3. 所属分类:Data structs

    • 发布日期:2017-11-21
    • 文件大小:78.34kb
    • 提供者:frontsteel
  1. library

    0下载:
  2. 我的ACM代码库。内有常见的算法,费用流,欧几里得,后缀数组,AC自动机-My code library. It has a lot of algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-11-22
    • 文件大小:2mb
    • 提供者:David
  1. Euler

    0下载:
  2. 通过欧拉操作来实现扫成的小程序,而且算法的思想很简单,只是需要用到实体建模中的名为翼边数据结构(又叫,半边数据结构)的东西,和一个欧拉公式。想学习实体建模的同学能够通过这个程序学到很多东西,对于那些想要交图形学课程的代码作业的同学来说,你也可以直接把这个交上去了吆,因为这个代码我已经测试过了,没有任何问题,可以直接运行。当然,最好你是为了学习需要,而不是为了直接down下来应付老师,而且前提是你要部署好OpenGl的库。-By Euler operations to achieve sweepi
  3. 所属分类:Data structs

    • 发布日期:2017-06-16
    • 文件大小:23.61mb
    • 提供者:zidian
  1. 2Dmath

    0下载:
  2. 2D math algorithm library to manipulate 2D vectors and matrix
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4.24kb
    • 提供者:yr
  1. Bresenham_1937491052005

    0下载:
  2. This code implements Bresenham algorithm for drawing cricle.This technique can be appied to draw anything (not only circle). I use mingw32 and openGL library.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1.1kb
    • 提供者:an0malia
  1. testSortings

    0下载:
  2. 编写选择排序、插入排序、冒泡排序、快速排序、堆排序、希尔排序、归并排序、基数排序算法,加上C++库函数sort,调用系统时钟clock对排序算法做效率比较。-Write selection sort, insertion sort, bubble sort, quick sort, heap sort, Hill sort, merge sort, radix sort algorithm, plus C++ library function sort, calling the system c
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1.24mb
    • 提供者:刘昊岩
搜珍网 www.dssz.com