-
SimpleBrowser_V1.0
这是一个简单的 android 浏览器,带书签,历史记录功能,通过SQLITE数据库实现读写操作。(This is a simple android web browser application ,have some function
For example bookmark, history.)
- 2014-03-22 22:40:27下载
- 积分:1
-
electronic-organ-Android
这是一个很经典的关于电子琴的作业,是学习安卓的一个很好的例程,使我们上课的时候老师让我们做的,可以运行的。(This is a classic on the keyboard operation, Andrews is a good learning routines, so that our class when the teacher asked us to do, you can run.)
- 2020-06-30 09:20:01下载
- 积分:1
-
短信弹出开源
SMSPopup是一个拦截收到的短信并将其显示在一个弹出窗的Android应用,弹出窗显示短信的内容、发送者以及他们的联系人照片 (若果有的话)。弹出窗口有关闭 (关闭时将短信置为已读)、删除、回复按钮 (调用系统Intent)。后续版本中添加了内置提示系统,允许用户取消系统的提示系统而采用SMS Popup提供的。提示系统还提供了一些额外的配置选项,如自定义震动模式、LED颜色、及记住用户错过的短信等等。
- 2022-04-30 15:31:34下载
- 积分:1
-
AndroidPPgallery
Android++gallery实现屏幕选中放大的效果(Android++gallery Screen select zoom effect)
- 2012-09-06 14:09:05下载
- 积分:1
-
android 调用webservice(json),在listview上显示数据
android 调用webservice(json),在listview上显示数据
- 2014-08-26下载
- 积分:1
-
dictionary_of_sci_impact
科学日报影响因子在 2103年写在 android platform.a 字典的 2103年写在为 android platform.a 字典科学日报影响因子在 2103年写在 android platform.a 字典的 2103年写在为 android platform.a 字典科学日报影响因子在 2103年写在 android platform.a 字典的一种科学的 java 中的 java 的一个科学日报影响因素为 java 中的 java 的一个科学日报影响因素为 java 中的 dictinary谈影响因子在 2103年写在 java 为 android platform.a 字典的 2103年写在为 android platform.a 字典科学日报影响因子在 2103年写在 android platform.a 字典的 2103年写在为 android platform.a 字典科学日报影响因子在 2103年写在为 android platform.a 字典中 2103年科学日报影响因子的 java 中的 java 的一个科学日报影响因素为 java 中的 java 的一个科学日报的影响因素写在 java 为 android platform.a 字典的 2103年写在为 android platform.a 字典科学日报影响因子在 2103年写在 android platform.a 字典的 2103年写在为 android platform.a 字典科学日报影响因子在 2103年写在 android 平台为 java 中的 java 的一个科学日报影响因素为 java 中的 java 的一个科学日报的影响因素。
- 2023-08-11 14:05:04下载
- 积分:1
-
2015全国大学生电子设计竞赛风力摆
说明: 脉冲宽度调制是一种模拟控制方式,根据相应载荷的变化来调制晶体管基极或MOS管栅极的偏置,来实现晶体管或MOS管导通时间的改变,从而实现开关稳压电源输出的改变。这种方式能使电源的输出电压在工作条件变化时保持恒定,是利用微处理器的数字信号对模拟电路进行控制的一种非常有效的技术。脉冲宽度调制是利用微处理器的数字输出来对模拟电路进行控制的一种非常有效的技术,广泛应用在从测量、通信到功率控制与变换的许多领域中。(Pulse width modulation (PWM) is an analog control method, which modulates the bias of transistor base or MOS gate according to the change of load, so as to change the turn-on time of transistor or MOS and realize the change of output of switching regulated power supply. This method can keep the output voltage of the power supply constant when the working conditions change. It is a very effective technology to control the analog circuit by using the digital signal of the microprocessor. Pulse width modulation (PWM) is a very effective technology to control analog circuits by using the digital output of microprocessors. It is widely used in many fields, from measurement, communication to power control and conversion.)
- 2020-06-22 16:20:02下载
- 积分:1
-
Android 创建HttpPost对象 获取HTTP连接
HttpGet httpGetRequest = new HttpGet(urlGet);//创建HttpPost对象
try {
HttpResponse httpResponse = new DefaultHttpClient().execute(httpGetRequest);
if(httpResponse.getStatusLine().getStatusCode()==200){//连接成功
String result = EntityUtils.toString(httpResponse.getEntity());//获得资源
result = result.replaceAll("
|
|
|
", "");//去掉信息中的回车和换行
EditText etGet = (EditText)findViewById(R.id.etGet);//获得EditText对象
etGet.setText(result);//为EditText设置内容
}
} catch (Exception e) {//捕获并打印异常
EditText etGet = (EditText)findViewById(R.id.etGet);//获得EditText对象
etGet.setText("连接出错:"+e.getMessage());//为EditText设置出错信息
}
- 2022-03-21 18:06:57下载
- 积分:1
-
AnitVirus
基于Android杀毒软件
初学Android,此程序为毕设设计,仅作为学习使用,病毒库特征码保存在文本文件中,使用几个特殊字符分割,该文件保存在我临时网盘中,测试请自行更换URL,也可联系我获取病毒特征码提取程序(Android-based antivirus software beginner Android, this procedure is completed the set design, just as learning to use virus signatures stored in a text file, use several special characters split, the file is saved in my temporary network disk, replace the self-test URL, can also contact me to obtain virus signatures extraction procedure)
- 2013-12-06 15:32:09下载
- 积分:1
-
发送短信应用程序
发送短信应用程序描述你如何在安卓系统发送短信。在此应用程序中,你会知道两种方法来发送短信 1) 由意图 2) 由 SMS 管理器中。
- 2022-02-11 19:44:50下载
- 积分:1