资源列表
GSMProgram
- 基于GSM短消息业务的无线监控系统的开发设计
SerialPortTest
- 该程序为基于CSerialPort类的串口通信,是串口编程的入门级实例-The program is based on serial communication CSerialPort class is the entry-level instance of the serial programming
android
- 反编译后的android平台, android 是当今google的正在推出的手机平台,本源码是经过反编译后的android平台,有很强的参考价值-After decompile android platform, android is being launched today, the google phone platform, the source code is compiled after the anti-android platform, has a strong referenc
UPDATE-SuperSU-v2.71
- SuperSU v2.71 update flash directly from recovery
vc_sql_gsm
- VC控制GSM收发短信用于变压器防盗和监控,数据还能存入数据库及从数据库查询。-VC GSM SQL
phonegap-0.9.4
- 跨平台手机软件开发包,支持S60 Android、Iphone、blackberry等平台-Cross-platform mobile software development kit
Android_The-basis-of-notes
- Android基础笔记,一些Android的基础知识-Android-based notes, some Android basics
OLSR4
- 高速移动自组网OLSR路由协议研究与改进,对想要学习自组网的人来说非常有参考价值!-High-speed mobile ad hoc network OLSR routing protocol research and improvement, a very valuable reference for people who want to learn from the network!
FAQ
- 老大写的文档,就是原MTK驱动老大,就是傅贵的同事。。不错大家看下-Oldest written document, is the former MTK-driven boss, is the Independence Movement colleagues. . Yes we see next. .
GSMTEST
- 通过窗口的GSM短信收发程序,已经调试通过,非常实用。- Send and receive SMS through, very practical.
SCAUHomework
- 一个基于android的连接webservice的应用,可以用于webservice的学习,和Android调用webservice的学习-An android-based connection webservice applications that can be used webservice learning, and learning Android invoking a webservice
GPS
- 定位服务是通过 getSystemService(Context.LOCATION_SERVICE)代码 获得的,getSystemService 可以获得多种手机服务,定位服务只是其中的一种 而 已 。 locationManager.requestLocationUpdates( gps , 1000, 0, new LocationListener())实现定位服务的注册, 其中 gps 代表这是通过 GPS 提供位置 服务,1000 代表移动距离,0 代表时间间隔,这个两