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

资源列表

« 1 2 ... .22 .23 .24 .25 .26 727.28 .29 .30 .31 .32 ... 2673 »
  1. TBinary-tree

    0下载:
  2. 统计二叉树节点的C语言描述,软件技术基础,适用于初学者。-C language descr iption of statistical binary tree node, software technology base, suitable for beginners.
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:184.2kb
    • 提供者:li
  1. Binary-sort-tree

    1下载:
  2. 二叉排序树是一个经典的算法,该算法根据数列的大小进行排序,并具有增加或删除元素的功能-Binary sort tree is a classic algorithm based on the size of the column to sort a few, and has the function to add or remove elements
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:184.12kb
    • 提供者:linfuhong
  1. CSPAlgorithms

    0下载:
  2. n皇后问题 CSP的最小冲突法求解n皇后问题。 即如何能够在 n×n 的国际象棋棋盘上放置n个皇后,使得任何一个皇后都无法直接吃掉其他的皇后?为了达到此目的,任两个皇后都不能处于同一条横行、纵行或斜线上。 要求: ⅰ. 输入n,并用运行时间比较几种算法在相同规模的问题时的求解效率,并列表给出结果。 ⅱ. 比较同一算法在n不相同时的运行时间,分析算法的时间复杂性,并列表给出结果。 -N-Queens problem Using CSP minimal conflict
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:184.09kb
    • 提供者:chen
  1. Red-Black-Tree

    0下载:
  2. 红黑树(Red-Black Tree)是二叉搜索树(Binary Search Tree)的一种改进-Red-Black Tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:184.07kb
    • 提供者:张伟
  1. C-Freecell---pudndotcom.rar

    0下载:
  2. Freecell game coded with C. Uses linked lists. For educational purposes. Documentataion in french.,Freecell game coded with C. Uses linked lists. For educational purposes. Documentataion in french.
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:184.05kb
    • 提供者:Kawada
  1. My_BM4

    0下载:
  2. BM算法源代码,是用c++写的。适用于字符串的多模式匹配问题。-BM algorithm source code is written in c++. For a string of multi-pattern matching problem.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:184.04kb
    • 提供者:汪浩
  1. dinjunhui

    1下载:
  2. 一天,丁俊晖编一整天的程序,突然觉得累了,于是便决定在房间内四处走走。他的房间是矩形的,他从电脑开始随便选了一个角度开始行走。由于职业习惯,丁俊晖走路始终是直线,而且碰到墙以后会反弹,入射角度与出射角度完全相同。丁俊晖会一直行走,直到灵感再次迸发。假设他的行走速度是匀速的,现在,丁俊晖的母亲想知道他一共休息了多长时间以便提醒他继续工作。 丁俊晖想考考他的母亲,于是他记录了自己碰到墙壁的序列并且告诉了她,你有没有办法能够帮助她计算出小丁所走的路程? 输入 输入包括多个测
  3. 所属分类:Data structs

    • 发布日期:2015-10-06
    • 文件大小:184kb
    • 提供者:bangbanglovett
  1. code

    0下载:
  2. 最佳调度问题的回溯算法 设有n个任务由k个可并行工作的机器来完成,完成任务i需要时间为 。试设计一个算法找出完成这n个任务的最佳调度,使完成全部任务的时间最早。(要求给出调度方案)(Backtracking algorithm for optimal scheduling problem There are n tasks to be done by K machines that can work in parallel, and the task I needs time to comp
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:184kb
    • 提供者:绫壹
  1. suffix

    0下载:
  2. c++数据结构应用 栈实现中缀表达式转后缀表达式-Middle expression converts to suffix expression in c++
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:183.92kb
    • 提供者:zq
  1. ShortPath

    0下载:
  2. 最短路径,数据结构中,最短路径算法的实现,所用计算机语言是VC++,编译通过-The shortest path, data structure, the shortest path algorithm, the computer language is VC++, compiled by
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:183.74kb
    • 提供者:corny
  1. differential

    0下载:
  2. VC 实现多项式的微分计算,其中使用自己写了一些常用的数据结构-VC in polynomial differential calculations, which use their own written some of the commonly used data structures
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:183.72kb
    • 提供者:王钰
  1. OK_List_Binary-Tree

    0下载:
  2. 基本链表与二叉树的混合操作。结合实际的操作完成相应的功能。-Binary mixture with the basic list operations. The actual operation is completed with the corresponding function.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:183.69kb
    • 提供者:
« 1 2 ... .22 .23 .24 .25 .26 727.28 .29 .30 .31 .32 ... 2673 »
搜珍网 www.dssz.com