资源列表
PCTest
- Producer和Consumer程序共享的资源对象,Consumer(消费者)程序,Producer(生产者)程序-PCTest。java
Student
- 标准学生定义的类,方便用于学生定义-The standard definition of a class of students
EightQueue
- 用Java编码写八皇后代码 希望对大家有所帮助 -Eight Queen
Point
- 通过一个Point类讲述静态方法可由类访问,非静态方法由对象访问。-Point class through a static method described by the class to access non-static methods from the object access.
student-(2)
- 这是一个学生管理系统的一部分,是老师进行操作的JSP页面,可以看着老师的首页。-This is part of a student management system, is the teacher to operate the JSP page, you can look at the teacher' s home page.
calculate
- 用java实现计算器的程序 用户也以应用此软件来进行计算-Calculator program using java users to achieve in order to apply the software to calculate
Exchange
- java编程,简单地实现将两个字符串相互交换位置-java programming, simple implementation of the two strings exchange position
Calc
- hi this a program of calculator. hope u all like this one. thanku-hi this is a program of calculator. hope u all like this one. thanku
triangle
- jsp文件,三角形的三边关系,三条边各自的长度,组成三角形的三边的条件,各种情况的分析-Triangle Success
networktransaction_unittest
- Network Transaction Test Source Code for Andriod.
test
- 实现EXCEL的列号与对应位置数值序号的相互转换-convert excel column name to column position number and convert reverse.
ColorSort
- 对一组包含k种颜色的n个对象进行排序,本解法使用桶排序,时间复杂度为O(nlogn),空间复杂度为O(1) -For a group that contains k colors to sort n objects, this solution using bucket sort, the time complexity is O (nlogn), space complexity is O (1)