资源列表
Count3Quit1
- 数三退一,网友多指教,我是一名初学者,请多指教!-Number three back, enlighten more users
MyDateUtil
- 代码 对日期时间进行封装,包括String、long、timestamp等转换-Code date time package, including String, long, timestamp conversion
Fenjie
- 将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。 -The prime factors of a positive integer factorization. For example: Enter 90 to print out 90 = 2* 3* 3* 5.
IntegerMultiply
- 算法分析与设计 用递归分治算法解决大整数乘积问题(java源码)-Algorithm Analysis and Design Recursive divide and conquer algorithm to solve the problem of large integer multiplication. (Java source code)
UDP
- java实现,利用UDP协议,实现服务器与多个客户端之间的通信,客户端之间不能通信-java, using UDP protocol, server and multiple clients to achieve communication between the client can not communicate
SAXExceptionTest
- SAX Exception Test Source Code for Andriod.
Test_move_from16
- @title src register contains reference Source Code for Andriod.
ConnectionPendingExceptionTest
- Tests for ConnectionPendingException Source Code for Andriod.
DestroyableTest
- Tests for <code>Destroyable</code> class constructors and methods.
ComposeShader
- A subclass of shader that returns the coposition of two other shaders, combined by an subclass.
Areaprint
- Useful for java readers for handling execptions
find_Majority_Number
- 寻找数组中个数超过数组长度1/3的数。该方法用O(n)时间和O(1)空间解决。-Looking for a few more than the number of array array length 1/3. The solution with O (n) time and O (1) space.