CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - Data Structures

搜索资源列表

  1. dianlu

    1下载:
  2. 电路布线问题 【问题描述】 印刷电路板将布线区域划分为n╳n个方格阵列。在布线时,电路只能沿直线或直角布线。为避免线路相交,已布线的方格要做封锁标记。设起始位置为a,终止位置为b,求解电路布线问题。 【设计要求】 设计印刷电路板的布线模拟程序。 (1)采用栈或队列等数据结构。 (2)采用穷举法的回溯搜索,求a到b可能的布线线路。 (3)推荐采用层次优先搜索,求a到b最优的布线线路。 -Circuit wiring problem [Problem Descr ip
  3. 所属分类:assembly language

    • 发布日期:2016-05-25
    • 文件大小:37888
    • 提供者:张小红
  1. shujujiegou

    0下载:
  2. 软件学院数据结构实验 欧洲旅行 两个实验-Experimental Software Engineering Data Structures travel to Europe
  3. 所属分类:source in ebook

    • 发布日期:2017-05-13
    • 文件大小:3091401
    • 提供者:孙宗哲
  1. build-empty-linear-form

    0下载:
  2. 数据结构空线性表的建立,并附上基本功能:初始化、插入、删除(严格)-Build data structures empty linear form, attach basic functions: initialization, insert, delete (strict)
  3. 所属分类:source in ebook

    • 发布日期:2017-04-07
    • 文件大小:23409
    • 提供者:chenshuoli
  1. LDrar

    0下载:
  2. 数据结构 C语言 编辑距离 相似度 最长公子串 -C language data structures son longest string edit distance similarity
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:1350
    • 提供者:王八蛋
  1. DELPHI3CHENG

    0下载:
  2. 很好用的DELPHI三层数据结构演示,详细描述,很有示范作用。-DELPHI three data structures demo
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-06
    • 文件大小:1122116
    • 提供者:mzsyl
  1. Segmented-paged-memory-management

    0下载:
  2. 这个C程序用来模拟操作系统的段页式存储管理,采用链表、队列等数据结构来模拟。-This C program to simulate the operating system segment page memory management, the use of linked lists, queues and other data structures to simulate.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-24
    • 文件大小:260644
    • 提供者:点点
  1. C

    0下载:
  2. 前三章是数据结构基础知识、常用的查找排序算法,常用的算法思想等。后面的主要是一些数学趣题、数值计算题、算法设计及面试题等-The first three chapters are the basics of data structures, to find common sorting algorithm, commonly used algorithm ideas. Mainly some math behind interesting questions, numerical questio
  3. 所属分类:source in ebook

    • 发布日期:2017-05-08
    • 文件大小:1942372
    • 提供者:juan
  1. yuesefuhuan

    0下载:
  2. 基于C语言数据结构编写的约瑟夫环,内含说明文档-Josephus written based on the C language data structures, containing documentation
  3. 所属分类:assembly language

    • 发布日期:2017-04-23
    • 文件大小:50610
    • 提供者:周思彤
  1. 20140405

    0下载:
  2. Julian Bucknall[巴克纳尔(美)] 所著的《Delphi 算法与数据结构》就是不可多得的一本!算法与数据结构源码。-Algorithms and Data Structures source
  3. 所属分类:source in ebook

    • 发布日期:2017-04-24
    • 文件大小:142128
    • 提供者:yeyunfeng
  1. monilei

    0下载:
  2. 易语言MDI模拟类模块源码例程程序结合易语言数据结构支持库和扩展功能支持库,调用API函数模拟实现MDI窗口功能。 点评:易语言MDI模拟类模块源码没有使用MDI技术,完全是普通的窗口操作。-MDI easy language class module simulation program source code routines with easy language data structures to support libraries and extensions suppor
  3. 所属分类:ELanguage

    • 发布日期:2017-04-16
    • 文件大小:192623
    • 提供者:文明
  1. 040090518

    0下载:
  2. data structures assginments
  3. 所属分类:Compiler program

    • 发布日期:2017-05-07
    • 文件大小:1199086
    • 提供者:maks
  1. classical-algorithms

    0下载:
  2. 许多经典算法问题的源代码,包括数据结构,分治,回溯,动态规划,图论,贪心等等,包括了C,C++和Java代码,已分成文件夹整理好.-Many classical algorithms of the source code, including data structures, divide and conquer, backtracking, dynamic programming, graph theory, greed, etc., including C, C++ and Java cod
  3. 所属分类:source in ebook

    • 发布日期:2017-04-17
    • 文件大小:101713
    • 提供者:AIr
  1. Discrete-Event-Simulation

    0下载:
  2. 哈工大数据结构大作业——离散事件模拟,同时也是清华数据结构课后习题。-HIT data structure operations- discrete event simulation, but also after-school exercise Tsinghua data structures.
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:1810
    • 提供者:
  1. EZDSL200

    0下载:
  2. 栈、队列、列表、二叉树等数据结构,还不错-Easy classical data structures for Delphi 1-2 The EZDSL units provide an OOP interface for classical data structures for Delphi: stacks, queues, lists, binary trees and so forth. For programmers migrating from BP7 a TCollection
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:80043
    • 提供者:秦永久
  1. CStruct

    0下载:
  2. 易语言自定义的数据结构,学习的最佳选择。-Easy Language custom data structures, learning the best choice.
  3. 所属分类:ELanguage

    • 发布日期:2017-04-14
    • 文件大小:3795
    • 提供者:adladl
  1. Datastructures

    0下载:
  2. About Data Structures
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-26
    • 文件大小:7921
    • 提供者:beginner
  1. polynomial

    0下载:
  2. 实现多项式的加减等算法,用VC++实现,为邻接链表的应用,比较基础的数据结构。-Polynomial subtraction algorithms, with VC++ achieve, as a contiguous list of applications, the basis of comparison of data structures.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-27
    • 文件大小:13657
    • 提供者:宋泽良
  1. code-for-a-book

    0下载:
  2. 《C++数据结构原理与经典问题求解》,- C++ data structures with the classic problem solving principles
  3. 所属分类:书籍源码

    • 发布日期:2023-07-14
    • 文件大小:26735
    • 提供者:Noname
  1. daohang

    0下载:
  2. 简易的校园导航系统,数据结构课程设计,主要用到图论的知识。-Easy campus navigation system, data structures course design, the main use of graph theory knowledge.
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:4429
    • 提供者:夏浩杰
  1. ConsoleApplication1

    0下载:
  2. 基于牛顿迭代法的多项式求根程序,使用的数据结构是链表-Newton iterative method based on polynomial root-finding programs, data structures using a linked list
  3. 所属分类:MPI

    • 发布日期:2017-05-13
    • 文件大小:3057868
    • 提供者:ddr
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com