-
Rabit兔子跳铃铛 android游戏源代码参考
Rabit兔子跳铃铛 android游戏源代码参考,这个游戏我没玩过,就是那种跳来跳去的游戏,不知道怎么玩,也不知道如何介绍给大家,从资源文件看,很完整,源代码可在安卓模拟器中运行,运行的效果界面如截图所示,可以从中学习一些比较系统综合的Android开发技巧,一般情况下,编写游戏对Android各个模块的应用都比较综合,因此提升Android开发水平,可多参考一下游戏源代码。
- 2022-08-12 19:56:23下载
- 积分:1
-
android 工具类
android常用的一些工具类代码,比如:日志类,toast类,字符串处理类,数据库处理类
- 2023-05-26 16:05:03下载
- 积分:1
-
多个Fragment的切换使用
多个Fragment的切换使用,各种切换,滑动,滑动,滑动,滑动
- 2022-06-12 07:56:52下载
- 积分: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_rinex-master
说明: 把GNSSLogger获取到的原始数据文件转换为rinex格式的数据文件。(Convert the raw data files obtained by GNSSLogger to rinex format data files.)
- 2021-05-08 15:48:35下载
- 积分:1
-
gd32F303实例
【实例简介】小熊派GD32学习过程中的资料和编写的代码
- 2021-06-25 00:31:12下载
- 积分:1
-
Android 绘制吃豆子小人及图片自动变换显示功能
Android 绘制吃豆子小人,同时与之搭配的还有图片自动变换显示的功能。
Paint paint = new Paint();//创建画笔对象
canvas.drawColor(Color.BLACK);//绘制背景
canvas.drawBitmap(bmpMan, centerX-radius, centerY-radius, null);//绘制吃豆小人
paint.setColor(Color.BLACK); //设置画笔颜色
paint.setAntiAlias(true);
RectF oval = new RectF(centerX-radius-1,centerY-radius-2,centerX-radius-1+2*radius+2,centerY-radius-2+2*radius+4);
canvas.drawArc(oval, 360-angle+90*direction, 2*angle, true, paint); //绘制扇形实现张嘴闭嘴
if(System.currentTimeMillis()-timeStamp > 5000){//如果时间间隔超过5秒
timeStamp = System.currentTimeMillis(); //重新记录时间
currPhoto = (currPhoto+1)%bmpPhotos.length; //更换照片
}
canvas.drawBitmap(bmpPhotos[currPhoto], 80, 40, null);//绘制照片
super.onDraw(canvas);
- 2022-05-16 13:25:29下载
- 积分:1
-
CSipSimple
CSipSimple是一款可以在Android手机上使用的支持sip的网络电话软件,可以在上面设置使用callda网络电话。连接使用方式最好是使用wifi,或者3g这样上网速度快,打起电话来效果才好。
注:本程序在Andriod studio下编译(Support SIP network phone software, you can set up the use of callda network phone. Connection to use the best way to use the WiFi, or 3G so fast Internet speed, to make a phone call to effect is good.
Note: This program is compiled under Andriod studio)
- 2016-11-15 10:19:18下载
- 积分:1
-
TestZXing
二维码测试,二维码,条形码扫瞄测试,开发ing。。。(Test of the two-dimensional code, two-dimensional code, bar code scan test, develop ing. . .)
- 2020-09-18 11:37:53下载
- 积分:1
-
ApiDemo
android ApiDemo 包含各种各样的用法(android ApiDemo)
- 2011-06-21 15:03:15下载
- 积分:1