搜索资源列表
POST
- 算法实现题2-3 邮局选址问题 « 问题描述: 在一个按照东西和南北方向划分成规整街区的城市里,n个居民点散乱地分布在不同的 街区中。用x 坐标表示东西向,用y坐标表示南北向。各居民点的位置可以由坐标(x,y)表示。 街区中任意2 点(x1,y1)和(x2,y2)之间的距离可以用数值|x1-x2|+|y1-y2|度量。 居民们希望在城市中选择建立邮局的最佳位置,使n个居民点到邮局的距离总和最小。 « 编程任务: 给定n 个居民点的位置,编程计算n
城市链表
- 城市链表的求解,通过城市查找坐标,通过坐标查找城市,以及两座城市之间的距离.-city Chain solution through urban search coordinates coordinates search through the city and the two cities in the distance.
cityspot
- TSP问题城市坐标文件,给出了42城市、48城市和51城市的坐标
邮局选址问题 实验报告
- 在一个按照东西和南北方向划分成规整街区的城市里,n个居民点散乱地分布在不同的 街区中。用x 坐标表示东西向,用y坐标表示南北向。各居民点的位置可以由坐标(x,y)表示。 街区中任意2 点(x1,y1)和(x2,y2)之间的距离可以用数值|x1-x2|+|y1-y2|度量。 居民们希望在城市中选择建立邮局的最佳位置,使n个居民点到邮局的距离总和最小
_ch201.c
- 将城市信息输入单链表,包括城市名和坐标,要求给定城市名能返回其坐标位置-City information into a single list, including the city name and coordinates of a given city were asked to return to their coordinates location
4
- 在一个按照东西和南北方向划分成规整街区的城市里,n个居民点散乱地分布在不同的街区中。用x 坐标表示东西向,用y坐标表示南北向。各居民点的位置可以由坐标(x,y)表示。街区中任意2 点(x1,y1)和(x2,y2)之间的距离可以用数值|x1-x2|+|y1-y2|度量。 居民们希望在城市中选择建立邮局的最佳位置,使n个居民点到邮局的距离总和最小。 编程任务: 给定n 个居民点的位置,编程计算n 个居民点到邮局的距离总和的最小值。 -In a direction in acco
cityList
- 城市链表 将若干城市的信息,存入一个带头结点的单链表。结点中的城市信息包括:城市名,城 市的位置坐标。要求能够利用城市名和位置坐标进行有关查找、插入、删除、更新等操作。-The city will list a number of city information, take the lead into a single linked list node. Node of city information including: a city name, city location coo
heredity
- 遗传算法 解旅行商问题 在命令行输入要读入的文件,文件主要描述旅行商问题中每个城市的坐标,本程序群体数是100,仅遗传了1000代,解20个城市时可以较大概率得到最优解,读入的文件格式见压缩包文件-Genetic Algorithm for Traveling Salesman Problem in the command-line input to read the documents, the paper s main descr iption of traveling salesman
WW_DYNAGIS_Cities
- 本源码为worldwind插件,用于在worldwind中加入动态城市模型。将文件放入plugins目录下,在插件管理器中加载即可,坐标位置可自行设置,在文件夹下ini配置文件中。-本源码为worldwind插件,用于在worldwind中加入动态城市模型。将文件放入plugins目录下,在插件管理器中加载即可,坐标位置可自行设置,在文件夹下ini配置文件中。-Worldwind source code for this plug-in, for worldwind city model. Ad
City-coordinates
- 若干城市的信息存入一个带头结点的单链表,节点中的城市信息包括城市名,城市的位置坐标。-A number of cities to take the lead in information into a single linked list node, the node information of the city including city names, city location coordinates.
tsp--yichuangsuanfa
- 程序对48个城市的TSP问题(城市坐标文件对应于48.txt)进行计算,求解路径和最优路径图如下。 48个城市结果,大的红*表示路径开始城市,途经城市依次用蓝色方块和红色*标示。 -Procedures of the 48 cities TSP problem (document coordinates corresponding to the city 48.txt) to calculate the optimal solution of the path and road map
database-of-city
- 本程序是一个城市坐标管理系统,输入城市的名称和坐标。执行本程序对城市进行添加,查找。 使用C语言实现。 -This procedure is to coordinate management system of a city, enter the name and coordinates of the city. Be added to the city, find the implementation of this program. Use the C language.
aTSPmatlabn
- matlab蚁群算法法,要使用城市坐标的版本 -For matlab ant colony algorithm method, you want to use the version of the city coordinates
world_china_shp
- 通过位置查询地理坐标经度、纬度数据,或者通过经度纬度数据,获得地图中位置以及名称,准备定位该位置!你可以方便:、城市坐标查询、经纬度查询、地理坐标查询。-You can convenient location query geographical coordinates of longitude and latitude data or map location by latitude and longitude data, as well as the name, ready to locat
the-shortest-path-problem
- 30个城市坐标给出,要游遍所有城市,所选择的的最短路径问题。-30 city coordinates given to Explore all the cities chosen the shortest path problem.
City-information
- 城市信息管理,录入城市信息,并通过输入城市名查找城市坐标、距离等信息-City information management
abc
- 模拟退火算法解决TSP问题 输入格式(城市坐标.in): 第行:1个整数N,表示城市的数量 第..N+1行:每行有个空格分开的整数x,y,第i+1行的x,y表示城市i的坐标-Simulated annealing algorithm to solve TSP Input Format (city coordinates in.): The first line: an integer N, the number of cities S .. N+1 lines: eac
matlab
- 解决tsp问题的程序,可以改动其中的城市坐标,来实现自己问题-Tsp problem solving process, which can alter the city coordinates, to achieve their own problems
地市级以上居民地res2_4m
- 全国城市地理位置点(china city position)
城市坐标
- 针对不同的需求,不但详细的记录了中国各个城市的经纬度,还将各省会城市单独分离出来并构建了邻接矩阵。此外还用记录本的方式将相同的数据记录下来,可以满足使用不同软件者需求。(According to different needs, not only the longitude and latitude of Chinese cities are recorded in detail, but also the provincial capitals are separated separately