-
wenduji
Android项目源码基于传感器的温度计开发是android应用上的温度计,是通过传感器来感知外面的温度。应该说这个应用太强大了,用到传感器技术,并能时时更新。项目中代码层次分明,大部分方法都加了详细的注释。对于想学习传感器的开发人员来说,简直是福音。(项目采用GBK编码,是studio工程)。(Android project source sensor based on the development of the thermometer is a thermometer on the Android application, it is through the sensor to sense the temperature outside. It should be said that this application is too powerful, the use of sensor technology, and can always update. Items in the code level, most of the methods have added a detailed notes. For developers who want to learn sensor, it is the gospel. (the project uses the GBK code, is the studio project).)
- 2016-05-16 11:37:00下载
- 积分:1
-
llk
安卓小游戏开发实例,一个连连看小游戏,完整的,导入eclipse即可用(Game development instance in Andrews, a the Lianliankan small games, complete, into eclipse to)
- 2020-12-30 14:39:00下载
- 积分:1
-
Android 可折叠展开内容的安卓时间轴
Android 时间轴功能,可折叠展开内容的Android时间线,三人行技术开发团队,遍历所有group,将所有项设置成默认展开,将时间轴分为一级和二级状态,可折叠隐藏掉二级内容,时间轴整体效果如测试截图所示,时间线的具体定义和内容如下所示:
String[] strArray = new String[]{"贷款", "更名", "交接"};
String[] str1 = new String[]{"经理送件", "银行送件审核", "银行评估", "买卖双方签约"};
String[] str2 = new String[]{"更名", "划首付", "买方取产权证", "物业维修基金更名", "土地证更名"};
String[] str3 = new String[]{"买方到银行抵押手续", "买方取他向权利证", "银行给卖方划尾款", "全部办结"};
String[] timeStr1 = new String[]{"2013-11-02 13:16:22", "2013-11-02 13:16:22", "2013-11-02 13:16:22", "2013-11-02 13:16:22"};
String[] timeStr2 = new String[]{"2013-11-02 13:16:22", "2013-11-02 13:16:22", "", "", ""};
String[] timeStr3 = new String[]{"", "", "", ""};
- 2022-08-06 06:45:31下载
- 积分:1
-
Android 結束多重頁面最佳方法
Android 當中常常會開起很多頁面,但是要在程式結束的時候。將開過的頁面都結束掉,有多種方法。本程是採用頁面紀錄的方式,每開啟一個頁面就將該頁面紀錄在List中,當要關閉程式的時候,就可以使用function exit 完整的退出程式。
- 2022-07-15 02:14:12下载
- 积分:1
-
gathsrkernel
说明: LDPC校验矩阵生成,高斯消去法编码,BP译码程序,可以作为自己编写LDPC编译码程序的参考,因为matlab代码效率不高(The LDPC check matrix generation, the Gaussian elimination method and the BP decoding program can be used as the reference of the LDPC coding program, because the matlab code efficiency is not high.)
- 2019-03-26 14:56:01下载
- 积分:1
-
Android-Material-Examples
实现android5.0 Material效果
可以很好的学习
- 2023-06-04 00:00:02下载
- 积分:1
-
android 232串口通讯
mApplication = (Application) getApplication();
try {
mSerialPort = mApplication.getSerialPort();
mOutputStream = mSerialPort.getOutputStream();
mInputStream = mSerialPort.getInputStream();
/* Create a receiving thread */
mReadThread = new ReadThread();
mReadThread.start();
} catch (SecurityException e) {
DisplayError(R.string.error_security);
} catch (IOException e) {
DisplayError(R.string.error_unknown);
} catch (InvalidParameterException e) {
DisplayError(R.string.error_configuration);
}
- 2022-01-24 15:19:55下载
- 积分:1
-
学生手机签到app
用于实现学生手机签到,从而节约老师课堂点名的时间,更快捷,方便
- 2022-08-19 17:51:45下载
- 积分:1
-
Android + iOS手电筒示例
翻译 maninwest@Codeforge 作者:Cloud Hsu@CodeProject这里是简单的示例,用于展示如何控制 iOS 和 Android 上的手电筒背景我开发了一个跨平台框架 CloudBox,在这个 alpha 版本中,我想验证CloudBox,所以我想应该开发一个简单的应用。这个手电筒示例是第一个使用 CloudBox 开发的应用.但是 CloudBox 还没有准备公开,所以这些例子也是常规的 Android 和 iOS 例子.使用代码在 Android 中,我实现了一个类 CloudLed 来控制相机.public class CloudLed {
boolean m_isOn;
Camera m_Camera;
public boolean getIsOn() { return m_isOn; }
public CloudLed()
{
m_isOn = false;
}
public void turnOn()
{
if(!m_isOn)
{
m_isOn = true;
try
{
m_Camera = Camera.open();
Camera.Parameters mParameters;
mParameters = m_Camera.getParameters();
mParameters.setFlashMode(Camera.Parameters.FLASH_MODE_TORCH)
- 2023-07-16 02:00:03下载
- 积分:1
-
演示使用SDL和ffmpeg播放视频
演示使用sdl&ffmpeg播放视频;
- 2022-03-03 09:13:23下载
- 积分:1