登录
首页 » Java » plane

plane

于 2011-12-08 发布 文件大小:804KB
0 177
下载积分: 1 下载次数: 7

代码说明:

  飞机主角在飞行中躲避并攻击前面接连不断的敌人(plane war)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • android 操作 wifi 教程以及项目源码下载
    在Android中对Wifi操作,android本身提供了一些有用的包,在android.net.wifi包下面。简单介绍一下:大致可以分为四个主要的类ScanResult,wifiConfiguration,WifiInfo,WifiManager(1)ScanResult,主要是通过wifi 硬件的扫描来获取一些周边的wifi 热点的信息。(2)wifiConfiguration 在我们连通一个wifi 接入点的时候,需要获取到的一些信息。大家可以跟我们有线的设备进行对比一下。(3)WifiInfo 在我们的wifi 已经连通了以后,可以通过这个类获得一些已经连通的wifi 连接的信息获取当前链接的信息,这里信息就比较简单了,这里简单介绍一下这里的方法:       getBSSID() 获取BSSID       getDetailedStateOf() 获取客户端的连通性       getHiddenSSID() 获得SSID 是否被隐藏       getIpAddress() 获取IP 地址       getLinkSpeed() 获得连接的速度       getMacAddress() 获得Mac 地址       getRssi() 获得802.11n 网络的信号       getSSID() 获得SSID       getSupplicanState() 返回具体客户端状态的信息(4)wifiManager 这个不用说,就是用来管理我们的wifi 连接,这里已经定义好了一些类,可以供我们使用。这里来说相对复杂,里面的内容比较多,但是通过字面意思,我们还是可以获得很多相关的信息。这个类里面预先定义了许多常量,我们可以直接使用,不用再次创建。介绍完了,开始写一个Demo吧。程序已启动效果图如下:看代码,其中有注释,我就不多说了。布局文件代码:= mWifiConfiguration.size()) {                        return;                }                // 连接配置好的指定ID的网络                mWifiManager.enableNetwork(mWifiConfiguration.get(index).networkId,                                true);        }        // 得到MAC地址        public String getMacAddress() {                return (mWifiInfo == null) ? "NULL" : mWifiInfo.getMacAddress();        }        // 得到接入点的BSSID        public String getBSSID() {                return (mWifiInfo == null) ? "NULL" : mWifiInfo.getBSSID();        }        // 得到WifiInfo的所有信息包        public String getWifiInfo() {                return (mWifiInfo == null) ? "NULL" : mWifiInfo.toString();        }        // 添加一个网络并连接        public int addNetwork(WifiConfiguration wcg) {                int wcgID = mWifiManager.addNetwork(mWifiConfiguration.get(3));                mWifiManager.enableNetwork(wcgID, true);                return wcgID;        }}复制代码AndroidManifest.xml:(注意需要添加的权限)                                                                                                                                                                                                                复制代码布局文件就不贴了,我想看界面你都可以自己写出来,如果有需要,这里可以下载源代码:
    2013-09-10下载
    积分:1
  • 扩展的龟 SSD1 iCarnegie
    扩展龟从 icarnegie ssd1 课程从学生的代码。此 zip 的内容包括此代码的 java.class 和运行的程序代码。
    2023-02-11 19:30:03下载
    积分:1
  • ssh2 bbs论文源码
    ssh2  bbs论文源码   jsp技术  strut  hibernate spring三大宽假
    2022-08-21 19:20:07下载
    积分:1
  • gallery_load_layout
    andriod多控件滑动gallery加载布局文件(滑动)(the andriod more than the control slide, gallery load the layout file (slide). rar)
    2012-07-03 14:31:32下载
    积分:1
  • android 异步加载资源示例源码下载
    android 异步加载资源示例源码下载
    2014-02-09下载
    积分:1
  • java-master
    Android插件 PubNub utilizes a Publish/Subscribe model for real-time data streaming and device signaling which lets you establish and maintain persistent socket connections to any device and push data to global audiences in less than ¼ of a second. The atomic components that make up a data stream are API Keys, Messages, and Channels.(PubNub Java-based SDKs for Java/Android PubNub utilizes a Publish/Subscribe model for real-time data streaming and device signaling which lets you establish and maintain persistent socket connections to any device and push data to global audiences in less than ¼ of a second. The atomic components that make up a data stream are API Keys, Messages, and Channels.)
    2016-06-05 13:38:05下载
    积分:1
  • android 对话框实例
    android 对话框实例
    2014-08-21下载
    积分:1
  • Android 图片加上水印效果
    Android 图片加上水印效果
    2014-09-28下载
    积分:1
  • java html5
    资源描述源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面源生html5开发的页面
    2022-01-25 22:39:25下载
    积分:1
  • bluetooth
    说明:  android与蓝牙模块通讯,对模块进行控制(Communication with Bluetooth Module)
    2020-06-17 20:00:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载