李晓亮的博客

导航

2010年8月19日

希尔排序的C语言实现(2)

摘要: 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--#include<stdio.h>#include<stdlib.h>voidShellSort(inta[],intIndex);voidPrintArray(constc... 阅读全文

posted @ 2010-08-19 17:02 LeeXiaoLiang 阅读(577) 评论(0) 推荐(0) 编辑

希尔排序的C语言实现(1)

摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--#include<stdio.h>#include<stdlib.h>intinitialStep(intsize);voidsort(intarray[],intfrom,i... 阅读全文

posted @ 2010-08-19 10:37 LeeXiaoLiang 阅读(712) 评论(0) 推荐(0) 编辑