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

资源列表

« 1 2 ... .51 .52 .53 .54 .55 23456.57 .58 .59 .60 .61 ... 28278 »
  1. LinkStruct_josephus

    0下载:
  2. 用链表结构解决约瑟夫问题,这是数据结构中的一个重要部分-The solution of the Joseph problem with chain structure, which is an important part in data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:211.15kb
    • 提供者:thinking_fioa
  1. ArrayStruct_josephus

    0下载:
  2. 用顺序结构解决约瑟夫问题,这是数据结构中的一个重要部分-The solution of the Joseph problem with the order structure, which is an important part in data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:215.25kb
    • 提供者:thinking_fioa
  1. TwoLargerNumberMultiplication

    0下载:
  2. 利用栈的思想,实现两个大数相乘,其中,栈是自己定义完成的-The stack of ideas, the realization of two large number multiplication, which is the definition of their own to complete, stack
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:224.85kb
    • 提供者:thinking_fioa
  1. EightQueensProblem

    0下载:
  2. 这是一个古老的问题,有关八皇后的问题,代码比较短,但是有回溯的思想-This is an old problem, the eight queens problem, the code is relatively short, but the idea back
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:215.85kb
    • 提供者:thinking_fioa
  1. homework_2.11

    0下载:
  2. 将x插入到顺序表的适当位置上,以保持该表的有序性。 输入数据:文本文件input.txt 文件分4行: 第1行是顺序表va的数据元素个数n,n<20。如果n<1或n>19则视为输入数据出错。 第2行是n个递增有序的数据元素,每个元素都是-999~999之间的十进制整数,元素之间用空格分开。 第3行是整数x,x是-999~999之间的十进制整数。 第4行是空行。 输出数据:文件output.txt 文件只有1行: 第1行是完成插入之后的顺序
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.3kb
    • 提供者:123
  1. homework_2.22

    0下载:
  2. 对单链表实现就地逆置,即利用原表的存储空间将线性表(a1,a2,…,an)逆置为(an,an-1,…,a1)。输入数据:文本文件input.txt 文件分2行: 第1行是单链表的数据元素个数n,n<20。如果n<1或n>19则视为输入数据出错。 第2行是单链表的n个数据元素,每个元素都是-999~999之间的十进制整数,元素之间用空格分开。 输出数据:文件output.txt 文件只有1行: 第1行是完成逆置之后的单链表n个元素的十进制整数,每个元素
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.06kb
    • 提供者:123
  1. 10.1

    0下载:
  2. 对于任意给出整数序列,分别采用直接插入排序和起泡排序对其进行升序排序,要求输出排序过程,即每趟排序后的结果。起泡排序从前往后起泡,即每次把最大的数起泡到最后面,并且若有一趟起泡没有交换数据则停止。 输入要求:输入数据存放在input.txt中,input.txt共有3行,第一行为输入的整数个数,第2行为输入的整数序列,以空格分隔,第三行为空行。 输出要求:输出数据存放在output.txt中,先输出直接排序每趟的排序结果,再输出空行,最后输出起泡排序每趟的结果,每趟结果以行分隔。-For
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2.19kb
    • 提供者:123
  1. PriorityQueue

    0下载:
  2. 实现本优先队列的初始化,查找,插入,删除操作,并且控制 其查找,插入,删除操作的算法时间复杂度为O(logn)。-Achievement of the priority queue is initialized, search, insert, delete, and control their search, insert, delete operation time complexity of the algorithm is O (logn).
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2.23kb
    • 提供者:Chan
  1. various-algorithms-

    0下载:
  2. Classic database information
  3. 所属分类:Data structs

    • 发布日期:2017-06-12
    • 文件大小:18.86mb
    • 提供者:
  1. Word_LadderII

    0下载:
  2. 算法导论中,关于leetcode oj, word_ladderII的问题源代码 -Introduction to Algorithms, regarding leetcode oj, word_ladderII problem source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3.69kb
    • 提供者:dodo
  1. problem_b

    0下载:
  2. The Google Code Jam 2014 Qualification Round,google code jam 2014 资格赛的b问题的算法源码-Algorithm source code The Google Code Jam 2014 Qualification Round, google code jam 2014 qualifying b problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.45kb
    • 提供者:dodo
  1. problem_c

    0下载:
  2. google code jam 2014 资格赛的C问题的算法源码 -algorithm source google code jam 2014 qualifiers C problems
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2.09kb
    • 提供者:dodo
« 1 2 ... .51 .52 .53 .54 .55 23456.57 .58 .59 .60 .61 ... 28278 »
搜珍网 www.dssz.com

浏览历史记录

关闭