资源列表
Kruskal算法:(贪心)
- Kruskal算法:(贪心)-Kruskal algorithm : (greedy)
dianzimiaobiao
- 用8253设计电子秒表,(说明:主要是通过别人的程序上载)
avi
- mediaPlayer 在线网页播放器,能支持avi和wmv等播放格式的文件-media Player online
ServletUtilities
- servlet code- servlet java- cookies-write cookies
DateAndCalendarTest
- 显示出具体日期与当前时间的JAVA源程序-Shows that the specific date and time of the current source JAVA
ListFocusableTest
- ListFocusableTest extends ActivityInstrumentationTestCase.
TrackerListHelper
- Used to bind Tracker data to a list view UI.
FrameLayout_LayoutParamsTest
- Frame Layout Params Test extends Android Test Case. -Frame Layout Layout Params Test extends Android Test Case.
TestIO
- java中对于IO流的简单示例,方便初学者了解字节流,过程流和包装流-For a simple example of java IO streams, easy for beginners to understand the byte stream, and packaging process flow streams
GetInfo
- java解析数据库中的表结构代码,包括表名称、表类型、表的索引等功能-java parsing code in the database table structure, including the table name, table type, indexes, tables and other functions
New-folder---Copy-(2)
- this the web application for chat in the office-this is the web application for chat in the office
StudentTestKaoShi_4
- 分析以下需求,并用代码实现: 1. 自定义一个类学生 学生中有姓名和年龄属性 2. 利用new关键字创建4个学生 为4个学生的姓名和年龄赋值 3. 将这四个学生添加到集合中 4. 利用冒泡排序算法,对集合中的学生按照年龄从小到大排序 5. 最终遍历集合中排序好的学生,打印学生的姓名和年龄-Analyze the following requirements and implement them in code: 1. Customize a class s