2010年12月29日

摘要: #include<stdio.h>#include<stdlib.h>struct node{ int key;}r[20];struct rnode{ int key; int point;};main(){ void print(struct node a[20],int n); int creat(); void shell(struct node a[20],int n); int hoare(struct node a[20],int l,int h); void quick1(struct node a[20],int n); void quick2(str 阅读全文
posted @ 2010-12-29 09:30 Zhiqiang.Chen 阅读(202) 评论(0) 推荐(0) 编辑

导航