-
Android 仿关灯游戏(游戏开发-17_166).zip
Android 仿关灯游戏(游戏开发-17_166).zip
- 2019-10-07下载
- 积分:1
-
weka 3.6 稳定版本,好使!
weka 3.6,稳定版本 好使!只要将weka-src.jar和weka.jar导入eclipse,运行就可以使用!weka是开源软件,可以自己进行修改,导入,使用!
- 2022-05-12 16:27:36下载
- 积分:1
-
计算器代码--java
程序比较简单,可以说并不是很好的设计,但对于Java中swing及awt的使用,可以作为一个简单有效的例子。运行起来如下图所示: 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-09-19 07:55:02下载
- 积分:1
-
googlelocation
用Android studio配置谷歌地图,实现坐标定位并显示。(Configure Google Map with Android studio to achieve coordinate positioning and display.)
- 2019-04-05 20:54:55下载
- 积分:1
-
asmack开源jar包
本项目是一个利用xmpp协议进行通信的封装包,我们可以导入这个包进行即时通信项目的开发,这是基于smack包进行的拓展,能在Android开发中进行使用.是一个非常方便的jar包
- 2022-03-11 07:14:53下载
- 积分:1
-
Java学习
这是对应于北京尚学堂Java开发视频的相对应的Java代码,这些代码都清晰简单,可以快速让你入门,而且能有比较大的提高。根据自己书写代码跟这些源代码比较能有快速的进步。包含从java基础到Servlet学习的。
- 2022-07-27 02:28:39下载
- 积分:1
-
javaSE冒泡排序控制台流程详解
public class NumsI{
public static void main (String [] arge){
//定义一个
int 的数具类型数组 nums,并赋予初始值;
int[] nums = new int[]{12,24,34,14,45,17,65,51,25};
//提示排序方式并用迭代输出数组初始状态;
System.out.println("冒泡排序演示");
System.out.print("初始数据 ");
for (int num :nums){
System.out.print(num + " ");
}
System.out.println();
//设置一个循环,用来记录比较轮数;
for (int i = 0; i <
nums.length-1; i++ ){
//设置一个循环,记录该轮比较中的比
较次数;
for(int j =0;j < nums.length-1-i; j++){
//用 nums[] 数组中前面的值与它后面的值比较
,如果后面的值比它大就执行下面代码块;
- 2023-03-29 13:15:04下载
- 积分:1
-
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
-
ActivityManagerRecentTwoActivity
Activity Manager Running Task Info Test for Andriod.
- 2013-10-06 00:32:55下载
- 积分:1
-
PhotoDealer
实现小型相册 调用相册,截图的api。可以旋转、放大缩小图片(Implements the API of getting photos from your albumn)
- 2012-03-11 20:04:37下载
- 积分:1