资源列表
[文档资料] dijkstra
说明: Dijkstra算法的基本思路是:假设每个点都有一对标号 (dj, pj),其中dj是从起源点s到点j的最短路径的长度 (从顶点到其本身的最短路径是零路(没有弧的路),其长度等于零);pj则是从s到j的最短路径中j点的前一点。求解从起源点s-Dijkstra algorithm is the basic idea: the assumption that each point has a pair of numbers (dj, pj), which is a dj point s from<文> 在 2025-11-14 上传 | 大小:49kb | 下载:0
[文档资料] depthfirstsearch
说明: 深度优先搜索所遵循的搜索策略是尽可能“深”地搜索图。在深度优先搜索中,对于最新发现的结点,如果它还有以此为起点而未搜过的边,就沿着边继续搜索下 去。当结点v的所有边都已被探寻过,搜索将回溯到发现结点v有那条边的始结点。这一过程一直进行到已发现从源结点可达的所有结点为止。如果还存在未被发现 的结点,则选择其中一个作为源结点并重复以上过程,整个过程反复进行直到所有结点都被发现为止-Followed by depth-first search strategy is to search "<文> 在 2025-11-14 上传 | 大小:12kb | 下载:0
[文档资料] pagination
说明:本文档介绍了当前几大主流数据库实现数据查询分页的方法和实例,包括Oracle、DB2、Sybase、SQL Server、MySQL、PostgreSQL等。-This document describes several of the current mainstream database query data paging methods and examples, including Oracle, DB2, Sybase, SQL Server, MySQL, PostgreSQL an<kangmoren> 在 2025-11-14 上传 | 大小:9kb | 下载:0
[软件工程] uml
说明:在关联建模中,存在一些情况下,你需要包括其它类,因为它包含了关于关联的有价值的信息。对于这种情况,你会使用 关联类 来绑定你的基本关联。关联类和一般类一样表示。不同的是,主类和关联类之间用一条相交的点线连接。图 11 显示一个航空工业实例的关联类-Modeling in the association, the existence of some cases, you need to include other categories, because it contains valuable o<asdf> 在 2025-11-14 上传 | 大小:275kb | 下载:0
[软件工程] designerReview
说明:软件设计师复习资料,重点汇总,知识点讲解之后有相应案例。-Software Architect Review information, focusing on aggregate, after knowledge of the corresponding point on the case.<zlj> 在 2025-11-14 上传 | 大小:868kb | 下载:0
[软件工程] dataStructure
说明:数据结构500题,专门针对软件设计师和软件评测师考试的强化训练500题-Title data structure 500, specifically for software designers and software testing training division of the 500 test questions<zlj> 在 2025-11-14 上传 | 大小:479kb | 下载:0
[软件工程] PrimeNumber
说明:prime number to detection with labview only for numbers that greater than 9<arash> 在 2025-11-14 上传 | 大小:24kb | 下载:0