搜索资源列表
101259391gmsk.仿真了GMSK的相位路径
- 仿真了GMSK的相位路径,眼图并生成bin文件,程序简单易懂,实用性强,Simulation of the GMSK phase path, the eye diagram and generate the bin file, the program easy-to-read, practical
xiaoyuandaoyouzixun
- 一个简单的校园导游咨询,利用图存储景点信息,求出最短路径以及长度。-A simple consultation campus tour guides, the use of map information storage sites, find the shortest path, and length.
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
mouse
- 一个简单的迷宫程序,需要输入矩阵,1代表墙,0代表通路,输出走出迷宫的路径-A simple maze procedure, need to enter the matrix, 1 representative of the wall, 0 on behalf of access, the output of the path out of the maze
MSR
- 一个简单的求解最短路径的程序,从数据库中读取地图信息,使用Dijkstra algorithm算出两点之间经历的最短路线,并在地图上显示出来。还可以进行动画演示。-A simple procedure for solving the shortest path, read from the database map information, use the Dijkstra algorithm to calculate the shortest between two points throug
finance
- 简单的财务管理系统 在Windows系统的管理工具中,选择Internet信息服务,进入web页面管理界面。设置默 认web站点的路径为本目录的绝对路径。 确保您的机器上安装了SQL Server2000或以上的版本,建立一个新的数据库finance,利用 查询分析器和finance.sql建立数据库。(database文件夹内为备份数据库,可直接还原。) 更新conn.asp和userconn.inc文件,将文件中的Server的名
huisuo
- 利用回朔思想,是想简单路径查询程序,含注释。-The use of retrospective thought, is like a simple path query process, including the Notes.
shortestPath
- 这段代码并非原创,是依照蒋波涛那本《插件式GIS应用框架的设计与实现》中的例子代码实现的,并加入了用户界面,稍作了完善。(我知道蒋兄也经常在此论坛出没的,这段代码有哪里还需要改善或做得不对的地方,还望蒋兄海涵和多提宝贵意见!:)) 其中线的模型只考虑了最简单的情况:即用户模型中的一短路径即一条polyline,而组成一条polyline的segmentcollection也包涵一条line。程序执行的顺序即按界面按钮的顺序自上而下执行:打开mxd文档->初始化->构建拓扑网络
QQ_denglu
- 输入QQ号和QQ密码,还有QQ登陆路径,实现简单的登陆功能.-QQ number and password input QQ, as well as QQ landing path, to achieve a simple sign-on capabilities.
gist
- 交互式建立简单的交通网络模型,可以算出两点间的最短路径,并且可将数据保存到txt文件中,再读取显示。-Interactive create a simple traffic network model, you can calculate the shortest path between two points, and the data can be saved to the txt file, and then read the display.
path
- 两点之间的简单路径 数据结构课程设计,c++描述-A simple path between two points
VRP
- 实现简单路径规划问题,也可以说是旅行商问题,货郎担问题 -Simple path planning problem is the traveling salesman problem, traveling salesman problem
s6
- 数据结构 在图G中求一条从顶点i到顶点s 的简单路径。 实验目的: 1、掌握图的各种存储结构,尤其熟练掌握邻接矩阵和邻接表存储结构; 2、熟练掌握图的深度优先遍历和广度优先遍历算法; 3、在遍历算法的基础上设计其他应用算法。 -Data structures and seek a graph G from vertex i to vertex s simple path. Experiment: a master chart of the various storage
Campus-tour-guide
- 本演示程序中,设校园的平面图是一个无向网,顶点和边均含有相关信息,以图中顶点表示校内各景点,存放景点名称、代号、简介等信息;以边表示路径,存放路径长度等相关信息,为来访客人提供图中任意景点的相关信息查询,任意景点的问路查询,即查询任意两个景点之间的一条最短的简单路径。 -This demo program, set up campus plan is an undirected network, vertices and edges contain relevant information, i
youxiangtu
- (1)键盘输入数据,建立一个有向图的邻接表,并输出该邻接表。 (2)采用邻接表存储实现有向图的深度优先遍历。 (3)试写一算法,判断以邻接表方式存储的有向图中是否存在由顶点Vi到顶点Vj的路径(i<>j)。 (4)已有邻接表表示的有向图,请编程判断从第u顶点至第v顶点是否有简单路径,若有则印出该路径上的顶点。 (5)在主函数中设计一个简单的菜单,分别调试上述算法。 -(1) keyboard input data, the establishment of a d
Allpath
- 问题描述 若用无向图表示高速公路网,其中顶点表示城市,边表示城市之间的高速公路。试设计一个找路程序,获取两个城市之间的所有简单路径。 基本要求 (1) 输入参数:结点总数,结点的城市编号(4位长的数字,例如电话区号,长沙是0731),连接城市的高速公路(用高速公路连接的两个城市编号标记)。 (2) 输入 要求取所有简单路径的两个城市编号。 (3) 将所有路径(有城市编号组成)输出到用户指定的文件中。 -Problem descr iptionIf use undir
路
- 一个简单交通咨询管理系统的设计,综合运用数据结构编程技术和Dijkstra算法和Floyd算法,设计建立一个交通咨询系统,实现解决一个简单的淮南省区县之间最短路径问题,求在淮南的一个区县到所有区县的最短路径,及任意的两个城市之间的最短路径。(A simple traffic consulting management system design, the integrated use of data structure, programming technology and the Dijkst
账号密码管理
- 这是一个使用易语言编写的简单实用的密码记录程序。其目的是为了方便用户对各个地方使用的密码进行记录,以防更新后忘记。 程序基于Microsoft Office Access数据库进行密码记录和读取。绝无任何后门或者病毒。 数据库保存在程序运行路径目录下。如检测到运行目录下没有对应的数据库文件,则自动新建空数据库文件。 基于安全考虑,加入了一键初始化数据库功能,初始化后数据库内容将全部清空。防止密码在特殊情况下的泄露问题(This is a simple and practical pas
无向图两点间简单路径
- 若无向图表示高速公路网,其中顶点表示城市,边表示城市之间的高速公路。试设计一个找路程序,获取两个城市之间的所有简单路径(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
ass_4_2
- 自动求出最短路径的算法,并能够展现最短路径之一的打印工序以及变换过程的展示 代码结构简单读者请自行领悟,欢迎对不足的修正指导(Automatically find the shortest path algorithm, and be able to show one of the shortest path of the print process and display transformation process Please understand the code reader ha