登录
首页 » Android » android计步器

android计步器

于 2022-11-11 发布 文件大小:23.02 MB
0 73
下载积分: 2 下载次数: 1

代码说明:

步数识别系统 步数识别系统是指运行在移动手机上,能够监视用户走了多少步的应用程序。它一般由以下3个部分构成: · 传感器模块,用来采集传感器数据; · 特征提取模块,处理和分析原始数据,并进行特征提取、建立模型; · 步数识别模块,把所提取的特征用来识别步数。 硬件设备 重 力传感器(G-Sensor)又称为加速度传感器,用来感知加速度的变化,它使用三维方向的加速度分量来表示。G-Sensor被用在很多智能设备当中, 比如IBM的高端笔记本电脑内置了G-Sensor,在发生剧烈的拉动时(如跌落),立即启动硬盘保护,避免硬盘损害。再如Apple 的 iPhone 使用G-Sensor来感知手机屏幕的方向,当在观看视频时手机横放,屏幕自动跟着旋转,这使得用户体验大大增加。本文采用htc Touch Pro手机上的G-Sensor,同样也适用于htc 其

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

发表评论

0 个回复

  • wk2124芯片spi转串口实例,可适配linux,stm32
    【实例简介】   本实例是在stm32的平台上开发和调试的,上传的源代码是完整的工程代码,可以直接编译使用,wk2124可以在淘宝上购买,适合初学者,或者对此有兴趣爱好者
    2021-07-30 00:31:13下载
    积分:1
  • ios 完美布局实例源码,很方便,超强大
    ios布局
    2013-09-11下载
    积分:1
  • lnx_dm9620(V2.59.3)
    dm9621 usb 网卡 的Linux驱动源码,量产版本,可用。(Dm9621 USB network card Linux driver source code, mass production version, available.)
    2021-04-01 17:49:08下载
    积分:1
  • android图片上传的demo 源码(含服务器端和客户端源码)
    android图片上传的demo 源码(含服务器端和客户端源码)
    2014-09-18下载
    积分:1
  • Android_Gadget_CDC_driver
    说明:  android gadget driver
    2019-05-23 14:07:34下载
    积分:1
  • android 即录即播
    android 录音,即录即播,对试验麦克风很有效果
    2022-01-22 08:20:44下载
    积分:1
  • pubu
    Android项目源码带瀑布流的旅游指南应用是一款旅游型的APP,是旅游目的地攻略指南,可以自动定位到城市,景点,餐馆,酒店,还可以分享旅游经验,与参与者互动。该项目的架构合理,有详细的注解,其中引入了第三方的瀑布流项目,以源代码的形式直接加入,很好的学习材料。默认使用UTF-8编码,编译版本为4.3(The Android project source code with a waterfall flow guide application is app a type of tourism, tourism destination strategy guide, can automatically locate the city, attractions, restaurants, hotels, can also share travel experiences, to interact with the participants. The framework of the project is reasonable, there are detailed notes, which introduces the third side of the waterfall flow project, in the form of source code to join, a good learning materials. The default use of UTF-8 code, the compiler version is 4.3)
    2020-12-27 16:59:03下载
    积分:1
  • android平台的linphone客户端
    已经编译好的android平台的linphone客户端,包含了所有运行需要到得动态库文件。
    2022-12-12 17:50:03下载
    积分:1
  • BinderSample-master
    binder原理的实践代码,包括Framework, AIDL, C++多方面的实战案例代码(The sample code of binder)
    2018-04-15 14:14:43下载
    积分:1
  • Android OnClickListener监听接口用法范例
    Android OnClickListener监听接口用法范例,基础级的例子,   Button button = (Button) findViewById(R.id.Button01);//获取屏幕中的按钮控件对象   button.setOnClickListener(//为按钮对象添加OnClickListener接口实现    //OnClickListener为View的内部接口,其实现者负责监听鼠标点击事件   new View.OnClickListener(){   public void onClick(View v){   LinearLayout ll=(LinearLayout)findViewById(R.id.lla);//获取线性布局对象   String msg=LinearActivity.this.getResources().getString(R.string.button);   Button tempbutton=new Button(LinearActivity.this);//创建一个Button对象   tempbutton.setText(msg+(++count));//设置Button控件显示的内容   tempbutton.setWidth(80);//设置Button的宽度   ll.addView(tempbutton);//向线性布局中添加View   System.out.println("========= count"+count);
    2023-05-27 15:00:04下载
    积分:1
  • 696518资源总数
  • 104298会员总数
  • 46今日下载