CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 算法 数据结构

搜索资源列表

  1. zuiduanlujing

    0下载:
  2. 数据结构用Dijkstra算法和Floyd算法求最短路径问题,包括头文件和主文件-The data structure for the shortest path using Dijkstra algorithm and Floyd algorithm, including the header files and the master file
  3. 所属分类:Document

    • 发布日期:2017-04-15
    • 文件大小:7525
    • 提供者:xiaoming
  1. java

    0下载:
  2. 面试时经常会见到的面试题,包括基础的java面试题,数据结构,算法,计算机基础,sql等,很全面,面试时基本上上面都有 -Often to see the face interview questions, based on java interview questions, data structures, algorithms, computer basic, sql and other, very comprehensive, basically above all interview
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:27150
    • 提供者:程琛
  1. java-question

    0下载:
  2. 文档是java的面试题,有数据结构,计算机基础,sql,算法等。-The document is a java interview questions, data structures, computer basis, sql, algorithms.
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:27159
    • 提供者:程琛
  1. review_2010

    0下载:
  2. 数据结构复习:考核重点 基本概念与基础知识 基本算法及其运用 难度不大,但要求基础扎实 算法设计的关键是对于基本算法的理解和灵活使用-Review of data structures: the assessment focus on the basic concepts and basic knowledge of the basic algorithm and its use is not difficult, but requires solid foundation of
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:58293
    • 提供者:Crystal
  1. SORT

    0下载:
  2. 各种常见的数据结构中的排序算法,对排序学习者有很大的帮助-Sorting algorithm in a variety of common data structures, a great help to sort learners
  3. 所属分类:File Formats

    • 发布日期:2017-04-13
    • 文件大小:1845
    • 提供者:诸葛弩
  1. migonglaoshu

    0下载:
  2. 数据结构,迷宫老鼠问题求解 迷宫是一个矩形区域,它有一个入口和一个出口。在迷宫的内部包含不能穿越的墙或障碍。迷宫的入口在左上角,出口在右下角。假定用n*m的矩阵来描述迷宫,位置(1,1)表示入口,(n,m)表示出口,n和m分别代表迷宫的行数和列数。迷宫中的每个位置都可用其行号和列号来指定。在矩阵中,当且仅当在位置(i,j)处有一个障碍时其值为1,否则其值为零。(即0表示能通过,1 表示不能通过。)现假设老鼠从左上角[1,1]进入迷宫,编写算法,寻求一条从右下角[m,n] 出去的路径。 迷
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:1726
    • 提供者:翁雪花
  1. Data-structure

    0下载:
  2. 高一凡原版数据结构书籍,内含大量算法,对于初学者有很强的指导作用-High and one where the original data structure containing a large number of books, algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-11-22
    • 文件大小:2803814
    • 提供者:justin
  1. data-structures-and-algorithms

    0下载:
  2. 数据结构与算法强化训练,近百页,课程学习的基本资料-Basic information of the data structures and algorithms, nearly a hundred pages of the intensive training course
  3. 所属分类:software engineering

    • 发布日期:2017-11-15
    • 文件大小:717370
    • 提供者:youn nie
  1. a-good-ppt-for-acm

    0下载:
  2. 非常好的ACM讲解课件!ACM课件!!Acm竞赛常用算法与数据结构-a goog ppt for acm!!!
  3. 所属分类:software engineering

    • 发布日期:2017-11-06
    • 文件大小:194898
    • 提供者:韩文方
  1. 北京大学c语言学习大全

    0下载:
  2. c语言概述 程序的灵魂—算法 数据类型、运算符与表达式 最简单的C程序设计—顺序程序设计 分支结构程序 循环控制 数组 函数 预处理命令 指针 结构体与共用体 位运算 文件
  3. 所属分类:咨询培训

    • 发布日期:2012-11-30
    • 文件大小:4137297
    • 提供者:fishyimo
  1. shujujiegou

    0下载:
  2. 数据结构:数据结构于算法实验是计算机类本科学生计算机软件知识重要的实验环节,它将使学生从实践上学会用高级语言程序设计、实现复杂的数据结构,为大型软件设计奠定基础。本实验以某种线性表的创建与访问算法设计作为实验内容,举一反三,全面、深刻掌握线性结构的实现方法,培养解决问题的能力。-English Version
  3. 所属分类:software engineering

    • 发布日期:2017-12-03
    • 文件大小:1374065
    • 提供者:夙冰儿
  1. sheach

    0下载:
  2. 数据结构关于查找的算法、其中是以PPS的形式来呈现的、这一部分也是属于数据结构讲稿中-Data structure search algorithm, which is presented in the form of the PPS, this part is also the part of the data structure speech
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:81951
    • 提供者:wangjin
  1. operating-system-jobs---lab-report

    0下载:
  2. 自定义进程相关的数据结构; 利用MFC类库中的栈(queue),链表(list),向量(vector)等模板模拟进程控制块队列、进程控制块优先级队列、统计信息链表及其指令集合; 利用MSDN和MFC API编程实现常见的进程控制和调度策略(先来先服务算法、时间片轮转算法、最高优先权优先调度算法、最短进程优先调度算法); 测试以上进程调度策略的周转时间、带权周转时间、平均周转时间和平均带权周转时间,并定性评价它们的性能。-Custom process-related data stru
  3. 所属分类:Software Testing

    • 发布日期:2017-11-12
    • 文件大小:437699
    • 提供者:孙萧萧
  1. suojujiegouppt

    0下载:
  2. 数据结构ppt(c语言版)含有算法的详细介绍,图形描述。-Data structure ppt (c language version) contain a detailed descr iption of the algorithm, the graphical descr iption.
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:2707744
    • 提供者:
  1. yinhangjiasuanfa

    0下载:
  2. 银行家算法,解决死锁的问题!在避免死锁方法中允许进程动态地申请资源,但系 银行家算法 统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构。-The banker algorithm, solve the deadlock problem! Avoid deadlock method allows the dynamic process to apply resources, but the
  3. 所属分类:Project Manage

    • 发布日期:2017-11-17
    • 文件大小:382174
    • 提供者:于锴
  1. HW2EC

    0下载:
  2. 算法 本篇文章详细阐述了自适应堆的定义,生成,运算等结构,对程序数据结构优化有很大的帮助-Adaptive heap definition algorithm elaborated in this article, great help generate computing structure, program data structure optimization
  3. 所属分类:软件工程

    • 发布日期:2017-11-29
    • 文件大小:2319360
    • 提供者:Tang
  1. shujujiegou

    0下载:
  2. java 的数据结构算法实现,面试常考提哦。收藏哦-java data structure algorithms, the interview often test mention Oh. Favorite oh
  3. 所属分类:Project Manage

    • 发布日期:2017-11-23
    • 文件大小:157877
    • 提供者:小陈
  1. Sort-Alogorithm

    0下载:
  2. 数据结构排序算法,代码可单独运行,学习。-Algorithe sort
  3. 所属分类:software engineering

    • 发布日期:2017-12-05
    • 文件大小:119296
    • 提供者:songmi
  1. Data-Structure-a-Algorithm-Analysis

    0下载:
  2. 西安交通大学数据结构与算法分析的PPT。包括算法分析方法,各种数据结构如树、图等,及索引。-failed to translate
  3. 所属分类:software engineering

    • 发布日期:2017-11-09
    • 文件大小:1586520
    • 提供者:王雅君
  1. yinhangjiasuanfa

    0下载:
  2. 数据结构中的银行家算法代码实现 实现银行家算法的计算-failed to translate
  3. 所属分类:Software Testing

    • 发布日期:2017-11-26
    • 文件大小:896285
    • 提供者:小李
« 1 2 3 4 5 6 78 9 10 11 »
搜珍网 www.dssz.com