登录
首页 » Java » guangbo

guangbo

于 2021-01-02 发布 文件大小:60KB
0 114
下载积分: 1 下载次数: 8

代码说明:

  移动手机开发,在安卓系统下,实现广播消息,系统应用可以接收到广播的消息。(Mobile phone development, Andrews system broadcast messages, system applications can receive the broadcast message.)

文件列表:

guangbo
.......\.classpath,364,2012-04-24
.......\.project,843,2012-04-24
.......\AndroidManifest.xml,739,2012-04-24
.......\assets
.......\bin
.......\...\classes
.......\...\.......\com
.......\...\.......\...\android
.......\...\.......\...\.......\guangbo
.......\...\.......\...\.......\.......\ceshi.class,498,2012-07-05
.......\...\.......\...\.......\.......\GuangboActivity$1.class,1770,2012-07-05
.......\...\.......\...\.......\.......\GuangboActivity$2.class,1416,2012-07-05
.......\...\.......\...\.......\.......\GuangboActivity$3.class,1120,2012-07-05
.......\...\.......\...\.......\.......\GuangboActivity.class,1539,2012-07-05
.......\...\.......\...\.......\.......\R$attr.class,343,2012-07-05
.......\...\.......\...\.......\.......\R$drawable.class,410,2012-07-05
.......\...\.......\...\.......\.......\R$id.class,479,2012-07-05
.......\...\.......\...\.......\.......\R$layout.class,429,2012-07-05
.......\...\.......\...\.......\.......\R$string.class,430,2012-07-05
.......\...\.......\...\.......\.......\R.class,538,2012-07-05
.......\...\classes.dex,5164,2012-04-24
.......\...\guangbo.apk,16189,2012-04-24
.......\...\res
.......\...\...\drawable-hdpi

.......\...\...\drawable-ldpi

.......\...\...\drawable-mdpi

.......\...\resources.ap_,11384,2012-04-24
.......\gen
.......\...\com
.......\...\...\android
.......\...\...\.......\guangbo
.......\...\...\.......\.......\R.java,955,2012-04-24
.......\proguard.cfg,1248,2012-04-24
.......\project.properties,361,2012-04-24
.......\res
.......\...\drawable-hdpi

.......\...\drawable-ldpi

.......\...\drawable-mdpi

.......\...\layout
.......\...\......\ceshixml.xml,488,2012-04-24
.......\...\......\main.xml,898,2012-04-24
.......\...\values
.......\...\......\strings.xml,180,2012-04-24
.......\src
.......\...\com
.......\...\...\android
.......\...\...\.......\guangbo
.......\...\...\.......\.......\ceshi.java,281,2012-04-24
.......\...\...\.......\.......\GuangboActivity.java,2566,2012-04-25

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

发表评论

0 个回复

  • 登录页面Struts的第四部分
    登录页面Struts的第四部分
    2023-08-20 16:45:03下载
    积分:1
  • Android_sdk-(1)
    android聊天软件界面 简洁 省的实现(android chat software)
    2013-08-09 17:16:59下载
    积分:1
  • CBSE酒店管理系统
    应用背景有你需要的一切12类CBSE项目不错的小软件关键技术一个用Java代码和净豆适合class12 CBSE。在Java的酒店管理系统项目,NetBeans和MySQL这是酒店管理系统项目的一部分。这个项目有以下几个模块—员工管理访客管理房间预订房间取消
    2022-01-25 20:14:05下载
    积分:1
  • QR_CodeScan
    说明:  将蓝牙地址做成二维码,手机扫码直接蓝牙连接。(Make Bluetooth address into two-dimensional code, scan code and connect directly with Bluetooth.)
    2020-06-21 17:40:01下载
    积分:1
  • dailifenxiao
    1.代理商可以自主修改会员账户余额、代理等级。 2.代理商可自主修改下级代理预存费用。 3.代理商可自主招收下级代理,无需官网总部批准。 3.一级代理招收二级代理时,预存款无需再与官网分成,可100 获得。 4.支持无线级招收下级代理,并且可以在后台看到所有下级代理关系图。 5.下级代理消费时,他的所有上级代理均可获得利润分成。(1 agents can independently modify the balance of the member account, the agent level. 2 agents can independently modify the sub agent pre storage costs. 3 agents can recruit subordinate agents, without the approval of the official website of the headquarters. 3 first class agent to recruit two agents, the pre deposit no longer need to be divided into the official website, can be 100 . 4 support the wireless level to recruit a subordinate agent, and can be seen in the background of all the subordinate agent relationship. 5 subordinate agent consumption, all his superior agents can be divided into profit.)
    2016-08-10 12:10:36下载
    积分:1
  • 课程表
    实现课程表的基本功能,提醒学生上课时间,还有备注等功能(Realize the basic function of the curriculum, remind the students of the class time, as well as notes and other functions.)
    2021-01-07 11:18:54下载
    积分:1
  • TilePuzzle_Android
    拼图游戏代码,java实现,可参考,仅供学习(Jigsaw code, java implementation, reference, only to learn)
    2013-09-24 16:33:20下载
    积分:1
  • QT编写的组态源码
    文中包含了程序的源码,可以使用qt creator编译。
    2016-11-22下载
    积分:1
  • Java代码的局部比对
    接下来你要做的就是找到一个实际的LCS。你这样做在回溯步骤中使用细胞指针,你画了。当你建立你的表,记住,当你左上侧单元格有一个指针,和当前单元格中的值是1超过左上侧单元格的值,这意味着左侧字符以上都是平等的。在建立LCS,这对应于这个角色添加到LCS。因此,构建LCS的方式是通过右下角的单元格开始,然后向后箭头。每次你跟着一个指针左上侧单元格对角线和单元格的值小于1当前单元格的值,将相应的共性的LCS你构造。注意,您预先考虑它,因为你从LCS的结束。(在图5中,右下角的5对应于你的第5个字符。)所以,继续建立你的LCS。从右下角,你看到,指针指向上侧的单元格,当前单元格中的值(5)是一个大于左上侧单元格中的值(4)。所以将字符G的初始零长度字符串。下一个箭头,从细胞包含4,也分左,但并没有改变的价值。和下一个细胞还指出,以上左边,但其价值也不改变。最后,细胞还指出,上述和离开,但从3到4。这意味着您添加行和列的共同特征,这是一个a。所以,到目前为止你LCS是AG)。从那里,沿着指针向左(对应于跳过上面的T)到另一个3。然后有一个对角指针指向2。因此,您添加普通信在当前行和列,这是一个C,产生的牢笼。你以这种方式继续,直到你终于达到0。图6显示了整个回溯:
    2022-01-31 04:49:25下载
    积分:1
  • android 异步下载示例源码
    其中还包含了各种布局示例 以及
    2014-04-13下载
    积分:1
  • 696518资源总数
  • 104388会员总数
  • 18今日下载