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

资源列表

« 1 2 ... .67 .68 .69 .70 .71 372.73 .74 .75 .76 .77 ... 2673 »
  1. PointPair

    0下载:
  2. 根据分治算法实现求平面上最近点对的复杂度为(nlgn)的算法 有图形界面,能通过鼠标输入点-Under sub-rule algorithm seeking the nearest point on the plane of the complexity of (nlgn) algorithm for graphical interface, through mouse input points
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:740.23kb
    • 提供者:liupz
  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. Hill-sort

    0下载:
  2. 希尔排序,随机生成500个随机数,并用希尔排序对这500个数进行排序。-Hill sort randomly generated 500 random numbers, and sort Hill sort this 500 number.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:739.08kb
    • 提供者:随缘
  1. test5-2

    0下载:
  2. 问题描述: 给定n个石子,其重量分别a1,a2,a3...an,要求将其划分成m份,每一份的划分费 义为这份石了中最大重量与最小重量的差的平方。总划分费用等丁m份划分费用之和。 编程任务 对于给定的n个石子,求一种划分方案,使得总划分费用最小。-Descr iption of the problem: Given n-stones, its weight, respectively a1, a2, a3 ... an, asked that it be divided into m
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:738.99kb
    • 提供者:伍超洋
  1. KRUSKAL

    0下载:
  2. 建立邻接矩阵和邻接表,用克鲁斯卡尔算法求最小生成树-KRUSKAL function
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:738.82kb
    • 提供者:yukiyuki
  1. Data-structure-rearrangement

    0下载:
  2. 实现数据结构中车厢重排问题的完整c++代码;可以完美运行;完整的一个工程,包含debug后的相关文件和生成可执行程序-Data structure inside a complete rearrangement of the problem c++ code works perfect complete a project, including relevant documents and after the debug build executable
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:738.53kb
    • 提供者:wy
  1. Hash-table-and-its-application

    0下载:
  2. 散列表根据关键码值(Key value)而直接进行访问的数据结构,通过把关键码值映射到表中一个位置来访问记录,以加快查找的速度。-According to the value of the hash table key (Key value) directly access the data structure to access the record by the key values ​ ​ to the mapping table in a position to sp
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:738.41kb
    • 提供者:
  1. ZGraph

    0下载:
  2. 数据结构 无向图 以邻接矩阵的方式存储一个无向网 1.建立并显示出无向网的邻接矩阵; 2.对该无向网进行广度优先遍历,显示遍历的结果(并随时显示队列的入、出情况); 3.用普里姆算法构造其最小生成树,显示其构造的过程。-Data structure- the undirected graph Stored in the form of adjacency matrix an undirected network 1. Establish and shows the ad
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:738.31kb
    • 提供者:屈兴
  1. Dashu

    0下载:
  2. 大数算法,能实现大数的四则精确运算。学习算法的好程序。-Big numbers calculate application. for you to calc with very large numbers.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:738.27kb
    • 提供者:王锡爵
  1. Array

    0下载:
  2. 链表功能的实现,C语言实现的链表的动态添加、删除和插入。-The sample of array in C.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:737.53kb
    • 提供者:zoucw
  1. Store-inventory-management-system

    0下载:
  2. 针对C语言的数据结构,编写的商店存货管理系统-For the C language data structure, the preparation of the store inventory management system
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:736.86kb
    • 提供者:桐君阁
  1. -p2

    0下载:
  2. 最长公共子序列(LCS),最长递增子序列(LIS),最长公共递增子序列(LCIS)的实现,根据《算法导论》英文版的伪代码改写成C语言版本,测试完美通过。-The longest common sub-sequence (LCS), the longest increasing subsequence (LIS), the longest sequence of public increments (LCIS) of the realization, according to " Intr
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:736.3kb
    • 提供者:无我
« 1 2 ... .67 .68 .69 .70 .71 372.73 .74 .75 .76 .77 ... 2673 »
搜珍网 www.dssz.com