-
声源定位系统源码(基于stm32)
基于stm32声源定位系统,亲自测试过,可以用
- 2019-09-10下载
- 积分:1
-
香港马经预测九肖
香港马经预测九肖 android程序。 主要是通过webview的形式加载从229229网站上的爬取到的html数据。该数据针对九肖预测
- 2022-02-03 18:41:19下载
- 积分:1
-
android actionbar的另外一种实现方式
Android一中侧拉效果的实现,在不依赖v7框架条件下,实现了类似网易客户端的侧拉效果,代码的主要实现是menudrawer。
- 2023-08-07 23:00:03下载
- 积分:1
-
Android课程设计:人工智能五子棋源码附文档
Android作业:课程设计:五子棋源码附文档,【关键词】五子棋 Android 人工智能 。本文所设计的五子棋游戏与一般的与之同名的游戏相比,在游戏界面设计和人工智能方面有一定的改善。提供人机对战和人人大战两种游戏模式。同时还根据我们平常下棋的习惯和需求提供了游戏状态信息提示,悔棋,认输,判断胜负等基本功能。游戏界面大方得体,简洁,操作简单。人工智能方面结合极大极小树思想,深度搜索方法和剪枝方法,设计出一套搜索深度为3的智能算法。
设置人机对战的游戏级别为初级、中级和高级。玩家可以选择不同的级别进行游戏。
人人大战部分可以让两个玩家通过蓝牙或者Wi-Fi等方式进行游戏。
添加背景音乐,提升游戏体验价值。
增加积分功能,记录玩家的游戏胜败次数。
- 2022-07-10 20:27:40下载
- 积分:1
-
and_client1
client app for android ticket booking
- 2012-05-21 00:35:46下载
- 积分:1
-
Android刷新列表
在各种视图(View)中加入拉动刷新(上拉,下拉、左拉、右拉)功能。Demo中加入拉动刷新功能的View有:列表(ListView),网格(GridView),滑动视图(ScrollView),网页(WebView),分页视图(ViewPager)等等。
测试环境: [Code4A
- 2022-08-13 00:14:36下载
- 积分:1
-
viepager联动效果
能够实现画面的联动效果,点击一个button,viewpager会响应按钮的动作事件
- 2022-02-20 19:29:03下载
- 积分: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
-
Layout_01
Android布局详解介绍linerlayout(android Layout)
- 2011-10-01 00:47:03下载
- 积分:1
-
android智能家居app的设计与实现
说明: 手机无线智能家居控制系统开发软件的过程及其方法(Mobile Wireless Smart Home Control System)
- 2019-06-08 01:56:56下载
- 积分:1