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

搜索资源列表

  1. 1.rar

    0下载:
  2. 一些数据结构算法的例子,包括哈夫曼编码、图的表示、关键路径、最短路径等
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:8597
    • 提供者:
  1. 编译原理及实践

    1下载:
  2. 目      录 译者序 前言 第1章   概论 1 1.1   为什么要用编译器 2 1.2   与编译器相关的程序 3 1.3   翻译步骤 5 1.4   编译器中的主要数据结构 8 1.5   编译器结构中的其他问题 10 1.6 &
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-04-25
    • 文件大小:7612048
    • 提供者:wesong
  1. maze dfs

    0下载:
  2. dfs 深度优先搜索!这是走迷宫的基本算法。用广义表建立迷宫,用邻接表建立图,用dfs搜索,许多大学的数据结构作业-dfs depth-first search! Maze This is the basic algorithm. Generalized Table established maze, with the establishment of the adjacent table map, with dfs search, the University of many data str
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1339
    • 提供者:笨熊
  1. zhou_end2

    0下载:
  2. 我的数据结构课程设计,卡诺图化简。在算法上摸索了很久,第一次去交的时候因为老师的几个刁钻的数据给刷下来,至今仍心有余悸。还有一个用PASCAL写的16变量化简的,可不知道放哪去了。-my data structure curriculum design, Karnaugh map of SR. The algorithm groping for a long time, the first to go out and make the time because the teacher in s
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:6828
    • 提供者:周伟斌
  1. 南京市部分公交转车系统

    1下载:
  2. a)需求分析: 任务:建立南京主要公交线路图。 要求:输入任意两地点,给出最佳的乘车线路和转车地点。 b)概要设计: 本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。 -a) Requirements Analysis : Mandate : the establishment of the Nanjing main transit route map. Requirements : 2 importation arbitrary locations
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2683
    • 提供者:李韦纬
  1. AOE

    2下载:
  2. 采用数据结构中的AOE方法对图的关键路径进行计算,此算法摘录了课本中的算法-using the data structure to map AOE method of calculation of critical path, this algorithm extracts from the books of Algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1957
    • 提供者:吴晓辉
  1. xuehaiwuya

    0下载:
  2. 算法有关于树的遍历的,还有图的搜索等等的数据结构相关算法-algorithm on the traversal of the tree, and there are also search the data structure correlation algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1623
    • 提供者:陈煦
  1. 普里姆算法

    0下载:
  2. 利用prim算法来计算最小生成树,对于数据结构学习者有很大帮助,利用邻接矩阵来存储图-Prim algorithm used to calculate the minimum spanning tree, the data structure for the learner is very helpful to use the adjacency matrix storage plan
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:5891
    • 提供者:赵麟
  1. CG3

    0下载:
  2. 实现了图的数据结构,以及错切、旋转、拉伸移动等算法(TurboC2.0下运行,编译前修改库路径)。-achieved map data structure, and Shear, rotation, stretching movement algorithm (TurboC2.0 running, compile amending the library path).
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:34420
    • 提供者:刘源
  1. Dijkstrasolve

    0下载:
  2. 实现了图的数据结构和Dijkstra算法。例子为中关村附近的交通问题。-achieved map data structure and Dijkstra algorithm. For example Zhongguancun near the traffic problems.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8700
    • 提供者:刘源
  1. 全国交通咨询系统

    0下载:
  2. 一 题目 全国铁路交通咨询系统 二 需求分析 1.系统配制: 硬件:CPU:P4 1.6G 内存容量 256M 标准输入输出设备 软件:操作系统Windows xp 源程序调试工具VC6.0 可执行文件运行工具 DOS 5.0. 2.该系统有供用户选择的菜单和交互性。 3.建立一个全国铁路交通咨询系统,该系统具备自动查找任意两城市间铁路交通的最短路径和最少花费的功能。 三 设计概要 1.抽象数据类型 本程序运用了关于图这种数据
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:56930
    • 提供者:gang
  1. BMP位图文件程序

    0下载:
  2. 手把手教你了解BMP图形文件结构,C语言文件读写函数应用,一般数据处理方法,如果看不懂,说明我写的还不够具体,以后继续改进.-Maxivista you know BMP graphics structure of the document, document literacy C language function applications, generally data processing methods, if they did not understand that I was als
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:368014
    • 提供者:大师傅
  1. 算法补充

    0下载:
  2. 数据结构(c语言版)算法补充。从线形表到树。图-data structure (c language version) algorithm added. Alignment from tree to table. Map
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:77685
    • 提供者:郭凯良
  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. vertex

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

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

    0下载:
  2. 图的遍历 数据结构我这学期才学的 这是我们的实验啊-map data structure I traverse this semester scholarship, which is our experimental ah-huh
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:41507
    • 提供者:cool
  1. jqsjxg

    1下载:
  2. VC++开发机器视觉算法源程序(全部集成在一个pdf文档里) 利用Visual C++实现AVI文件的图像截取 Visual C++中实现对图像数据的读取显示 Visual C++实现视频图像处理技术 VC编程中如何操作数据库中的图像字段 Visual C++实现数字图像增强处理 Visual C++6.0开发灰度位图处理 VC++开发腐蚀运算源程序 VC++开发膨胀运算源程序 VC++开发细化源程序 VC++开发Hough变换的源程序 VC++
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:274401
    • 提供者:龚璇
  1. graphictu

    0下载:
  2. 数据结构中一种很重要的结构---图, 上传的文件已经包含了运行所需的所有文件,直接运行就行了,方便实用-data structure a very important structure --- map Upload a document already covered by the operation of all required documents, running directly on the line, convenient and practical
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10103
    • 提供者:郑志
  1. GONGCHEN

    0下载:
  2. C语言程序求最短路径问题,是无向图方面的. 数据结构中的图论-C language program for the shortest path problem, and there is no plan to the area. Data structure of the graph theory
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1100
    • 提供者:刘哥
  1. 学生成绩条形图统计问题

    0下载:
  2. 相关知识 C++语言数据结构STL框架二叉排序树树的遍历动态数组需求分析2.1 课题调研学生成绩即是同学们学习成果的体现,也是教学质量的反映
  3. 所属分类:其它程序

« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com