登录
首页 » Android » Android的GPS USB

Android的GPS USB

于 2022-05-28 发布 文件大小:87.14 kB
0 156
下载积分: 2 下载次数: 1

代码说明:

是一个程序,我用来连接一个外部GPS与Android手机

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 半圆列表视图
    翻译  maninwest@Codeforge  作者: huyletran, @ CodeprojectListview 项目呈圆形显示。让列表视图垂直显示很常见,但是如何创建一个列表视图呈圆形显示呢?怎么做当然,必须自定义视图来创建这样的效果。我使用 SurfaceView 来创建这个列表视图。经过分析,这个问题包括:如何在圆形状画图像?如何在滚动时让列表视图作为圆形的一部分排列?如何画图像呈圆形?假设一个圆,圆心为 (centerX, centerY) ,半径为 r。点P 角度 alpha,表示为以下公式:P(x) = centerX + cos(alpha) *r.P(y) = centerY - sin(alpha) * r.这样我们可以在圆上绘制项目如何在滚动时让列表视图作为圆形的一部分排列?这个问题是当用户滚动时,如何更新每个项目的的角度。我们必须指定滚动角度并添加到每个项目的当前角度。我使用 GestureDetector 来控制此事件。在这个类中,我的重点是使用以下函数来指定滚动角度。public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY)根据 e2, distanceX, 和 distanceY, 滚动角度如下图所示
    2022-04-21 16:08:33下载
    积分:1
  • 自己写的http库-Android
    自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Andr
    2022-04-24 15:19:26下载
    积分:1
  • AndroidPlayer(仿酷狗播放器)
    Android仿酷狗播放器,AndroidPlayer源代码,Android音乐播放器源码,参考本源码你就可以做出一个既漂亮又实用的Android播放器应用,是仿酷狗的,界面很漂亮的。
    2022-03-24 04:24:44下载
    积分:1
  • android udp
    android udp通讯android udp通讯android udp通讯android udp通讯android udp通讯android udp通讯
    2022-05-24 08:30:46下载
    积分:1
  • 串口通信源码
    串口通信源码,基于android 4.4.4源码的接口,可以进行串口收发通信,网上的android串口通信资源比较少, 希望这个资源对大家有所帮助
    2022-10-09 16:00:03下载
    积分:1
  • android图片上传的demo 源码(含服务器端和客户端源码)
    android图片上传的demo 源码(含服务器端和客户端源码)
    2014-09-18下载
    积分:1
  • android爬取学生信息显示
    android爬取学生信息显示....................................................................
    2022-03-31 08:27:29下载
    积分:1
  • Android课程设计:人工智能五子棋源码附文档
    Android作业:课程设计:五子棋源码附文档,【关键词】五子棋 Android 人工智能 。本文所设计的五子棋游戏与一般的与之同名的游戏相比,在游戏界面设计和人工智能方面有一定的改善。提供人机对战和人人大战两种游戏模式。同时还根据我们平常下棋的习惯和需求提供了游戏状态信息提示,悔棋,认输,判断胜负等基本功能。游戏界面大方得体,简洁,操作简单。人工智能方面结合极大极小树思想,深度搜索方法和剪枝方法,设计出一套搜索深度为3的智能算法。   设置人机对战的游戏级别为初级、中级和高级。玩家可以选择不同的级别进行游戏。   人人大战部分可以让两个玩家通过蓝牙或者Wi-Fi等方式进行游戏。   添加背景音乐,提升游戏体验价值。   增加积分功能,记录玩家的游戏胜败次数。
    2022-07-10 20:27:40下载
    积分:1
  • android 个人通讯录示例源码(入门级)
    实验是做一个个人通讯录,实现有一个登陆界面,可修改登陆密码,实现手机通讯录的基本功能,包括添加手机联系人,查询手机联系人,删除手机联系人,导入联系人,以及拨打电话、发送短信、发送邮件等功能。以java语言为主体,xml布局,结合Android移动开发平台等实现对安卓手机通讯录的基本操作,做到能够完好的运行。
    2019-04-18下载
    积分:1
  • AhHuiUniversity
    随着经济与科技的快速发展,智能手机一步步进入普通人得生活,它将成为人们获取信息的主要设备,因此基于Android手机的手机地图服务需求越开越迫切,为外出旅游的人们提供了极大地便利。Android是Google开发的基于Linux平台的开源手机操作系统。它包括操作系统、中间件、用户界面和应用程序,是为移动终端打造的真正开放和完整的移动软件。本文对目前应用的Symbian、WindowsMoblie、Mac OS X和Android平台的现状进行了分析与比较,主要阐述以面向对象程序开发语言JAVA,以eclipse为开发工具,基于智能手机Android之上设计一个导览系统。本文主要介绍安徽大学,界面友好 、操作便捷,具有良好的可扩展性和可维护性,系统经过测试,可以稳定运行,能够满足手机用户基本的地图服务需求。(With the rapid development of economy and technology,Smartphone enters into the lives of ordinary people step by step,it will become the main device to obtain information,Therefore,based on the Android mobile phone mobile map service needs become more and more urgent for people who travel offers great convenience.Android is the Google development opens the source handset operating system based on Linux platform. It includes the operating system,the Middleware,he user interface and the application procedure. It is for the mobile terminal to create a truly open and complete mobile software. In this thesis,there is a analysis and comparion about the status of the current applide platforms like Symbiam ,WindowsMoblie,Mac OS X and Android ,this thesis Mainly expounds the development of object-oriented programming language java, eclipse as a development tool, to design a navigation system-based smartphone on Android. This paper mainly introduces the anhui university,user-friendly,easy to)
    2013-10-30 13:56:55下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载