CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 应用实例

搜索资源列表

  1. Hufumancode

    0下载:
  2. 数据结构中哈夫曼编码应用实例,C语言编码。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1449
    • 提供者:张敏
  1. HUFFMAN

    0下载:
  2. HUFFMAN编码在信息论中的应用实例!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:34192
    • 提供者:王毅诚
  1. list

    0下载:
  2. 本实训是有关线性表的顺序存储结构的应用,在本实训的实例程序中,通过C语言中提供的数组来存储两个已知的线性表,然后利用数组元素的下标来对线性表进行比较。通过对本实训的学习,可以理解线性表在顺序存储结构下的操作方法。 在实训中,我们设A=(a1,a2,…,an)和B=(b1,b2,…,bm)是两个线性表,其数据元素的类型是整型。若n=m,且ai=bi,则称A=B 若ai=bi,而aj<bj,则称A<B;除此以外,均称A>B。设计一比较大小的程序。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4215
    • 提供者:王阿川
  1. Matlab应用篇

    0下载:
  2. Matlab应用篇提供了大量的Matlab应用实例。配合前三篇所讲内容,巩固Matlab知识。-Matlab Application chapter provides a large number of application examples Matlab. Compatible with the three have said, the consolidation of Matlab knowledge.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:89636
    • 提供者:灵光
  1. cyclist

    0下载:
  2. 链表的基本操作,循环链表的一个应用实例,围桌问题的一个解决方法!-Chain basic operation, the recycling Chain an example, sat around the table in a solution!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:922
    • 提供者:
  1. 数据结构的C++描述

    1下载:
  2. 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-10-17
    • 文件大小:5125525
    • 提供者:gufeng20081010
  1. DragDropApp

    0下载:
  2. 树节点菜单的C#实例源码下载,在节点处应用于图像技术,参考价值大,C#制作的树控菜单源码实例,新手朋友,可不要错过哦。-Tree node menu C# example source code download at the nodes used in image technology, large reference value, the tree control menu source C# produced instance, novice friends, can not miss.
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:25444
    • 提供者:fwtca1
  1. 117143182HAFUMAN

    0下载:
  2. 哈弗曼树的应用的一个实例,希望大家支持下载使用-Application of tree哈弗曼an example I hope you will support download
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:13374
    • 提供者:yunfei
  1. dp

    0下载:
  2. 介绍动态规划 资料列举了若干应用实例,有分析以及算法实现便于学习-Information on dynamic programming, introduced a number of application examples cited, some analysts, as well as facilitate the learning algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:23308
    • 提供者:天雨
  1. 0894052229_5

    0下载:
  2. 用C++语言描述的的数据结构 邻接矩阵的应用实例-Using C++ language data structure described in application example of the adjacency matrix
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:104970
    • 提供者:chen
  1. MONKEY

    0下载:
  2. 数据结构线性表中的循环单链表的应用实例(c语言实现)-Linear list data structure linked list in a single cycle of an application example (c language)
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:916
    • 提供者:da
  1. game

    0下载:
  2. 一个基于数据结构的循环列表的小程序,是循环列表的简单应用实例-A circular list data structure based on small programs, are examples of simple circular list
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:727
    • 提供者:刘丹
  1. stack

    0下载:
  2. 栈源码,链式栈的各种操作,栈的应用实例:包括符号匹配,数制转换,表达式求值-Stack source, the various operations chain stack, the stack of the application examples include: symbol matching, number system conversion, expression evaluation
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:958930
    • 提供者:郑湾州
  1. cPP

    0下载:
  2. 数据结构算法与应用,在简要回顾了基本的C++ 程序设计概念的基础上,全面系统地介绍了队列、堆栈、树、图等基本数据结构,以及贪婪算法、分而治之算法、分枝定界算法等多种算法设计方法,为数据结构与算法的继续学习和研究奠定了一个坚实的基础。更为可贵的是,本书不仅仅介绍了理论知识,还提供了50多个应用实例及600多道练习题。-Data structures algorithms and applications, in a brief review of basic C++ programming con
  3. 所属分类:Data structs

    • 发布日期:2017-05-29
    • 文件大小:12141826
    • 提供者:lifan
  1. matalab.100

    0下载:
  2. matalab 一百个画图中的应用实例 能够解决在画图中的一些问题-an application example of the one hundred Paint matalab able to solve some of the problems in the Paint
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:22915
    • 提供者:司艳新
  1. student

    0下载:
  2. 面向对象C++中知识点多继承的一个应用实例-Object-oriented C++, an example of multiple inheritance, mainly comprising student class and its related base classes
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:851
    • 提供者:zhaodan
  1. Hamilton

    0下载:
  2. 一个寻找哈密顿回路的应用实例。幼儿园的老师要为孩子们排座次吃饭,桌子是圆形的,其中有一些孩子应为彼此间有矛盾不能坐在一起,求一种排座方案。该程序即是为解决这一问题而编写的,其中的核心功能就是寻找哈密顿回路。-Looking for a Hamiltonian circuit application examples. Kindergarten teacher for the children to eat row seating, tables are circular, some childr
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:251484
    • 提供者:
  1. Euler

    0下载:
  2. 一个欧拉回路的应用实例。一个农夫要巡视农场,要求每条路都要来回走一遍(即每条路走两遍且两遍的方向不同),求其解决方案。该问题的核心问题就是如何求欧拉回路。-Application examples of a Euler. A farmer to farm inspections required every road should go back and forth again (that is the way to go twice and twice each in a different
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:250894
    • 提供者:
  1. 8447170

    0下载:
  2. simulink应用实例,基于MATLAB6,5系列 推荐给大家的-Based on simulink application examples, MATLAB6, recommend 5 series to you
  3. 所属分类:Data structs

    • 发布日期:2017-12-20
    • 文件大小:60416
    • 提供者:rally
  1. yraosparentflagtransmite

    0下载:
  2. C语言精彩百例第71-93例 第三篇 常用算法篇 实例71 链表的建立 实例72 链表的基本操作 实例73 队列的应用 实例74 堆()
  3. 所属分类:数据结构

    • 发布日期:2018-05-01
    • 文件大小:14336
    • 提供者:Pmbenix
« 12 »
搜珍网 www.dssz.com