-
图片二值化处理
通过jni调用C++代码实现的对图片进行二值化处理的一个源码
- 2022-03-21 20:27:12下载
- 积分:1
-
android 百度地图基本功能
百度地图基本功能、轨迹,定位。创建一张百度地图并管理地图的生命周期
详述:
(1)创建一张最简单的百度地图;
(2)管理地图的生命周期,具体请参看代码部分的相关注释;
(3)可监听地图加载完成事件;
介绍在Fragment框架下使用地图
(1)介绍了如何在Fragment框架下添加一个地图地图控件
文件名: MultiMapViewDemo.java
简介:介绍多MapView的使用
(1)在一个界面内,同时建立四个MapView控件;
- 2022-11-24 01:50:05下载
- 积分:1
-
NavigationDrawer 使用 ExpandableList
在Android自带的NavigationDrawer代码下,假如ExpandableList,使之能实现更多功能。
- 2022-05-14 13:27:24下载
- 积分:1
-
Android OnClickListener监听接口用法范例
Android OnClickListener监听接口用法范例,基础级的例子,
Button button = (Button) findViewById(R.id.Button01);//获取屏幕中的按钮控件对象
button.setOnClickListener(//为按钮对象添加OnClickListener接口实现
//OnClickListener为View的内部接口,其实现者负责监听鼠标点击事件
new View.OnClickListener(){
public void onClick(View v){
LinearLayout ll=(LinearLayout)findViewById(R.id.lla);//获取线性布局对象
String msg=LinearActivity.this.getResources().getString(R.string.button);
Button tempbutton=new Button(LinearActivity.this);//创建一个Button对象
tempbutton.setText(msg+(++count));//设置Button控件显示的内容
tempbutton.setWidth(80);//设置Button的宽度
ll.addView(tempbutton);//向线性布局中添加View
System.out.println("========= count"+count);
- 2023-05-27 15:00:04下载
- 积分:1
-
android-adhoc
本项目实现stm32+sdio wifi+OV2640模组图像传输;上传部分为android端连接并显示图像的代码(The project to achieve stm32+ sdio wifi+ OV2640 module image transmission upload part of the android-side connection and display the VIDEO of the code.)
- 2020-11-16 15:59:41下载
- 积分:1
-
android 酒店住房预定系统源码下载
android 酒店住房预定系统源码下载
- 2015-05-11下载
- 积分:1
-
IPC
安卓系统中进程通信的例程,利用IPC机制进行服务端与客户端的进程通信(Andrews in the process of communication routines, the use of the IPC mechanism to carry out the process of communication services and the clients)
- 2012-07-12 15:45:36下载
- 积分:1
-
Android.Application.Testing.Guide
android测试,英文版的,写的很基础(for android test)
- 2013-09-22 12:28:52下载
- 积分:1
-
android 百度地图应用实例源码下载
android 百度地图应用实例源码下载
- 2015-02-25下载
- 积分:1
-
roceptiongenerate
本文件包含通信所有过程,从调制,扩频,发送到接收,经过解扩,解调等,其中信道可以随机产生时变的多径信道,(This document contains all communication processes, from modulation, spread spectrum, transmission to reception, despreading, demodulation, etc., where channels can randomly generate time-varying multipath channels.)
- 2019-03-28 03:44:42下载
- 积分:1