登录
首页 » Java » Tree

Tree

于 2019-02-21 发布 文件大小:1437KB
0 196
下载积分: 1 下载次数: 0

代码说明:

  android树形分级列表demo.java编写(Tree hierarchical list)

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

发表评论

0 个回复

  • 电力条例草案计算器 [沙特阿拉伯版本]
    这是一个电力条例草案计算器与沙特阿拉伯电公司各项规章制度和功率沙特里亚尔比。 应用程序将帮助您在计算你基于您输入到 [.xls] 文件中,用来与一个组织得很好的表通过使用 excel 工作表来输入您的设备,他们中的额定功率的友好的用户界面应用程序的每个设备的费用 [W] 或 [千瓦] 并且还包含的设备工作沿着每一天的一天,直到条例草案 》 时的 30 天计算 [.zip] 文件的时间平均量源代码作为 [.pdf] 和 [.xls] 表也是在他们以及应用程序的 GUI 版本 [>>> 作的工作为沙特电器公司
    2022-09-13 10:30:03下载
    积分:1
  • 员工工作管理
    该系统甚至具有仅 viewingthe 员工活动或约会的选项。此功能可避免直接 contactto th 日历的主要目的 / 调度包是为当前月份 & precedingmonth,显示一个日历,允许员工从显示的日历 toschedule 选择一个日期和查看他的约会。此包分为 threesub 模块。· 员工 · 第一个子模块验证仅向主管 (属于顶级 levelmanagement)。一位主管可以安排 / 查看 / 推迟/取消 particularemployee 活动。第三子模块可以在 organizationenable 中他们只查看之前日程的约会,则所选的员工工作的所有雇员。
    2022-02-20 01:55:19下载
    积分:1
  • High performance in multipoint system using PVSN approach
    最近,有一个
    2022-12-12 15:20:03下载
    积分:1
  • imiFirewall
    手机安全防火墙源码是一套比较全面的安卓手机安全方面的源码,总结起来就是三大防火墙电话防火墙、短信防火墙和网络防火墙和一些零碎的小工具。网络防火墙有流量预警功能,可以设置2G3G和wifi的数据流量和显示流量统计。小工具有android的命令行工具,测试了一下可以使用一些简单的liunx命令。还有一个超级终端功能。任务管理器可以结束进程和查看进程的通话防火墙支持通话黑白名单,可以选择电话被拒接以后的回复语、短信防火墙跟电话防火墙功能差不多。(Mobile security firewall source code is a more comprehensive Android mobile phone safety aspects of the source code, to sum up is three firewall phone firewall, SMS firewall and network firewall and some fragmentary gadget. Network firewall has traffic warning function, you can set the 2G3G and WiFi data flow and display traffic statistics. As a command line tool with Android, you can use some simple liunx command test. There is also a super terminal function. Task manager to end of the process and check process call firewall support call black and white list, can choose the telephone was refused to reply, SMS firewall with phone firewall functions in a similar way.)
    2016-07-21 11:41:57下载
    积分:1
  • pedometer
    开源Android项目计步器源码,打开软件后,手握手机,可根据你走路时胳膊摆的次数准确测试出你走了多少步,有意思吧,而且这个项目的源码是开源的,分iPhone版和Android版,此为android版的pedometer源代码,有条件的可重新编译运行一下。(Open-source Android project pedometer source, open the software, hand phone, according to the swing arm when you walk out the number of accurately test how many steps you take, it is interesting, and this project' s source code is open source, and the iPhone version of Android version, this version of the pedometer for android source code, conditions can be recompiled to run it.)
    2013-06-06 16:07:19下载
    积分:1
  • struts
    说明:  系统名称:基于struts的图书管理系统 程序说明: 系统开发环境: Windows xp sp2 + myEclipse5.5 + Tomcat6.0 + MySQL5.0 数据库文件:直接将数据库目录下的db_librarySys文件夹复制到mysql数据库的data目录下即可 mysql数据库登陆信息: 帐号root,密码123(自己可以在com.core.ConnDB类中修改) 管理员测试帐号: admin 密码: admin (System Name: struts-based description of the procedures of Library Management System: System Development Environment: Windows xp sp2+ myEclipse5.5+ Tomcat6.0+ MySQL5.0 database file: directly to the database directory db_librarySys folder to mysql database data directory Next to mysql database login information: Account root, the password 123 (the class that they can modify the com.core.ConnDB) Administrator Test Account: admin Password: admin)
    2011-04-11 15:41:38下载
    积分:1
  • Java小游戏
    应用背景首先我们在init()方法中加载所有游戏必要的资源,包括声音,鼠标事件的监听、背景等相关设置。利用addBomb()方法增加bomb的数量、初始位置及初始化颜色。再利用start()启动线程关键技术线程调用run()方法,处理炸弹下降运动down()。Repaint()会在每一个单位时间调用paint()方法不断的刷新屏幕,paint()调用Bomb.addBomb()绘制炸弹。当游戏者按下鼠标,mousePress()事件激活,判断是否点中了炸弹。如果点中addScore()自动加1分。如果没有点中炸弹,炸弹继续下降,当撞到屏幕wasHitEarth()方法激活,其内调用death()方法,减少Denfenser.life生命点,同时audio.play()处理声音的播放,用以提示游戏者
    2022-01-26 07:13:40下载
    积分:1
  • 飞机躲子弹
    这是用java开发的一款比较简单的小游戏 利用键盘的4个方向键达到飞机的8个方向的移动从而躲避子弹   如果子弹和飞机相碰 就会停止游戏  并且有爆炸效果
    2022-03-06 23:15:23下载
    积分:1
  • 蚁群算法在机器人规划代码
    干嘛要求那么多字啊,不就是传一个代码嘛,。。。。。。java编写的,,,,蚁群算法在机器人路径规划中的应用,。。。最后会出现路线图,有图课看啦啦 ,希望对大家有用
    2022-02-21 23:52:45下载
    积分:1
  • steganography和Java
    010
    2023-07-05 13:55:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载