- 博客(2)
- 收藏
- 关注
原创 Implicit super constructor Object() is undefined
jre没有配置正确,解决方法如下: This problem occurs if your built path is not configured properly in eclipse. In eclipse to remove this error right click on your project -> Build Path -> Configure Build Pa...
2013-12-11 14:50:24
371
原创 sort 排序
selection sort: [code="c"] void selectionSort(int arr[], int n) { int i, j, minIndex, tmp; for (i = 0; i < n - 1; i++) { minIndex = i; for (j ...
2012-05-10 11:11:46
124
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人