资源列表
AddMatrices.java
- Add matrices java. the source code is written by me. and has no errors. feel free to share
maxMin
- this simple mmax and minimum value finding program in java.-this is simple mmax and minimum value finding program in java.
swap
- Arrays in Javascr ipt are really powerful, really awesome, and really REALLY funny. If you don t feel that way, that s too bad. They are the primary data structure you have for storing and manipulating collections of data, so you are pretty much stuc
selectionSorting
- The selection sort improves on the bubble sort by making only one exchange for every pass through the list. In order to do this, a selection sort looks for the largest value as it makes a pass and, after completing the pass, places it in the proper l
primeNumber
- A prime number (or a prime) is a natural number greater than 1 that has no positive divisors other than 1 and itself. A natural number greater than 1 that is not a prime number is called a composite number.
plandrome
- A palindromic number is a number (in some base ) that is the same when written forwards or backwards, i.e., of the form . The first few palindromic numbers are therefore are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 22, 33, 44, 55, 66, 77, 88, 99, 101, 111,
fibonacciSeries
- The Fibonacci Sequence is the series of numbers: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, ... The next number is found by adding up the two numbers before it. The 2 is found by adding the two numbers before it (1+1) Similarly, the 3 is found
SkiProblem
- 实现SkiProblem问题,这是一个重要的算法。在算法学习中是典型算法。-implementation SkiProblem
MANAGER
- 职工档案管理系统Staff records management system-Staff records management system,Staff records management system
SizeOf_0_2_1
- source for eclipse useful size of code
source-archive
- source for eclipse useful archive
TCP
- 用java实现的基于tcp的文件传输程序,是计网课用到的,欢迎下载~-tcp file transmission codes
