搜索资源列表
城市链表
- 城市链表的求解,通过城市查找坐标,通过坐标查找城市,以及两座城市之间的距离.-city Chain solution through urban search coordinates coordinates search through the city and the two cities in the distance.
Web QQ系统
- 开发环境:win2000professionSP4 + vc6MFC 1、运行注册登录服务器和聊天服务器,由注册登录服务器控制聊天通信服务器的运行和停止,聊天服务器可以单独运行,但单独运行后窗口隐藏,不好关闭,最好由注册登录服务器来控制其运行和关闭。 2、运行客户端。 3、若客户端点注册向导则显示注册向导,分三步:基本信息、详细资料和网络设置,然后发送注册消息(用户名、年龄、性别、密码、真名、城市、电邮、头像ID、电话
城市链表
- 城市链表的求解,通过城市查找坐标,通过坐标查找城市,以及两座城市之间的距离.-city Chain solution through urban search coordinates coordinates search through the city and the two cities in the distance.
cityList
- 城市链表 将若干城市的信息,存入一个带头结点的单链表。结点中的城市信息包括:城市名,城 市的位置坐标。要求能够利用城市名和位置坐标进行有关查找、插入、删除、更新等操作。-The city will list a number of city information, take the lead into a single linked list node. Node of city information including:
1
- 无向图 遍历链表并依次输出其的结点值向网表示n个城市之间通信网络的建设计划-Undirected graph traversal list and followed by the output node of its value to the net means that n communication network between the cities plan to build
tongxunlu
- 制作一个简易的通讯录,包括基本操作和存储功能。 用〈〈数据结构〉〉中的双向链表作数据结构,结合C语言基本知识。编写一个通讯录管理系统。以把所学数据结构知识应用到实际软件开发中去。 设计内容:本系统应完成一下几方面的功能: 输入信息——enter() 显示信息———display( ) 查找以姓名作为关键字 ———search( ) [由一人完成] 删除信息———delete( ) 存盘———save ( ) 装入—
CityDataBaseLink
- 此工程为城市数据库系统,这个是用C++语言编写,基于链表实现的。-the database of city system by using linklist.
lianbiao
- 城市链表,输入城市数,城市名,城市信息,显示城市的信息-City list, enter the number of cities, city name, city information, city information display
citylist
- 一个描述添加管理的城市链表程序,附带 错误提醒,和演示清屏-Add a descr iption of procedures for the management of the city list, with the error alert, and demonstrate clear screen
CityList
- 城市链表,提供各个城市之间的查询,地方特色的查询-City list
CityDatabaseLink
- C语言实现的城市数据库系统,采用了链表的方法,可以查询,删除,添加城市信息,及以某城市为定点,它周围一定范围内的所有城市信息。-C language implementation of the urban database system, using the list method, you can query, delete, add city information, and to a city as a place, it all
NewLList
- 城市管理系统,以链表形式进行,数据结构课程设计,设置城市名,坐标,查询相邻城市-city control
linked-test
- c链表操作,对城市温度进行处理,对相应温度进行排序-The records are read into a singly linked list
countryList
- [基本要求] (1) 创建城市链表; (2) 给定一个城市名,返回其位置坐标; (3) 给定一个位置坐标P和一个距离D,返回所有与P的距离小于等于D的城市。 (4) 在已有的城市链表中插入一个新的城市; (5) 更新城市信息; (6) 删除某个城市信息。 -Basic requirements (1) to create a city linked list (2) given a c
liu
- 用〈〈数据结构〉〉中的双向链表作数据结构,结合C/C++语言基本知识。编写一个通讯录管理系统。以把所学数据结构知识应用到实际软件开发中去。 设计内容:本系统应完成一下几方面的功能: 录入信息——enter() 显示信息———display( ) 查找———search( ) 删除信息———delete( ) 存盘———save ( ) 装入———load( ) 设计要求: 1) 每条信息至
main
- Linux下实现城市链表的功能,在shell终端下执行,适合数据结构入门-A List of City Name, Used in Linux Shell.It is useful for the starter of C language and Data Struct.
chengshi
- 城市链表系统,利用C-free软件开发,适合新手是用-The city linked list system software development using C-free, suitable for novice with
City
- 城市链表,链表存储城市信息,添加、查找、搜索城市信息-City list, linked list storage city information
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
数据结构城市链表
- 1. 城市链表 [问题描述] 将若干城市的信息,存入一个带头结点的单链表。结点中的城市信息包括:城市名,城市的位置坐标。要求能够利用城市名和位置坐标进行有关查找、插入、删除、更新等操作。 [基本要求] (1) 给定一个城市名,返回其位置坐标; (2) 给定一个位置坐标P和一个距离D,返回所有与P的距离小于等于D的城市。(1. City chain list [descr iption of the problem