-
Android_Communication_design
andriod通信设计的硕士论文。清华大学论文。非常详细。嵌入式设计必备资料。(andriod communication design master' s thesis. Tsinghua University thesis. Very detailed. Essential information embedded design.)
- 2011-09-30 23:45:37下载
- 积分:1
-
android 多线程实例源码下载
android 多线程实例源码下载
- 2015-05-13下载
- 积分:1
-
android 滑动分页 例子源码下载(横向滑动)
android 滑动分页 例子源码下载(横向滑动)
- 2015-04-22下载
- 积分:1
-
安卓蓝牙发送、接收
智能手机端应用软件是基于Android开源平台开发的蓝牙控制软件。利用Android平台提供的UI管理机制和蓝牙设备管理接口,可以轻松方便地实现智能手机蓝牙适配器与关节角度检测装置蓝牙模块之间的通信以及接收数据显示。其中,登陆界面用于用户登陆,选择自己个人的蓝牙设备的地址,保证了个人信息的隐私性。设备功能菜单模块显示设备相关的功能操作(如打开蓝牙,搜索并接收数据,读取保存的文件等),并将用户选择的功能转换为后台命令传送至主界面模块,进而完成相应的操作。关节角度检测装置安卓控制软件的核心为后台功能实现模块,主要负责手机蓝牙的打开与关闭、蓝牙扫描的启动与中止、扫描结果的获取、蓝牙连接的创建与断开以及蓝牙数据的接收及显示等功能。后台功能实现模块作为监控系统蓝牙设备的模块,具有以下四种状态[5]:就绪状态、侦听状态、连接请求状态和已连接状态。
- 2022-02-25 08:03:28下载
- 积分:1
-
活动服务
活动服务应用程序与绑定服务相关并启动服务和也停止服务应用程序的 android 和服务运行无穷大时的背景。
- 2023-06-04 06:25:03下载
- 积分:1
-
android图像识别OCR
简单的图像识别技术,android实现,通过检测暗、亮的模式确定其形状,然后用字符识别方法将形状翻译成计算机文字的过程;即,针对印刷体字符,采用光学的方式将纸质文档中的文字转换成为黑白点阵的图像文件,并通过识别软件将图像中的文字转换成文本格式,供文字处理软件进一步编辑加工的技术
- 2022-05-26 23:58:49下载
- 积分:1
-
简单线程并发例子源代码
package com;import java.util.concurrent.ExecutorService;import java.util.concurrent.Executors;public class VolatileTest {public static void main(String[] args) throws InterruptedException {final Counter counter = new Counter();ExecutorService threadPool = Executors.newCachedThreadPool();for (int i = 0; i < 1000; i++) {/*new Thread() {@Overridepublic void run() {counter.inc();};}.start();*/threadPool.execute(new Runnable() {@Overridepublic void run() {counter.inc();}});}// Thread.sleep(3000);System.out.println(counter);}}
- 2022-06-17 11:34:35下载
- 积分:1
-
MapDemo.tar
android开发的地图,有一定的意义可以看一下(android mapgetWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
WindowManager.LayoutParams.FLAG_FULLSCREEN) )
- 2012-11-13 17:40:46下载
- 积分:1
-
视屏录制demo,可以支持usb
android-eye
===========
Change your android phone to a surveillance security camera.
## Download ##
You can download binrary from Google Play:
https://play.google.com/store/apps/details?id=teaonly.droideye
## Specifications ##
* Streaming
* Build-in web service, you can see the video via browser in pc and another phone, a modem browser with HTML5 is reauired.
* H.264 video and G.726 audio
* Streaming via websocket between browser and android phone.
* Decoding H.264 and G.726 in pure Javascript
* Smart
* Support motion detecting (doing)
* Support advanced vision algorithms (doing)
* Publishing alarm messages to SNS (not ready)
* Access over internet
* This app don"t support internet, you can try my another ap
- 2022-11-06 02:50:03下载
- 积分:1
-
e4a单片机监测程序
e4a单片机监测程序
- 2019-11-13下载
- 积分:1