CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - depth first

搜索资源列表

  1. asdfasxa32

    1下载:
  2. 掌握图的邻接矩阵的存储结构;实现图的两种遍历:深度优先遍历和广度优先遍历。-master plan adjacency matrix storage structure; Implementation plans of the two traverse : depth-first traversal and breadth traversal priority.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:19.04kb
    • 提供者:pmz
  1. Ada95_C++research

    0下载:
  2. 本文主要研究Ada95与C++两种面向对象语言之间类层次上的绑定生成方法。首 先简要描述了Ada95与C++面向对象机制的异同以及Ada95标准中与其它语言的接 口机制,在此基础上给出了Ada95到C++类的绑定生成方法,设计出绑定生成工具 原型;对通用目标代码文件格式和内部链接名信息的提取进行详细讨论,并给予实 现;对C++模板的绑定生成进行了较深入地分析,提出模板绑定生成的解决方案并 进行了实例验证。所采取的研究方法及所得结果同样适用于其它语言间的绑定生成。-This paper studi
  3. 所属分类:软件工程

  1. both-agent-and-VC++

    0下载:
  2. 本文首先深入分析了对象和agent之间的主要区别,进而指出要从这些区别着手,并在agent体系结构、agent实现机制、agent程序设计语言定义等方面进行研究,来对标准的面向对象程序设计模型进行面向agent的扩展以方便软件agent的构造。 作为软件agent的理论基础研究部分,本文通过对著名的BDI agent模型进行改进而给出了一个便于面向对象技术实现的、能够体现agent本质特性的agent体系结构-this first in-depth analysis of the object
  3. 所属分类:软件工程

  1. Goedel

    1下载:
  2. Goedel语言是一种说明性逻辑程序设计语言。该语言基于一阶逻辑,引入了一个多态多类的类型系统和多种新的语言成分,支持抽象数据类型和模块化程序设计等技术,语言本身也具有很强的说明性语义。详细介绍了Goedel语言的类型系统及其构造,对在逻辑程序设计语言中引入类型系统的作用进行了一些深入的分析和讨论。[-Goedel descr iptive language is a logic programming language. Based on the language of the first o
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:288.3kb
    • 提供者:gun
  1. 123

    0下载:
  2. 图的遍历,广度优先与深度优先两种程序源代码-Graph traversal, breadth-first and depth-first source code in two
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:16.08kb
    • 提供者:Icefire
  1. graph

    0下载:
  2. 用邻接矩阵法建一无向连通图(顶点信息为字符),分别用dfs(深度优先搜索)和bfs(广度优先搜索)遍历,输出图中顶点信息并验证。-Adjacency matrix to build an undirected connected graph (vertex information for characters), respectively dfs (depth-first search), and bfs (breadth-first search) traversal, the output
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:3.96kb
    • 提供者:fanfausun
  1. SPCA556G_JAVA

    0下载:
  2. 介绍了Java编程语言的J2ME平台向凌阳SPCA556G平台的移植.在设计过程中首先 对开发平台,GPS的定位原理,NMEA0183协议进行了了解.然后深入的分析了J2ME平台的结构。根据KVM和MIDP的各自特性分别进行移植,最终实现J2ME的移植要求.-Introduced the Java programming language of the J2ME platform to platform, porting Sunplus SPCA556G. In the design pro
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:284.15kb
    • 提供者:谢崇省
  1. 1

    0下载:
  2. 给定一个有向图,实现图的深度优先, 广度优先遍历算法,拓扑有序序列,并输出相关结果。 功能要求:输入图的基本信息,并建立图存储结构(有相应提示),输出遍历序列,然后进行拓扑排序,并测试该图是否为有向无环图,并输出拓扑序列-Given a directed graph, realize the depth chart first, breadth-first traversal algorithm, topology and orderly sequence, and outputs the
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:2.12kb
    • 提供者:朱慧明
  1. asssss

    0下载:
  2. 本文在深入了解透射式血氧饱和度测定原理及其方法之后,首先明确用近 红外光谱法测定组织血氧饱和度时,无论是透射式检测手段还是反射式检测, 其依据的基本原理都是Lambert-Beer定律和组织中各成分对应不同波长光的 吸收系数的差异。在对检测到的完全反应血液中氧合血红蛋白和脱氧血红蛋白 含量变化的脉动分量的处理上,由于透射检测中的处理方法用于反射时灵敏度 降低,论文中提出了一种新的能更灵敏反应血氧变化的参量作为确定血氧饱和 度的依据。-This in-depth under
  3. 所属分类:Project Design

    • 发布日期:2017-05-10
    • 文件大小:2.26mb
    • 提供者:zhaoshihai
  1. branchandbound

    0下载:
  2. The basis of branch and bound algorithms is a ranking function. The ranking function assigns a value to each node in the graph. At each step, a branch and bound algorithm uses the ranking function to decide which node to expand next. In contrast, the
  3. 所属分类:software engineering

    • 发布日期:2017-03-25
    • 文件大小:8.35kb
    • 提供者:sathiyaraj124
  1. csapp

    0下载:
  2. 深入理解计算机系统例子的头文件,及部分功能函数的实现-In-depth understanding of the first examples of computer system files, and some of the performance function to achieve
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:6.73kb
    • 提供者:lei mao
  1. ComputerVisionModernApproach

    0下载:
  2. The accessible presentation of this book gives both a general view of the entire computer vision enterprise and also offers sufficient detail to be able to build useful applications. Users learn techniques that have proven to be useful by first-hand
  3. 所属分类:software engineering

    • 发布日期:2017-11-27
    • 文件大小:48.23mb
    • 提供者:wwlian
  1. erchashu-

    0下载:
  2. C语言实现二叉树的创建 及先序、后序、层序遍历,输出树的深度,每一层节点个数,叶子总数-Creation and the first sequence of binary tree in C language, the order of the sequence traversal, output the depth of the tree, each layer the number of nodes, leaves the total number of
  3. 所属分类:software engineering

    • 发布日期:2017-04-23
    • 文件大小:17.24kb
    • 提供者:陈天
  1. Silverlight-4-in-Action

    0下载:
  2. The overall goal of this book is to inform and educate you about the exciting and powerful Silverlight 4 platform. Think of it as a guided tour through the Silverlight 4 plugin, runtime libraries, and SDK. After you’ve read this book, you should
  3. 所属分类:software engineering

    • 发布日期:2017-11-03
    • 文件大小:7.65mb
    • 提供者:danhnh
  1. CPP99error

    0下载:
  2. 《C++ 99个常见错误》本书是C++大师Stephen C. Dewhurst在多年教授C++课程中所遇到的常见错误的心得笔记上编写而成的。本书所有章节都从一个众所周知的、在日常编码或设计实践经常遭遇的问题入手,先指出其不足,再对其背后思想中存在的合理与不合理之处深入剖析,最后取其精华弃其糟粕,给出一个简洁、通用、美轮美奂的方案,指出有关如何规避或纠正它们的建议,从而有助于C++软件工程师避免重蹈他们前辈的覆辙。-" C++ 99 Common Errors" This bo
  3. 所属分类:software engineering

    • 发布日期:2017-11-18
    • 文件大小:4.52mb
    • 提供者:hxc
  1. sjms

    0下载:
  2. 深入浅出设计模式(中文版),对设计模式的深入讲解-Head First Design Patterns (Chinese version), to explain the depth of the design patterns
  3. 所属分类:software engineering

    • 发布日期:2017-12-09
    • 文件大小:793.28kb
    • 提供者:xzz
  1. Binary-Tree

    0下载:
  2. 对二叉树进行操作,包括二叉树的创建和对二叉树进行深度和广度优先遍历-Operations, including the creation of a binary tree, and the depth and breadth-first traversal of a binary tree on binary tree
  3. 所属分类:software engineering

    • 发布日期:2017-11-25
    • 文件大小:1.72kb
    • 提供者:莫失
  1. sphere-decoding-algorithm

    0下载:
  2. 球形解码( Sphere Decoder,SD) 算法能以较低的复杂度实现多输入多输出( Multiple Input Multiple Output,MIMO) 系统的最优检测,是当前受到普遍关注的 MIMO 检测算法。对当前球形解码 的 主 要 研究 成 果 进行 综 述,根 据 搜索策略进行分类,重点分析基于深度优先策略的 VB、CL 和基于宽度优先策略的 K-Best、FSD 算法,并且讨论了几种初始半径的选择方法,最后在准静态平坦瑞利衰落环境下对上述算法进行了性能仿真比较-Sphere
  3. 所属分类:Software Testing

    • 发布日期:2017-05-01
    • 文件大小:912.2kb
    • 提供者:杨佳琳
  1. shiyan

    0下载:
  2. 实现图的基本操作,实现广度优先遍历和深度优先遍历 。-Realize the basic operation of figure, the realization of breadth-first traversal and depth-first traversal.
  3. 所属分类:software engineering

    • 发布日期:2017-04-27
    • 文件大小:208.38kb
    • 提供者:老毕
  1. Eight-digital

    0下载:
  2. 这个程序是对八数码的各种算法的实现,包括宽度优先算法,深度优先算法,AStar算法,经过调试,可以直接使用。-This program is for eight digital implementation of various algorithms, including breadth-first algorithm, depth first algorithm, AStar algorithm, after debugging, can be used directly.
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:20.38kb
    • 提供者:lizhiying
« 12 »
搜珍网 www.dssz.com