-
OpenGL本地jni边台Android机器人
资源描述OpenGL的Android(Java)类,得出N台使用本地缓存,为机器人和其他应用程序。 ;三角锥是三角形截面梁;一个16面体是一个很好的近似圆棒,视觉。
- 2022-02-10 14:46:35下载
- 积分:1
-
Android滑动式菜单
实现类似 Facebook 、Path 2.0 、网易客户端类似的滑动式菜单的组件
- 2013-11-21下载
- 积分:1
-
test_linearLayout3
安卓开发,实现数据增加,下拉到底部后自动增加新页并且增加数据(Android development, implement the data increases, down to the bottom after adding new pages and increase data automatically)
- 2016-11-04 11:14:33下载
- 积分:1
-
osmdroid-master
spatialite数据库开发事例,基于android的源代码(spatialite Database Development Case)
- 2014-07-23 19:47:08下载
- 积分:1
-
activity
Android activity美轮美奂的切换效果,令你的ui与众不同(Android activity beautiful transition effects, and make your ui distinctive)
- 2014-05-19 13:36:10下载
- 积分: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语音录制和播放,部分代码://播放
player.setOnClickListener(new OnClickListener()
{
@Override
public void onClick(View v)
{
if (!playState) {
mediaPlayer = new MediaPlayer();
String url = "file:///sdcard/my/voice.amr";
try
{
//模拟器里播放传url,真机播放传getAmrPath()
mediaPlayer.setDataSource(url);
//mediaPlayer.setDataSource(getAmrPath());
mediaPlayer.prepare();
mediaPlayer.start();
player.setText("正在播放");
playState=true;
//设置播放结束时监听
mediaPlayer.setOnCompletionListener(new OnCompletionListener() {
@Override
public void onCompletion(MediaPlayer mp) {
if (playState) {
player.setText("播放声音");
playState=false;
}
}
});
}
catch (IllegalArgumentException e)
{
// TODO Auto-generated catch block
e.printStackTrace();
}
catch (IllegalStateException e)
{
// TODO
- 2022-07-22 16:56:11下载
- 积分:1
-
spi编码器(3d图+参考程序+文档)
【实例简介】
- 2021-10-25 00:30:56下载
- 积分:1
-
Android应用源码之afinal框架实现图片的简单异步缓存加载.rar
【实例简介】
- 2021-09-07 00:31:13下载
- 积分:1
-
Android 的闪屏
An 安卓应用程序需要一些时间到启动起来,特别是当应用程序首次启动的设备上。
- 2023-01-15 17:25:04下载
- 积分:1