-
TilePuzzle_Android
拼图游戏代码,java实现,可参考,仅供学习(Jigsaw code, java implementation, reference, only to learn)
- 2013-09-24 16:33:20下载
- 积分:1
-
闹钟,秒表,倒计时,式中四合一程序源码
综合了很多功能,其中闹钟控件比较主要基于时钟,计时器等等实现
- 2022-04-14 19:39:23下载
- 积分:1
-
android计步器
步数识别系统
步数识别系统是指运行在移动手机上,能够监视用户走了多少步的应用程序。它一般由以下3个部分构成:
· 传感器模块,用来采集传感器数据;
· 特征提取模块,处理和分析原始数据,并进行特征提取、建立模型;
· 步数识别模块,把所提取的特征用来识别步数。
硬件设备
重 力传感器(G-Sensor)又称为加速度传感器,用来感知加速度的变化,它使用三维方向的加速度分量来表示。G-Sensor被用在很多智能设备当中, 比如IBM的高端笔记本电脑内置了G-Sensor,在发生剧烈的拉动时(如跌落),立即启动硬盘保护,避免硬盘损害。再如Apple 的 iPhone 使用G-Sensor来感知手机屏幕的方向,当在观看视频时手机横放,屏幕自动跟着旋转,这使得用户体验大大增加。本文采用htc Touch Pro手机上的G-Sensor,同样也适用于htc 其
- 2022-11-11 17:20:08下载
- 积分:1
-
SMPP-Gateway-System
1. SMPP网关概述(联系dotphoenix@qq.com获取更多信息)
1.1 包含一个标准的SMPP Server(SMPP模拟器),一个SMPP Client 和 SDK
1.2 支持标准的SMPP V3.4,支持如下功能:多种bind模式,unbind,submit_sm,delivery_sm,enquire_link,generic_ack
1.3 SMPP Server可运行于LinuxWindowsOSXEmbeded Linux
1.4 SMPP Client可运行于WindowsLinuxOSXAndroidiOSEmbeded Linux
1.5 SDK支持WindowsLinuxOSXAndroidiOSEmbeded Linux,可被JavaC#C++MFCPHP等调用,并提供基于json的HTTP API
1.6 支持MYSQL和SQLITE数据库
1.7 支持自定义计费,支持自定义业务系统
1.8 支持大吞吐量(使用数据库可支持500/秒,不使用数据库可支持8000条/秒)
1.9 兼容性良好,可以和几乎所有主流和非主流的网关及客户端正常工作( SMPP Gateway System(Contact dotphoenix@qq.com to get more information)
1 Including a standard SMPP Server(SMPP Simulator),a SMPP Client and SDK
2 Implement SMPP V3.4,Support PDUs including:3 bind modes,unbind,submit_sm,delivery_sm,enquire_link,generic_ack
3 SMPP Server supported platforms: LinuxWindowsOSXEmbeded Linux
4 SMPP Client supported platforms: WindowsLinuxOSXAndroidiOSEmbeded Linux
5 SDK supported platforms: WindowsLinuxOSXAndroidiOSEmbeded Linux,supported languages: JavaC#C++MFCPHP,and also including HTTP API based on JSON.
6 Suppored s: MYSQLSQLITE
7 Support customizing billing system and business system
8 Small delay, good reliability and large throughput (500 PDUs/s if need ,8000 PDUs/s if no need )
9 Good compatibility, can co-work with nearly all the mainstream and non-mainstream gateways/servers/clients
)
- 2016-01-18 12:37:14下载
- 积分:1
-
gd32F303实例
【实例简介】小熊派GD32学习过程中的资料和编写的代码
- 2021-06-25 00:31:12下载
- 积分:1
-
BTBee_Examples_By_EF
我们都知道Android是现在很流行,尤其是ADK(Android开放配件开发工具包),它允许外部0pen源采用Android系统的硬件连接,通过USB与Android平台的设备在一个特殊的“附件”模式互动。
我们就可以继续工作数周,并尝试组装一些巴塔原型和库之间的通信通过蓝牙和Freaduino ADK的Android和Arduino。
随着谷歌提供的源文件,我们可以提供从现在起板。我们产生一个批处理,你可以购买他们here.We将尽快巴塔版本。
为了使Android和Arduino的易之间的沟通,我们想告诉你一个新的机器人与Arduino和其他类似的议会的互动方式。蓝牙为例。
步骤一:一个Android应用程序,这可能与其他设备通过蓝牙通信。
第二步:Android应用程序由蓝牙蜜蜂连接到Arduino的。
步骤之一(第一部分),我们刚刚作出了一个小应用程序的Android,实现简单的蓝牙连接与Android。(We all know Android is very popular now, especially ADK (Android Open Accessory Development Kit), which allows external 0pen source hardware to connect with Android system by USB and interact with an Android-powered device in a special “accessory” mode.
We keep working on it for weeks, and try to assemble some bata prototype and make a library for the communication between Android and Arduino by bluetooth and Freaduino for ADK.
With the Google providing source files, we are able to provide this board from now on. We produce a batch, you can purchase them here.We will provide the Bata version as soon as possible.
To make the communication between Android and Arduino easy, we would like show you a new way that android interact with Arduino and other similar boards. Bluetooth for example.
Step one: Make a APP to Android which could communicate with other devices by bluetooth.
Step two: Android APP connect to Arduino by Bluetooth Bee.
For step one(Part1), we have just made a little A)
- 2011-09-05 11:40:32下载
- 积分:1
-
baofengyingyin
A UI project source code that imitates storm video and audio. The imitated interface includes menu pages, home pages, classification pages, etc. The local analog data used for all data in the project. The imitated degree will be problematic in layout and display on high-resolution devices. The resolution of 480 x 800 should be just right.
- 2020-06-15 22:40:02下载
- 积分:1
-
Android 小写字母转换成大写字母
Android 小写字母转换成大写字母,大小写转换的用途比较广了,很多时候,我们都需要将字符串统一为大写或小写,本示例是小写统一成大写,小写转换成大写字母,在android中,进行此类操作,同样是相当简单方便的。
- 2022-05-15 03:16:34下载
- 积分:1
-
安卓二维码扫描源码
安卓源程序 安卓源程序 安卓源程序 安卓源程序 安卓源程序 安卓源程序 安卓源程序 安卓源程序 安卓源程序 安卓源程序 安卓源程序 安卓源程序 安卓源程序 安卓源程序 安卓源程序 安卓源程序 安卓源程序 安卓源程序 安卓源程序 安卓源程序 安卓源程序 安卓源程序 安卓源程序 安卓源程序 安卓源程序 安卓源程序 安卓源程序 安卓源程序 安卓源程序 安卓源程序 安卓源程序 安卓源程序 安卓源程序 安卓源程序 安卓源程序 安卓源程序 安卓源程序
- 2022-02-05 14:10:29下载
- 积分:1
-
android爬取学生信息显示
android爬取学生信息显示....................................................................
- 2022-03-31 08:27:29下载
- 积分:1