文件名称:countryList
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 247kb
- 下载次数:
- 0次
- 提 供 者:
- mya****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
[基本要求]
(1) 创建城市链表;
(2) 给定一个城市名,返回其位置坐标;
(3) 给定一个位置坐标P和一个距离D,返回所有与P的距离小于等于D的城市。
(4) 在已有的城市链表中插入一个新的城市;
(5) 更新城市信息;
(6) 删除某个城市信息。
-Basic requirements (1) to create a city linked list (2) given a city name, return its position coordinates (3) given a position coordinates of P and a distance D, the return of all with the distance of P less than or equal to D city. (4) insert a new city in the existing cities linked list (5) updated city information (6) remove a city information.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
countryList\countryList\body.cpp
...........\...........\city1.h
...........\...........\city2.h
...........\...........\city3.h
...........\...........\countryList.vcproj
...........\...........\countryList.vcproj.11-F4BC458F0E5A.Administrator.user
...........\...........\countryList.vcproj.A036.Administrator.user
...........\...........\countryList.vcproj.limin-PC.limin.user
...........\...........\Debug\body.obj
...........\...........\.....\BuildLog.htm
...........\...........\.....\countryList.exe.embed.manifest
...........\...........\.....\countryList.exe.embed.manifest.res
...........\...........\.....\countryList.exe.intermediate.manifest
...........\...........\.....\func.obj
...........\...........\.....\main.obj
...........\...........\.....\mt.dep
...........\...........\.....\vc80.idb
...........\...........\.....\vc80.pdb
...........\...........\func.cpp
...........\...........\main.cpp
...........\countryList.ncb
...........\countryList.sln
...........\countryList.suo
...........\debug\countryList.exe
...........\.....\countryList.ilk
...........\.....\countryList.pdb
...........\countryList\Debug
...........\countryList
...........\debug
countryList