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

资源列表

« 1 2 ... .72 .73 .74 .75 .76 25077.78 .79 .80 .81 .82 ... 28276 »
  1. sort

    0下载:
  2. 各种排序算法的比较,比较了经典的各种排序算法,比较它们的时间空间复杂度。-Comparison of various sorting algorithms to compare a variety of classical sorting algorithms, comparison of their time and space complexity.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6.71kb
    • 提供者:black_soil
  1. binaryTree

    0下载:
  2. 二叉树的相关操作,详细给出了二叉树的算法及其实现。-binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7.26kb
    • 提供者:black_soil
  1. tuserch

    0下载:
  2. 图的结构,及相关操作:建立,及遍历应用。在网络中有不少作用。-Graph structure, and related steps: set up, and the traversal application. In the network have a lot of role.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6.99kb
    • 提供者:black_soil
  1. DBISAM_Manager_Professional_v1.6.0.1

    0下载:
  2. Promoting and using Dbisam database
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:2.67mb
    • 提供者:Petr
  1. college

    0下载:
  2. 一款用纯C语言编写的大学生成绩管理系统,适合初学者和深入者编程,学习数据结构时参考!-With a pure C language students score management system, suitable for beginners and in-depth those programming, data structures study reference!
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:130.5kb
    • 提供者:G。G。
  1. treesanditsusing

    0下载:
  2. 介绍树的相关用法和使用时应该注意的地方,重点突出二叉树的使用方法。-Introduce the relevant Usage tree and use the place when it should be noted, focused use of binary tree.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:17.42kb
    • 提供者:彼岸天堂
  1. hash_functions_src

    0下载:
  2. 散列函数源代码,散列表通常是关键字和值对应的数据结构,散列函数用于把关键字映射到相应的数组索引号,由于散列表中每个元素访问到的概率不同,所以应该选用不同的散列函数,以提高程序的查找效率.-Hash function source code, hash table is usually the value of keywords and corresponding data structure, hash function used for the keywords mapped to the c
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:79.47kb
    • 提供者:wuzh
  1. eightqueen

    0下载:
  2. 八皇后游戏的说明: 问题的提出:八皇后是个古老而有趣的游戏,是由高斯于1850年首先提出的。 要求在国际象棋的棋盘上放置八个皇后,使其不能相互攻击,即任意两个皇后不能处于 棋盘的同一行、同一列和同一条对角线上。试问有多少种放法? 基本思想是:先把皇后放在(0,0)位置,然后把1号皇后放在(1,j)位置, 使其满足要求。接着放2号皇后,依此类推。遇到某个皇后如把她无论放在该行的任意 位置均不满足要求,则前一个皇后放置不当,须重新放置前一皇后,如8个皇后均按要 求放置
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5.72kb
    • 提供者:王清
  1. comparestring

    0下载:
  2. 给定两个集合A、B,集合内的任一元素x满足1 ≤ x ≤ 109,并且每个集合的元素个数不大于105。我们希望求出A、B之间的关系。 任 务 :给定两个集合的描述,判断它们满足下列关系的哪一种: A是B的一个真子集,输出“A is a proper subset of B” B是A的一个真子集,输出“B is a proper subset of A” A和B是同一个集合,输出“A equals B” A和B的交集为空,输出“A and B are disjoint
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:864byte
    • 提供者:卡门
  1. goldcard

    0下载:
  2. 问题的提出:金卡在现代生活里应用广泛,无论排长队于ATM机前取款还是就餐、购物、就医等等。在国外电子货币十分流行,其实电子货币是系统工程,它涉及金融、安全、通信、计算机等领域。这里为使读者掌握动态数据的用法,仅模拟其存款于取款过程。-The question raised: Gold in the modern life are widely used, regardless of long lines at teller or ATM machine before dining, shoppi
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:8.14kb
    • 提供者:王清
  1. checkarray

    0下载:
  2. 设计一个用于检查数组在使用时下标是否越界的类,如越界给出提示。(知识点:下标运算符的重载)。-Used to check the design of a current array subscr ipt is in the use of cross-border class, such as cross-border give tips. [Knowledge points: subscr ipt operator overloading].
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5kb
    • 提供者:王清
  1. TestDijkstraWithGPHeapSort

    0下载:
  2. 使用堆优化的最短路径算法,速度非常快,建议下载-Optimize the use of heap shortest path algorithm, very fast
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:601.47kb
    • 提供者:chengxi
« 1 2 ... .72 .73 .74 .75 .76 25077.78 .79 .80 .81 .82 ... 28276 »
搜珍网 www.dssz.com