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

搜索资源列表

  1. 1neiicunguann

    1下载:
  2. 1.模拟操作系统内存管理2.内容要求:⑴ 自定义内存管理策略对应的数据结构;⑵ 随机产生一组申请与收回进程及要求分配与收收回内存的大小,实现内存分配与收回算法(能使用多种分配算法),计算内存运用率;⑶⑶ 显示出来内存分区管理的分配与收回过程。 -A simulated operating system memory management. Content requirements: the ⑴ custom memory management strategy, the data struc
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:19298
    • 提供者:
  1. Kruskal

    0下载:
  2. 克鲁斯卡尔算法,数据结构书籍上的代码,与大家分享!-Kruskal algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-04-11
    • 文件大小:1113
    • 提供者:李赵奎
  1. suanfafenxi

    0下载:
  2. 算法分析是对一个算法需要多少计算时间和存储空间作定量的分析。 算法(Algorithm)是解题的步骤,可以把算法定义成解一确定类问题的任意一种特殊的方法。在计算机科学中,算法要用计算机算法语言描述,算法代表用计算机解一类问题的精确、有效的方法。算法+数据结构=程序,求解一个给定的可计算或可解的问题,不同的人可以编写出不同的程序,来解决同一个问题,这里存在两个问题:一是与计算方法密切相关的算法问题;二是程序设计的技术问题。算法和程序之间存在密切的关系。分析算法可以预测这一算法适合在什么样的环境中有
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-30
    • 文件大小:12419386
    • 提供者:xiaomeng
  1. gwbssrari

    0下载:
  2. 这里给出的源代码huffman.zip用8种不同的方式实现了Huffman编码算法。这些代码意在演示不同Huffman算法的实现原理,比较算法执行效率的差别,但并没有针对实际应用环境的需求,做更多的空空空间或效率优化。全部代码以C++语言开发,为了更容易地实现各种数据结构,代码中大量应用了标准C++库与模板技术。——总之,这些代码的作用在于示例与演示;如果大家想把这些代码应用在实际应用中,可能还需要 -The given here source code huffman.zip eight
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:26709
    • 提供者:ywhfdl
  1. xishujvzhen

    0下载:
  2. 数据结构中的经典算法,稀疏矩矩阵在程序中常使用二维阵列表示,二维阵列的大小与使用的存储器空间成正比,如果多数的元素没有数据,则会造成存储器空间的浪费,-Classical algorithm in the data structure, sparse moment matrix two-dimensional array are often used in the program, said the size of two-dimensional array with the use of me
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:28199
    • 提供者:孙婧雅
  1. HeapSort

    0下载:
  2. 在Visual C++环境下实现算法与数据结构中堆排序,采用面向对象的思想编程实现-Heap sort algorithm and data structure in Visual C++ environment, using the idea of ​ ​ object-oriented programming to achieve
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-03
    • 文件大小:264660
    • 提供者:ba
  1. huarongdao

    0下载:
  2. 华容道算法与数据结构讲座资料,对初学者深入了解数据结构的应用很有用处。-Huarong Algorithms and Data Structures lecture, in-depth understanding of the application of the data structure useful for beginners.
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:242527
    • 提供者:wangbeng
  1. Handbook-of-Exact-String-Matching

    0下载:
  2. 字符串匹配算法,经典的数据结构练习题,典型的与KMP两种方法解决字符串匹配问题。-String matching algorithms, the data structure of the classic exercises typical KMP are two ways to solve the string matching problem.
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:340373
    • 提供者:王京石
  1. 1

    0下载:
  2. 简介   银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系 银行家算法 银行家算法 统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构。   要解释银行家算法,必须先解释操作系统安全状态和不安全状态。   安全序列是指一个进程序列{P1,…,Pn}是安全的,即对于每一个进程Pi(1≤i≤n),它以后尚需要的资源量不超过系统当前剩余
  3. 所属分类:CSharp

    • 发布日期:2017-11-25
    • 文件大小:2184
    • 提供者:zhaoyawen
  1. material

    0下载:
  2. 福大算法与数据结构题目material,包含源代码和题目pdf-Charms algorithms and data structures subject material, contains the source code and title pdf
  3. 所属分类:Data structs

    • 发布日期:2017-12-06
    • 文件大小:55507
    • 提供者:
  1. ballgame

    0下载:
  2. 福大算法与数据结构题目ballgame,包含源代码和题目pdf-Charms algorithms and data structures subject ballgame, contains the source code and title pdf
  3. 所属分类:Data structs

    • 发布日期:2017-11-10
    • 文件大小:89937
    • 提供者:
  1. skyline

    0下载:
  2. 福大算法与数据结构题目 skyline条形图,包含源代码和题目pdf-Fuda algorithms and data structures subject the skyline bar graph, contains the source code and title pdf
  3. 所属分类:Data structs

    • 发布日期:2017-12-07
    • 文件大小:65483
    • 提供者:
  1. equality

    0下载:
  2. 福大算法与数据结构题目equality,包含源代码和题目pdf-Charms algorithms and data structures subject equality, contains the source code and title pdf
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:49684
    • 提供者:
  1. Dijkstra

    0下载:
  2. 算法与数据——Dijkstra 算法与数据结构实现Dijkstra算法-Algorithms and Data Dijkstra s algorithm- Dijkstra algorithm and data structure
  3. 所属分类:Data structs

    • 发布日期:2017-11-23
    • 文件大小:163246
    • 提供者:jiliang
  1. paixvsuanfa

    0下载:
  2. 排序算法的实现与比较(数据结构课程设计题)   问题描述:编程实现快速排序算法,并利用程序统计执行时间。   实现要求:随机产生10000、50000、 100000、 200000个待排数据存入磁盘文件,从磁盘文件读入待排数据进行排序,并将排序结果写入另一个文件中。-Implementation and comparison of sorting algorithms (data structure curriculum design questions) Problem Descr
  3. 所属分类:Console

    • 发布日期:2017-11-30
    • 文件大小:1182
    • 提供者:华黄
  1. sort-hfut8

    4下载:
  2. 合肥工业大学数据结构试验八排序 包括完整的实验要求、实验预习报告、实验最终报告 实验要求: <1>采用不同实验数据来观察快速排序的实验中比较和交换元素的次数,并分析数据的规模和初始特性与比较与交换次数之间的函数关系。 <2> 完成下面功能:将一个整型数组调整为这样的数组:所有3的倍数在最左边,所有除以3余1的数在中间,而所有除以3余2的数在最右边。要求算法的时间尽可能少。 <3> 实现shell排序算法,并观察
  3. 所属分类:Data structs

    • 发布日期:2017-11-02
    • 文件大小:678061
    • 提供者:石帆
  1. my_subject

    0下载:
  2. 熟练掌握并灵活运用C语言知识点,特别是指针和结构,以及文件操作。 熟练掌握并灵活运用常见的数据结构数组,链表和树。 熟练掌握并灵活运用相关的检索与排序算法。 -Proficiency and flexibility in the use of the C language knowledge, especially pointer and structure, as well as file operations. Proficiency and flexibility in the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-17
    • 文件大小:34100
    • 提供者:PZJ
  1. che

    0下载:
  2. 国际象棋走马问题 遍历所有方格的问题 用于算法与数据结构-the question of horse step in chess area of algorithm
  3. 所属分类:GUI Develop

    • 发布日期:2017-12-02
    • 文件大小:6549
    • 提供者:弯弯豆
  1. Huffmann

    0下载:
  2. 霍夫曼编码的程序 用于算法与数据结构 可以对已知文字编码 并包含解码程序-program of encoding the huffmann tree. using this program, you can encipher any list of words as well as deciphering it
  3. 所属分类:CSharp

    • 发布日期:2017-11-09
    • 文件大小:6072
    • 提供者:弯弯豆
  1. migong

    0下载:
  2. 算法与数据结构-迷宫 在C编译环境下实现迷宫的算法-Algorithms and Data Structures- maze
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:169661
    • 提供者:jiliang
« 1 2 ... 35 36 37 38 39 4041 42 43 44 45 46 47 »
搜珍网 www.dssz.com