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

搜索资源列表

  1. WeatherDemo

    3下载:
  2. 在android平台上开发的用于实时查询天气,并且可以提供给其他用户的程序。
  3. 所属分类:源码下载

    • 发布日期:2010-10-29
    • 文件大小:121165
    • 提供者:chen0031
  1. googleMap

    0下载:
  2. 是Google map api 在asp上的简单应用,显示地图,好像也只有这个功能的,-Is the Google map api in asp on a simple application, showing the map, as if only the function,呵呵~ ~ ~ ~
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:92826
    • 提供者:王湛懿
  1. androidweather

    0下载:
  2. android 开发的一款天气预报软件 适合初学者学习SAX解析XML文件 -android development of a weather forecast software for beginners to learn SAX parsing XML documents
  3. 所属分类:android

    • 发布日期:2017-05-15
    • 文件大小:3718550
    • 提供者:
  1. WeatherDemo

    0下载:
  2. android 天气预报 google api 完整源代码-Weather google api android full source code
  3. 所属分类:android

    • 发布日期:2017-03-28
    • 文件大小:116832
    • 提供者:chengji
  1. weatherdemo

    0下载:
  2. 主题:Grails+GoogleMap+天气查询WebService案例开发 -Subject: Grails+ GoogleMap+ weather check WebService case development
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:616186
    • 提供者:小广
  1. WeatherDemo

    0下载:
  2. 利用Eclispe+android开发的可以实时更新天气信息的程序,其他用户可以向其发送消息获得天气信息-Eclispe+ android development using real-time weather information update process, other users can get weather information to send the message
  3. 所属分类:android

    • 发布日期:2017-03-26
    • 文件大小:121165
    • 提供者:陈飞
  1. WeatherDemo

    0下载:
  2. 新手入门写的获取天气信息的程序,写的可能不是很好,本人也是新手-Getting Started written procedures for access to weather information
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-02
    • 文件大小:30485
    • 提供者:张鹏
  1. WeatherDemo

    0下载:
  2. 天气预报 google api 源代码-Weather google api source code
  3. 所属分类:android

    • 发布日期:2017-04-01
    • 文件大小:116492
    • 提供者:chengji
  1. WeatherDemo

    0下载:
  2. 很好 很强大 学android必看 android 初学者必看-if you wang to learn android you should learn it
  3. 所属分类:android

    • 发布日期:2017-04-04
    • 文件大小:341410
    • 提供者:柯进
  1. WeatherDemo

    0下载:
  2. 这是一个天气预报的完整的代码,可以查看天气,查找城市的天气-This is a complete weather forecast code, you can check the weather, find the city s weather
  3. 所属分类:android

    • 发布日期:2017-04-01
    • 文件大小:122088
    • 提供者:nana198905
  1. WeatherDemo

    0下载:
  2. 一个android代码的天气预报软件内容不是很完整 望补充-A android code weather forecasting software Content is not very complete hope added
  3. 所属分类:android

    • 发布日期:2017-04-01
    • 文件大小:481391
    • 提供者:jack
  1. WeatherDemo

    0下载:
  2. 基于Android平台的天气预报的设计与实现-Design and Implementation of the weather forecasts based on the Android platform
  3. 所属分类:android

    • 发布日期:2017-04-05
    • 文件大小:117667
    • 提供者:刘巧
  1. WeatherDemo

    0下载:
  2. andriod手机软件,天气预报,google api-andriod mobile phone software, weather forecast, google api
  3. 所属分类:android

    • 发布日期:2017-11-30
    • 文件大小:1757468
    • 提供者:丹心
  1. weatherdemo

    0下载:
  2. 天气预报api,利用新浪天气预报api开发,开发一款天气预报应用。-wether API :Weather forecast API, use sina weather API development, develop a weather forecast application.
  3. 所属分类:CSharp

    • 发布日期:2017-12-04
    • 文件大小:71870
    • 提供者:Tom
  1. WeatherDemo.xcodeproj

    0下载:
  2. 一个简单的天气预报获取通知,得到本地信息,由本地信息获取当地天气信息并显示-A simple weather report。First,get the local information,then,use the information to get the local weather information and present it to all of the users
  3. 所属分类:MacOS develop

    • 发布日期:2017-11-29
    • 文件大小:11729
    • 提供者:邱德政
  1. WeatherDemo

    0下载:
  2. 一个基于iPhone 天气查询应用程序,代码演示了如何在iPhone上实现访问天气查询的web Service-IPhone weather-based query application code demonstrates how to access Weather on the iPhone web Service
  3. 所属分类:iPhone

    • 发布日期:2017-11-09
    • 文件大小:24818
    • 提供者:李査德
  1. WeatherDemo

    0下载:
  2. 一个天气预报安卓手机应用,做的还可以,大家可以学习一下-A weather forecast Android App, can also be done, we can learn about
  3. 所属分类:android

    • 发布日期:2017-04-24
    • 文件大小:161870
    • 提供者:le
  1. weatherDemo

    0下载:
  2. Android天气预报实现,一个实现最近三天天气预报功能Demo,通过提交城市名称查询数据库找到相应的城市代号,从而远程访问天气预报接口,返回格式为JSon。涉及到数据库应用、文件读写、Android网络编程、多线程编程等技术。可供初学者参考。-A weather forecast for the last three days to achieve functional Demo, by submitting a city name to query the database to find
  3. 所属分类:android

    • 发布日期:2017-05-10
    • 文件大小:2061791
    • 提供者:吉林圣手
  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. Android-weatherDemo

    0下载:
  2. 这是一个可以预测天气,并且用户可以发短信接收天气预报的系统设计报告PPT-weatherDemo ppt
  3. 所属分类:Project Design

    • 发布日期:2017-05-02
    • 文件大小:624335
    • 提供者:beenle
« 12 »
搜珍网 www.dssz.com