摘要: 1 /*------------------------------------------------------------ 2 chessboard.c -- 棋盘覆盖 3 4 邝翼飞 2010 5 ---------------... 阅读全文
posted @ 2014-07-05 22:05 kyf 阅读(641) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 void swap(int *p, int *q); 3 int median3(int *array, int left, int right); 4 void qsort(int *array, int left, int right); 5 6 void main... 阅读全文
posted @ 2014-07-05 22:03 kyf 阅读(283) 评论(0) 推荐(0) 编辑