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

资源列表

« 1 2 ... .45 .46 .47 .48 .49 2550.51 .52 .53 .54 .55 ... 2673 »
  1. 20161112722-吴德阳-实验5-停车场管理系统-dev

    0下载:
  2. 有可以停放n辆汽车,车辆按到达停车场时间的先后次序依次从停车场最里面向大门口处停放。如果停车场已放满n辆车,以后到达的车辆在大门外等待,停车场内有车开走,则排在第一辆车进入停车场。出去车计算停车价格(Yes, you can park n cars. The vehicles will be parked from the inside of the parking lot to the main entrance in order of arrival time. If the parking
  3. 所属分类:数据结构

    • 发布日期:2017-12-24
    • 文件大小:464kb
    • 提供者:小灰灰1997
  1. 魔王语言文本

    0下载:
  2. C语言 魔王语言解释 用栈和队列解决 注意看问题输入和输出 问题输入 多组数据,每组数据为一个字符串,每行表示一个待翻译的字符串,字符串为”***”时表示输入结束。 问题输出 将每一行字符串按规则翻译后输出 输入样例 BAB B(ehnxgz)B B(eABh)B *** 输出样例 tsaedsaesaetsaedsae tsaedsaeezegexenehetsaedsae tsaedsaeehetsaedsaeesaeets
  3. 所属分类:数据结构

  1. Project9

    1下载:
  2. 依次输入关键字并建立二叉排序树,实现二叉排序树的插入和查找功能,考察了对二叉排序树的掌握程度(In turn enter keywords and establish two fork sorting tree, to achieve the two fork sort tree insert and search function, inspected the two fork sorting tree master degree)
  3. 所属分类:数据结构

    • 发布日期:2017-12-20
    • 文件大小:3.38mb
    • 提供者:Mr_Rain
  1. 数据结构图论

    0下载:
  2. 数据结构实验。 编写程序分别实现DG, DN, UDG, UDN的邻接矩阵和邻接表存储结构的构建; 以界面的形式给出构建类型的选择;(Data structure experiment. Write procedures to achieve DG, DN, UDG, UDN, adjacency matrix and adjacency table storage structure; The choice of type of construction is given in the
  3. 所属分类:数据结构

    • 发布日期:2017-12-21
    • 文件大小:2kb
    • 提供者:蚊子酱
  1. 栈和队列的链接

    0下载:
  2. 数据结构实验 栈和队列的连接实验 ①编写程序实现循环队列的初始化、入队和出队操作 ②编写程序实现将一个任意的十进制数转换成对应的二进制数 要求: ①用栈的基本操作来实现(具体栈的存储结构可用顺序栈也可用链栈) 十进制数由键盘输入,输出对应的二进制数。 ②在初始化队列后,利用入队操作构建具有n个元素的队列并依次输出队列中的元素。在构建的具有n个元素的队列中,执行出队操作,输出出队后队列中的剩余元素(Data structure experiment stack and queue
  3. 所属分类:数据结构

    • 发布日期:2017-12-16
    • 文件大小:1kb
    • 提供者:蚊子酱
  1. 计计计算器

    0下载:
  2. 用C++实现小型计算器的功能,包括四则运算,三角函数,对数函数,幂函数的运算(Using C++ to achieve the function of small calculators, including four operations, trigonometric function, logarithmic function, power function calculation)
  3. 所属分类:数据结构

    • 发布日期:2017-12-21
    • 文件大小:4kb
    • 提供者:Liangshuang
  1. Complex network algorithms

    2下载:
  2. 理解和学习 混沌、混沌同步、复杂网络的完全同步判据、复杂网络时滞系统的的同步判据、提高复杂网络同步能力的方法等内容(Understand and study the synchronization of chaos and chaos, the complete synchronization criterion of complex networks, the synchronization criterion of complex networks, time-delay systems,
  3. 所属分类:数据结构

    • 发布日期:2017-12-19
    • 文件大小:23.66mb
    • 提供者:HATA
  1. 5107600数据结构配套光盘

    0下载:
  2. 实现对任意给定的二叉树(顶点数自定)建立它的二叉链表存贮结构,并利用栈的五种基本运算(置空栈、进栈、出栈、取栈顶元素、判栈空)实现二叉树的先序、中序、后序三种遍历,输出三种遍历的结果。((Any given realization of the binary tree (self-Vertices) the establishment of its chain store binary structure, and use the five basic computing stack (The
  3. 所属分类:数据结构

    • 发布日期:2017-12-19
    • 文件大小:2.6mb
    • 提供者:苦心人
  1. 数据结构与算法C++progs

    1下载:
  2. C++类的数据结构与算法书籍 比较好的呢(C++ class data structures and algorithms books)
  3. 所属分类:数据结构

    • 发布日期:2017-12-19
    • 文件大小:849kb
    • 提供者:lzp1234576
  1. 发牌

    0下载:
  2. 实现发牌程序()
  3. 所属分类:数据结构

    • 发布日期:2017-12-19
    • 文件大小:162kb
    • 提供者:木子喵喵
  1. verse K-th problem

    0下载:
  2. FancyCoder提出了一个叫做“反向第K个问题”的问题。描述也很简单:给定一个数组包含N个整数A [1],A [2],...,A [n]和一些查询的数组,每次查询要求找出符合第K大的数是X的连续子序列的数目。 第一行包含一个整数T(1 <= T <= 5),表示测试用例数。 对于每个测试用例:第一行包含两个整数N和Q(1 <= N <= 2,000,1 <= Q <= 2,000,000),表示阵列中有N个整数,Q次查询。 第二行包含1和N之间的N个
  3. 所属分类:数据结构

  1. 最短路径

    0下载:
  2. 根据旧金山路网设计的最短路径算法,可计算任意两个端点间的最短路径(The shortest path between any two endpoints can be calculated according to the shortest path algorithm designed by the old Jin Shan Road Network)
  3. 所属分类:数据结构

    • 发布日期:2017-12-19
    • 文件大小:1.41mb
    • 提供者:zjg11
« 1 2 ... .45 .46 .47 .48 .49 2550.51 .52 .53 .54 .55 ... 2673 »
搜珍网 www.dssz.com