CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 城市名

搜索资源列表

  1. Android-WeatherForecast

    0下载:
  2. Android版本的天气预报,能显示出中国所有城市名,用户单击任意城市名,将获得其天气预报信息;用户也可以输入城市名,点击查询按钮,随后远端的Web Service服务器返回天气信息。-Android version of the weather, can display the name of all Chinese cities, the user clicks on any city name, will get the weather forecast information user
  3. 所属分类:android

    • 发布日期:2017-04-01
    • 文件大小:826626
    • 提供者:彭彬
  1. countryList

    0下载:
  2. [基本要求] (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
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:252669
    • 提供者:myangle
  1. tool_22766_wwmim2

    0下载:
  2. php脚本语言实现,完善测试例子代码,这是一个用php脚本语言写的查询工具,huochex.cn天气情况查询 v1.0,天气情况查询支持城市名,拼音,邮编,区号查询可查最近三天的天气情况,包括空气质量状况,舒适度状况,紫外线指数,穿衣指,作为开发的各种例子程序代码。-php scr ipting language , perfect test case code a php scr ipting language to write the query tool queries v1.0 huoc
  3. 所属分类:Other systems

    • 发布日期:2017-11-02
    • 文件大小:144168
    • 提供者:pyipofz
  1. weatherinfo

    0下载:
  2. c语言使用socket获取中央气象台天气信息,有城市名和城市ID对应表,JSON解析。-c language use socket to get the weather information of the Central Meteorological Station, the city name and city ID corresponding table, JSON parsing.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-18
    • 文件大小:69756
    • 提供者:刘宁
  1. 1

    0下载:
  2. 查找城市信息,俺城市名查找城市坐标,查找所有与P距离小于D的城市-Find city information, I city Find cities coordinates, find the city less than D and P distance
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-25
    • 文件大小:11934
    • 提供者:钱小
  1. four

    0下载:
  2. 用户输入几个城市名,程序运行后自动将这些城市名按升序排列输出-Users enter a few city name, the program will automatically run after these city names in ascending order output
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:3091
    • 提供者:暖暖
  1. prim

    0下载:
  2. 无向图应用问题 任务:如果以五向网表示n个城市之间通信网络的建设计划,顶点表示城市,边上的权表示该线路的造价,设计一个方案,使这个通讯网的总造价最低。 提示:这是一个求最小生成树的问题。n个城市名和各边的权值由用户输入,建立图的邻接矩阵,然后以Prim算法来求最小生成树,然后输出方案。 - The application of an undirected graph Task: If the five-way communications network, said ne
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1064730
    • 提供者:邓俊文
  1. City-information

    0下载:
  2. 城市信息管理,录入城市信息,并通过输入城市名查找城市坐标、距离等信息-City information management
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1224
    • 提供者:李思萌
  1. Ex_CtrlSDI_Pro

    0下载:
  2. 一个基于MFC的城市邮政编码录入程序,加入了自己一些特殊的功能。 基于MFC编写一个对话框程序。可实现功能: 1) 单击“添加”按钮,将城市名和邮政编码添加到列表框中。过程中,需判断所添加项是否与列表已有项重复。 2) 单击“修改”按钮,将以城市名作为列表框的查找关键字,找到后修改其邮政编码内容。 3) (Pro)单击“输出TXT”按钮,将列表框中全部城市及邮政编码以txt文本输出。-An MFC-based urban zip code entry procedures, ad
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-06
    • 文件大小:433440
    • 提供者:牛德森
  1. weatherdemo

    0下载:
  2. eclipse+java开发,天气预报小程序,能根据输入的城市名获取天气,可获取三天的天气详情-eclipse+java development, weather applet can get the weather according to the input of a city name, you can get a three-day weather details
  3. 所属分类:android

    • 发布日期:2017-05-02
    • 文件大小:534642
    • 提供者:linxu
  1. province

    0下载:
  2. 该文件可以简单的实现省市级联动,即点击某个省名,在城市框中可以显示该省的所有城市名-The file can be simplily achieved provincal and municipal linkage,ie click a province name,the box can be displayed in the city of all cities in the povince s name
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:32871
    • 提供者:孟龙
  1. 74-1

    0下载:
  2. 若干城市的信息存入一个带头结点的单链表,结点中的城市信息包括城市名、城市的位置坐标。要求:   给定一个城市名,返回其位置坐标。   给定一个位置坐标P和一个距离D,返回所有与P的距离小于等于D的城市。-1. The number of city information in a lead the singly linked list of nodes, node of city information including city name, the coordinates of th
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:780
    • 提供者:湛瞳
  1. MyWeather

    0下载:
  2. 一个android上的天气预报源代码 自己写的 可以获取天气 用数据库存储历史查询记录 还支持接收短信回复天气信息功能 接受格式为:城市@大连 可以换成别的城市名 接受后自动回复天气情况 并且加入了一些美化元素-Android on a weather forecast, write your own source code can obtain weather storage using historical query logs also support response function
  3. 所属分类:android

    • 发布日期:2017-05-11
    • 文件大小:2571094
    • 提供者:江波
  1. WeatherExample

    0下载:
  2. 是一个天气预报的Android程序,当使用拼音输入城市名后点击确定会显示出当前城市的天气状况。-Android is a weather forecast program, when using Pinyin input a city name and click OK will show the current weather conditions for cities.
  3. 所属分类:android

    • 发布日期:2017-05-07
    • 文件大小:1420687
    • 提供者:
  1. Baidu-map-automatic-positioning

    0下载:
  2. 本项目利用百度地图API来实现自动定位以获得城市名地名-This project use baidu map API to realize automatic positioning for city name place name
  3. 所属分类:android

    • 发布日期:2017-05-09
    • 文件大小:2017478
    • 提供者:篠家英彬
  1. cityList

    0下载:
  2. 城市链表将若干城市的信息,存入一个带头结点的单链表。结点中的城市信息包括:城市名,城市的位置坐标。要求能够利用城市名和位置坐标进行有关查找、插入、删除、更新等操作。-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 coordinat
  3. 所属分类:Communication

    • 发布日期:2017-04-30
    • 文件大小:7695
    • 提供者:yong970746
  1. js-city

    0下载:
  2. 一款基于JS 城市选择,类似携程,用户可以手动输入城市名匹配选择所选城市-A choice based on JS city, similar to ctrip
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:8727
    • 提供者:郭正洋
  1. 25vvdaohang_v2.0

    0下载:
  2. 功能特点 增加一套简洁的绿色风格模板,可后台自由切换; 加入后台同步官方数据功能,无需手动更新数据即可运营网站; 增加城市导航模块,可制城市导航页面; 增加首页根据IP判断显示城市名站; 更新专题管理功能,解决无法删除专题分类的bug; 优化模板管理,全站专题及分类都可自定义模板; 优化首页样式,修正自动隐藏分类的bug; 优化数据存储,采用数据库替代文本存储 修复搜索引擎添加补充字段会被强制加上转义符的bug;-Functional characterist
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-21
    • 文件大小:6030522
    • 提供者:ruih
  1. sweather

    0下载:
  2. 软件介绍 查询三天内的天气情况 程序简单一看就明白 传个城市名city即可 Tags: izche天气查询-Software introduction Check weather conditions within three days The procedure is simple to understand Pass a city name city can Tags:izche weather query
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-15
    • 文件大小:5440
    • 提供者:fmpudn92
  1. iptocity

    0下载:
  2. 软件介绍 包含34个省+332个城市的IP库,只精确到市 使用前先将iptocity.sql导入mysql数据库 Tags: IP得到地级市城市名(PHP版)-Software introduction Contains 34 provinces IP cities of the+332 library, only accurate to the city Before using the iptocity.sql into the MySQL Tags:IP to g
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-18
    • 文件大小:4773857
    • 提供者:
« 1 23 4 »
搜珍网 www.dssz.com