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

搜索资源列表

  1. chapt2

    1下载:
  2. 算法与数据结构 李春葆版第四版 课后实验题 答案 第二章 chapt 2-chapt 2
  3. 所属分类:source in ebook

    • 发布日期:2017-04-30
    • 文件大小:11253
    • 提供者:王伟
  1. chapt3

    1下载:
  2. 算法与数据结构 李春葆版第四版 课后实验题 答案 第三章 chapt 3-Algorithm and data structure lichunbao
  3. 所属分类:source in ebook

    • 发布日期:2017-04-27
    • 文件大小:9219
    • 提供者:王伟
  1. chapt4

    1下载:
  2. 算法与数据结构 李春葆版第四版 课后实验题 答案 第四章 chapt4-Algorithm and data structure lichunbao chapt 4
  3. 所属分类:source in ebook

    • 发布日期:2017-04-15
    • 文件大小:5881
    • 提供者:王伟
  1. chapt5

    1下载:
  2. 算法与数据结构 李春葆版第四版 课后实验题 答案 第五章 chapt 5-Algorithm and data structure lichunbao chapt 5
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:1354
    • 提供者:王伟
  1. chapt6

    1下载:
  2. 算法与数据结构 李春葆版第四版 课后实验题 答案 第六章 chapt 6-Algorithm and data structure lichunbao chapt 6
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:4386
    • 提供者:王伟
  1. CHAPT7

    1下载:
  2. 算法与数据结构 李春葆版第四版 课后实验题 答案 第7章 chapt 7-Algorithm and data structure lichunbao chapt 7
  3. 所属分类:source in ebook

    • 发布日期:2017-04-25
    • 文件大小:9448
    • 提供者:王伟
  1. chapt8

    1下载:
  2. 算法与数据结构 李春葆版第四版 课后实验题 答案 第八章 chapt 8-Algorithm and data structure lichunbao chapt 8
  3. 所属分类:source in ebook

    • 发布日期:2017-04-29
    • 文件大小:183780
    • 提供者:王伟
  1. chapt9

    1下载:
  2. 算法与数据结构 李春葆版第四版 课后实验题 答案 第九章 chapt 9-Algorithm and data structure lichunbao chapt 9
  3. 所属分类:source in ebook

    • 发布日期:2017-04-28
    • 文件大小:11482
    • 提供者:王伟
  1. chapt10

    2下载:
  2. 算法与数据结构 李春葆版第四版 课后实验题 答案 第十章 chapt 10-Algorithm and data structure lichunbao chapt 10
  3. 所属分类:source in ebook

    • 发布日期:2017-04-29
    • 文件大小:9110
    • 提供者:王伟
  1. chapt11

    1下载:
  2. 算法与数据结构 李春葆版第四版 课后实验题 答案 第十一章 chapt -Algorithm and data structure lichunbao chapt 11
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:3226
    • 提供者:王伟
  1. chapt12

    1下载:
  2. 算法与数据结构 李春葆版第四版 课后实验题 答案 第十一章 chapt -Algorithm and data structure lichunbao chapt 12
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:3299
    • 提供者:王伟
  1. chapt13

    1下载:
  2. 算法与数据结构 李春葆版第四版 课后实验题 答案 第十三章 chapt 13-Algorithm and data structure lichunbao chapt 13
  3. 所属分类:source in ebook

    • 发布日期:2017-04-29
    • 文件大小:13292
    • 提供者:王伟
  1. Delphi_scr

    0下载:
  2. 这是[Delphi算法与数据结构]一书所附的源码,包括了所有算法,对于使用DELPHI的朋友一定非常有帮助,里面涵盖了大多数实用算法,可以拿来就用,比如哈希、生产/消费等算法,希望能帮助大家。-This is [Delphi Algorithms and Data Structures] appended a source, including all algorithms, for use DELPHI friends will be very helpful, which covers mo
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-25
    • 文件大小:8690801
    • 提供者:wy
  1. SM4加密算法的C语言实现

    3下载:
  2. SM4为对称算法,密钥长度和分组长度均为128位。解密算法与加密算法的结构相同,只是轮密钥的使用顺序相反,解密轮密钥是加密轮密钥的逆序。 实现了ECB和CBC两种加密模式,未处理数据填充Padding,使用时数据设置为16的倍数。
  3. 所属分类:密码/编码算法

    • 发布日期:2015-09-16
    • 文件大小:4647
    • 提供者:fstwnd@126.com
  1. Find

    0下载:
  2. 一些经典查找算法的介绍与实现,介绍其数据结构可以更好地了解这些查找算法。-Find some classic introduction and implementation of the algorithm, it introduces its data structure can better understand these search algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:726138
    • 提供者:叶宋
  1. algorithem-and-data-structure

    0下载:
  2. 算法与数据结构参考程序源代码。供初学者参考使用。-algorithm and data structure source code.
  3. 所属分类:Data structs

    • 发布日期:2017-05-28
    • 文件大小:10269163
    • 提供者:张亚超
  1. DeepLearning-master

    1下载:
  2. 深度学习的概念源于人工神经网络的研究。含多隐层的多层感知器就是一种深度学习结构。深度学习通过组合低层特征形成更加抽象的高层表示属性类别或特征,以发现数据的分布式特征表示。[1] 深度学习的概念由Hinton等人于2006年提出。基于深信度网(DBN)提出非监督贪心逐层训练算法,为解决深层结构相关的优化难题带来希望,随后提出多层自动编码器深层结构。此外Lecun等人提出的卷积神经网络是第一个真正多层结构学习算法,它利用空间相对关系减少参数数目以提高训练性能。[1] 深度学习是机器
  3. 所属分类:Data Mining

    • 发布日期:2017-04-27
    • 文件大小:68051
    • 提供者:Francis
  1. Algorithm-and-data-structure

    0下载:
  2. 算法与数据结构中并查集的定义及其实现(c语言实现)-Definition and implementation of the algorithm and data structure
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:751307
    • 提供者:林筱筱
  1. suanfayushujujiegou

    0下载:
  2. 算法与数据结构基础程序,最后一个课程设计是一篇文章的词频统计-data structure
  3. 所属分类:Data structs

    • 发布日期:2017-05-24
    • 文件大小:4273546
    • 提供者:胡成威
  1. suanfayushujujiegou

    0下载:
  2. 算法与数据结构课件,某专业性大学上课所讲-Algorithms and Data Structures courseware, a professional university classes speak
  3. 所属分类:CSharp

    • 发布日期:2017-05-21
    • 文件大小:5955020
    • 提供者:
« 1 2 ... 38 39 40 41 42 4344 45 46 47 »
搜珍网 www.dssz.com