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

搜索资源列表

  1. 强盗分金算法

    0下载:
  2. 10名海盗抢得了窖藏的100块金子,并打算瓜分 这些战利品。这是一些讲民主的海盗(当然是他们自己特有的民主),他们的习惯 是按下面的方式进行分配:最厉害的一名海盗提出分配方案,然后所有的海盗(包 括提出方案者本人)就此方案进行表决。如果50%或更多的海盗赞同此方案,此方 案就获得通过并据此分配战利品。否则提出方案的海盗将被扔到海里,然后下提名 最厉害的海盗又重复上述过程-10 pirates seize a cache of 100 gold, and plan t
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3837
    • 提供者:段俊杰
  1. shiyan01

    1下载:
  2. 功能强大,包括:创建新十字链表、节点删除、节点插入、打印十字链表 、存盘、文件中恢复(读出)矩阵、检索指定矩阵元素(关键字是行列下标) 、检索一个指定矩阵元素(关键字是矩阵元素值)-powerful features, including : creating a new Cross List, delete nodes, the nodes to insert, print Cross Chain, archive, the paper recovery (read) matrix, retr
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2813
    • 提供者:孙廷
  1. newmatrix

    0下载:
  2. 最新收集得老外写的一个矩阵类,功能相当的强大,比以前的源码水平提高了不少,源码中有相当详细的英文注释,简单明了!-collected in the latest foreigner to write a matrix of type, quite powerful, the source than the level a lot, a significant source of detailed notes in English, simple!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10399
    • 提供者:孟耀伟
  1. 200603011052sjjg

    1下载:
  2. 本人自己作的一个数据结构课程设计,曾获得过满分.它是一个停车场管理系统,利用所学的栈,队列知识对停车厂管理系统进行模拟.本程序有记录停车时间的功能并且可以自动计费,功能强大.-I own a data structure for curriculum design, has won out. It is a car park management system, using what we learned in the stack, queue停车厂knowledge management sy
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:273514
    • 提供者:王晓宁
  1. PaixuC

    1下载:
  2. 各种排序算法的性能比较,很强大的一份实验分析-The performance of various sorting algorithms comparison, a very powerful experimental analysis
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:109678
    • 提供者:zx
  1. 200624733

    0下载:
  2. 2007数据结构课程设计报告+源代码,功能强大,非常好的-2007 report of the curriculum design data structure+ Source code, powerful, very good
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:3725
    • 提供者:李继风
  1. LJ-MC500B-Manual

    0下载:
  2. LJ-MC500B 是集MCS-51单片机开发板、AVR单片机开发板、CPLD开发板、单片机烧录器以及单片机与CPLD复杂实验于一体的一款功能强大的综合开发实验平台。板上资源 丰富,从简单到复杂,包含了单片机的最小系统以及复杂的单片机系统设计,即使是对单片机或CPLD一点也不了解,都可以帮助你快速掌握单片机技术与CPLD设计技术,同时也是广大电子工程师相当好的实验设备。 -LJ-MC500B is a MCS-51 single-chip development board, AVR Sin
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:767365
    • 提供者:豆豆
  1. DS_C

    0下载:
  2. weis的数据结构的实现方法很经典很强大,大家要珍惜哟-Weis realization of the data structure is the classic method is very powerful, we must cherish yo
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:45491
    • 提供者:雷强
  1. jusefu

    0下载:
  2. 约瑟夫环解法非常短,很强大,利用栈堆,数据结构基础知识-Joseph Central solution is very short and very powerful, the use of stack heap, the basic knowledge of data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:772
    • 提供者:zex
  1. tu

    0下载:
  2. 主要实现图这种数据结构,有美观的界面,功能强大-The main achievement of such a data structure diagram, a beautiful interface, powerful
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2826
    • 提供者:江江
  1. BiTree

    0下载:
  2. 强大的二叉树代码大全,前序,中序,后序,叶子结点,入度为1,2的节点的计数-Encyclopedia of powerful binary tree code, the former sequence, in order, after the sequence, the leaf nodes, to the degree of the node counts 1,2, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1876
    • 提供者:yaoyao
  1. blizzard_hash

    0下载:
  2. 这是传说中异常强悍的暴雪公司研究的哈希算法,采用三个哈希表来防止冲突,代码简练自成一体,无论是思想还是代码风格都非常值得大家学习!-This is the legendary Blizzard of abnormal powerful study of the hash algorithm, using three hash table to prevent conflict, the code concise self-contained, whether it is coding style
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1016
    • 提供者:Harry
  1. Apriori

    0下载:
  2. Apriori算法,功能很强大,很详细,可以直接调用-Apriori algorithm, feature a very powerful, very detailed, you can directly call the
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:57508
    • 提供者:Rinoa
  1. ALGORITHM_PPT

    0下载:
  2. 数据结构与算法PPT,基本上包括了所有的知识,很强大-Data structures and algorithms PPT, basically includes all of the knowledge, very powerful
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:203203
    • 提供者:
  1. Conversion

    0下载:
  2. 利用c语言实现字符串与整形数据转换,功能强大,无错误。-Using c language string and plastic data conversion, powerful, error-free.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:569
    • 提供者:王天
  1. BinaryTree

    0下载:
  2. 有MFC实现的树的各类运算,可使化界面,功能强大操作简单。-MFC implementation of the tree are all kinds of operations can interface, simple and powerful.
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3836033
    • 提供者:
  1. PRBtree

    0下载:
  2. 使用C++建立了红黑树,内部含有红黑树所需要的各类函数~很好很强大-Using C++ built red-black tree, the tree-house with red and black all need a good powerful function ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:115808
    • 提供者:Donghf
  1. Exp9_DFS

    0下载:
  2. 用C++编写的深度优先搜索算法,很好很强大-Written in C++, depth-first search algorithm, very very powerful ~ ~ ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:10110
    • 提供者:Donghf
  1. sf

    0下载:
  2. 超级强大的排序软件,实现了多种方法的排序,方便读者学习-Super powerful sorting software, sort to achieve a variety of methods to allow readers to learn
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1566
    • 提供者:李一
  1. SuperSnake

    0下载:
  2. 算法比较多啊 系统比较强大 希望大家下载-Algorithm more ah hope to download more powerful system
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:589533
    • 提供者:ybb
« 12 3 »
搜珍网 www.dssz.com