搜索资源列表
2
- 校园导游咨询 [问题描述] 设计一个校园导游程序,为来访的客人提供各种信息查询服务。 [基本要求] (1)设计你的学校的校园平面图,所含景点不少于10个。以图中顶点表示校内各景点,存放景点名称、代号、简介等信息;以边表示路径,存放路径长度等相关信息。 (2)为来访客人提供图中任意景点相关信息的查询。 (3)为来访客人提供图中任意景点的问路查询,即查询任意两个景点之间的一条最短的简单路径。 [测试数据] 由个人根据实际情况自行指定。 [实现提示]
简单的全路径全文搜索的程
- 简单的全路径全文搜索的程-simple path all the way full-text search
xiaoyuandaoyouzixunxitong
- 校园导游咨询 [问题描述] 设计一个校园导游程序,为来访的客人提供各种信息查询服务。 [基本要求] (1)设计你的学校的校园平面图,所含景点不少于10个。以图中顶点表示校内各景点,存放景点名称、代号、简介等信息;以边表示路径,存放路径长度等相关信息。 (2)为来访客人提供图中任意景点相关信息的查询。 (3)为来访客人提供图中任意景点的问路查询,即查询任意两个景点之间的一条最短的简单路径。 [测试数据] 由个人根据实际情况自行指
youxiangtu
- 已知有向图和图中两个顶点u和v,试编写算法求 有向图中从u到v的所有简单路径。
sc
- 校园导游咨询基本要求: (1)设计你的学校的校园平面图,所含景点不少于10个(食堂.教学楼。。。。等)。以图中顶点表示学校各景点,存放景点名称、代号、简介等信息;以边表示路径,存放路径长度等相关信息。(2)为来访客人提供图中任意景点的问路查询,即查询任意两个景点之间的一条最短的简单路径。 (3)为来访客人提供图中任意景点相关信息的查询。测试数据:由读者根据实际情况指定。实现提示:一般情况下,校园的道路是双向通行的,可设校园平面图是一个无向网。顶点和边均含有相关信息-campus tour gui
BaojkiaoDaShi109
- (1)以图中顶点表示学校各景点,存放景点名称、代号、简介等信息;以边表示路径,存放路径长度等相关信息。(2)为来访客人提供图中任意景点的问路查询,即查询任意两个景点之间的一条最短的简单路径。-(1) to map the vertex school sites, storage attractions names, code names, profiles and other information; Edge said the path to the storage path length r
简单的web浏览器
- 使用MFC编写的简单的浏览器 CHtmlView 类的成员函数 1.获取和设置属性(Attributes)的成员函数 (1)CString GetType( ) const; (2)long GetLeft( ) const; void SetLeft( long nNewValue ); (3)long GetTop( ) const; void SetTop( long nNewValue ); (4)long GetHeight( ) const; void SetHeight( long
101259391gmsk.仿真了GMSK的相位路径
- 仿真了GMSK的相位路径,眼图并生成bin文件,程序简单易懂,实用性强,Simulation of the GMSK phase path, the eye diagram and generate the bin file, the program easy-to-read, practical
tsp
- 旅行商问题的源代码及其说明。给出空间中给定n个点,画一条简单路径,包括所有的点,使得路径最短-Traveling Salesman Problem and its descr iption of the source code. Given space in a given n points, draw a simple path, including all the points, making the shortest path
process
- 一个简单的进程管理器,显示出系统中的所有进程和每个服务进程的完整路径。-A simple process manager, showing that the system of all the process and the integrity of the process of each service path.
filefold_dir
- 这是一个文件与目录方面的简单例子,对于目录以及文件路径等方面的操作可以参照此例,相信对初学者有所帮助。-This is a file directory context with a simple example, the directory and the file path and so the operation can refer to this case, I believe is helpful for beginners.
hu
- 算法深度优先找出从顶点u到v 的简单路径,是用c编写的 -Depth-first algorithm to find v from vertex u to a simple path is c prepared
danhang
- [问题描述] 设计一个校园导游程序,为来访的客人提供各种信息查询服务。 [基本要求] (1)设计福州大学新校区的校园平面图,所含景点不少于十个。以图中 顶点表示校内各景点,存放景点名称、代号、简介等信息;以边表 示路径,存放路径长度等信息。 (2)为来访客人提供图中任意景点相关信息的查询。 (3)为来访客人提供图中任意景点的问路查询,即查询任意两个顶点之 间的一条最短的简单路径。 -[Descr iption of the problem] to desig
samlple
- 简单路径,#include "stdafx.h" #include <iostream> #include <fstream> #include <queue> #include <stack> using namespace std struct ArcNode { int adjvex ArcNode *nextarc } typedef char VertexType
tsp
- 旅行商问题的源代码及其说明。给出空间中给定n个点,画一条简单路径,包括所有的点,使得路径最短-Traveling Salesman Problem and its descr iption of the source code. Given space in a given n points, draw a simple path, including all the points, making the shortest path
huisuo
- 利用回朔思想,是想简单路径查询程序,含注释。-The use of retrospective thought, is like a simple path query process, including the Notes.
path
- 两点之间的简单路径 数据结构课程设计,c++描述-A simple path between two points
1xiaoyuanxitong
- 【基本要求】 (1)设计你所在学校的校园平面图,所含景点不少于10个。以图中顶点表示校内各景点,存放景点名称、代号、简介等信息;以边表示路径,存放路径长度等相关信息。 (2)为来访客人提供图中任意景点相关信息的查询。 (3)为来访客人提供图中任意景点的问路查询,即查询任意两个景点之间的一个最短的简单路径。-【Basic requirements of】 (1) design in your school' s campus plan, contained less tha
VRP
- 实现简单路径规划问题,也可以说是旅行商问题,货郎担问题 -Simple path planning problem is the traveling salesman problem, traveling salesman problem
无向图两点间简单路径
- 若无向图表示高速公路网,其中顶点表示城市,边表示城市之间的高速公路。试设计一个找路程序,获取两个城市之间的所有简单路径(If an undirected graph is used to express a highway network, the vertices represent the city, and the side represents the expressway between the cities. Try to design a path finding program