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

搜索资源列表

  1. structure

    0下载:
  2. 经典数据结构源代码,包括几种常用的数据结构和一些有创新的结构类型,拿出来与大家分享-classic source data structure, including several commonly used data structures and some innovative structural types, display to share with Members
  3. 所属分类:生物技术

    • 发布日期:2008-10-13
    • 文件大小:1485
    • 提供者:chen
  1. loadcode

    0下载:
  2. 在MATLAB中编写实现图像的不同级别小波分解算法;2选择合适的小波基;3对经典的几幅黑白和彩色图像进行DWT变换;4实现零树、基于塔式网格矢量量化、基于LBG算法、基于标量量化等小波变换编码;5得到分析比较结果。达到的目的:1综合训练学生编程的能力;2对高数、计算方法、程序设计、数据结构、算法、数字图像处理等课程的复习和运用;3可培养学生的算法设计和分析能力。-in MATLAB prepared to achieve different levels of image wavelet dec
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:34727
    • 提供者:aa
  1. C++ChangyongSuanFa

    0下载:
  2. 数据结构的比较齐全的常用算法。共学习数据结构和C++的同学们使用-data structure of a subset of commonly used algorithm. A total of learning C data structures and the use of students
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:291588
    • 提供者:史磊
  1. shuju

    0下载:
  2. 一些常用的数据结构源代码,是C语言版本的-some commonly used data structures source code, C language version of the
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:33810
    • 提供者:jl
  1. WindowsApplicationYY

    0下载:
  2. 用C#制作的扫雷游戏,利用数据结构(图的深度搜所),具备windows游戏的高级功能 -C# produced by the mine games, the use of data structures (Figure seized by the depth), with the windows of the advanced features of the game
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:12125
    • 提供者:ly
  1. c_CourseDesign_source

    0下载:
  2. C课程设计源代码。适合用来巩固、提高自己的C语言编程能力,内容包括小游戏、数值算法、管理系统、数据结构等。-C source code. Suited to consolidate and increase their ability to C language programming, including mini-games, numerical algorithm, management systems, data structures, etc.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1423561
    • 提供者:皮皮狗
  1. Huffman_for_vc

    0下载:
  2. 数据结构里比较常见到的压缩算法。希望对大家有用。-data structures more common to the compression algorithm. We hope that the right useful.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4642
    • 提供者:sun
  1. ysbd

    0下载:
  2. 数据结构:栈的应用 数据结构:栈的应用 数据结构:栈的应用-data structure : the application stack data structures : the application stack data structure : stacks of application data structures : the application stack data structure : Application Stack
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2094
    • 提供者:tylzsd
  1. jiguanli

    0下载:
  2. 数据结构:学生成绩管理设计 数据结构:学生成绩管理设计 -data structure : Student performance management design data structures : Student performance management design data structure : student performance management design data structures : Student performance management design
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2298
    • 提供者:tylzsd
  1. datastrst

    0下载:
  2. 数据结构与算法综合资料库。数据结构与算法综合资料库-data structures and algorithms integrated database. Data structures and algorithms comprehensive database
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:1667420
    • 提供者:蓝色
  1. vertex

    1下载:
  2. 数据结构里关于图的邻接矩阵的建立,用c语言描述-data structures on the adjacent map matrix established, with c Descr iption Language
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9591
    • 提供者:张学友
  1. c01

    0下载:
  2. 数据结构,算法与应用 --C++语言描述 第一章源代码-data structures, algorithms and applications -- Descr iption C language source code for the first chapter. .
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15840
    • 提供者:voostone
  1. renjiduizhanzuizhongban

    0下载:
  2. 这是人机对战 c语言版 用了好多数据结构哦 希望您能采纳-This is the man-machine players c language version of a lot of data structures, oh I hope you will accept
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2818567
    • 提供者:yayatou
  1. sjkcjg060413

    0下载:
  2. 具有多种经典的数据结构算法的程序集合,完全是经过多次测试编译调试好的,可以运行的-with a variety of classic data structures set of algorithm is completely after several tests compiler debug good, run the
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:351682
    • 提供者:pb
  1. lru-cache

    1下载:
  2. 使用LRU方法更新Cache 结合数据结构的相关知识,使用LRU的策略,对一组访问序列进行内部的Cache更新 并附实验报告-use LRU Cache update method combining data structures and the related knowledge, the use of the LRU strategy the group visited a sequence within the Cache update accompanied experimen
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:14155
    • 提供者:小米
  1. jingdiansf1983

    0下载:
  2. 经 典 的 数 据 结 构 , 算 法 -classic data structures, algorithms
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1091837
    • 提供者:海怪
  1. ShiYanBaoGao

    0下载:
  2. 数据结构中堆栈与队列的应用的练习程序,包括1.用数组的形式实现顺序栈的定义和操作 2.利用堆栈将队列中的元素逆置 3.括号匹配算法 包括调试报告和实验报告 程序源代码在实验报告当中 -stack data structures and the application of Queue practice procedures, including one. using arrays in the form of the definition of the order stack and ope
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:859587
    • 提供者:张焕人
  1. ann_1.1

    0下载:
  2. ANN is a library written in the C++ programming language to support both exact and approximate nearest neighbor searching in spaces of various dimensions.ANN is also a testbed containing programs and procedures for generating data sets, collect
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:539278
    • 提供者:工人
  1. My_Class

    0下载:
  2. 这是一些C++中常用的数据结构,由于是太久以前,代码风格有些乱,不过用VC编译器同一格式化后就OK了-C which is a commonly used data structures, because it was too long ago, some arbitrary code style, But with VC compiler the same format after the OK
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:33729
    • 提供者:许志平
  1. removeDuplicates2

    0下载:
  2. 上课的作业,是除去数组中的重复元素,利用数据结构常用算法-class operation is to remove duplication of array elements, the use of commonly used data structures Algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:975554
    • 提供者:郎斐
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com