-
Android_Multi_Tools_1
Pattern unlock all for android
- 2014-08-31 22:50:30下载
- 积分:1
-
Android 海洋世界
本程序简单的模拟了动态海洋的设计,简单易于理解,读者可以清晰的看到编程的框架,并自己做相应的改进,都是不错的选择,对于初学者而言是不错的学习资源,通过对插件的简单拼接实现功能独特的动态海洋世界,是一个新手走向成熟的不错选择,简单易懂,还望采纳,谢谢
- 2022-11-10 11:10:03下载
- 积分:1
-
android Modbus Rtu 通讯例子
ModbusRtuConnect例子
- 2019-06-03下载
- 积分:1
-
Mars安卓教程源代码
Marschen老师第一季到第五季的源代码,部分源代码缺少,由于是早期的安卓开,安卓sdk的版本不一样,比如部分能在安卓2.3系统的源代码,在安卓4.0系统后的源代码不能运行,所以缺失部分课程的源代码,希望各位网友,能补充缺失的课程。
- 2022-12-26 10:35:10下载
- 积分:1
-
Android毕业设计(视频监控含PC服务端)
Android毕业设计(视频监控含PC服务端)
有PC端的服务端 程序 基于Socket
手机端通过IP和端口号连接服务端
手机接收服务端实时传过来的画面
可以自己修改相应的功能
- 2022-03-25 03:12:42下载
- 积分:1
-
Prototype
取代办公部门外出工作时需要笔录,这款APP上,可以将所有的操作电子化,本源码只是一些思路,和一些个性化的页面控件(Instead of taking notes when law enforcement departments used to work, this APP can make all operations electronic. The source code is just some ideas, and some personalized page controls.)
- 2020-06-19 10:40:02下载
- 积分:1
-
远程视频监控
【核心代码】 public interface CameraSource { static final String LOG_TAG = "camera"; /** * Open the camera source for subsequent use via calls to capture(). * * @return true if the camera source was successfully opened. */ boolean open(); /** * Close the camera source. Calling close on a closed CameraSource is * permitted but has no effect. The camera source may be reopened after * being closed. */ void close(); /** * The width of the captured image. * * @return the width of the capture in pixels */ int getWidth(); /** * The height of the captured image. * * @return the height of the capture in pixels */ int getHeight(); /** * Attempts to render the current camera view onto the supplied canvas. * The capture will be rendered into the rectangle (0,0,width,height). * Outstanding transformations on the canvas may alter this. * * @param canvas the canvas to which the captured pixel data will be written * @return true iff a frame was successfully written to the canvas */ boolean capture(Canvas canvas); boolean saveImage(String savePath, String fileName); }
- 2013-12-04下载
- 积分:1
-
android BaseActivity 示例代码分享
android BaseActivity 示例代码分享
- 2015-02-05下载
- 积分:1
-
KUNUJF
OFDM及其基带FFT实现原理以及OFDM的载波和符号同步问题()
- 2018-02-01 06:56:49下载
- 积分:1
-
fregment滑动 源码
应用背景
主要应用在android的fregment之间的滑动效果,非常的不错的应用,结合了listview进行实现,平滑效果很好的,你也可以通过github中进行下载哦,呵呵
关键技术
Android_FragmentSample-master 压缩包,采用android的fregment进行实现,实在是很难描述了,本人就是一搞技术的tx,对于语言描述真的是很难以发挥,亲们,自己看着下载吧
- 2023-04-12 08:35:03下载
- 积分:1