文件名称:Sherwood
介绍说明--下载内容来自于网络,使用问题请自行百度
Sherwood算法消除最坏实例,以达到对任何实例都能有好的性能的效果
文件:
rd_list.c --> create a random sequence of n integers not equal to each other
list.c --> create a descending sequence of n integers not equal to each other
sherwood.c --> 就是该算法,静态链表的长度默认设为1000,可在宏定义处修改
用法:
gcc -o sherwood sherwood.c
gcc -o rd_list rd_list.c
gcc -o list list.c
./rd_list s.txt 1000 产生一个长度为1000的互不相等的随机序列,保存在s.txt中
./list s1.txt 1000 产生一个长度为1000的互不相等的降序序列,保存杂s1.txt中
./sherwood s1.txt 运行算法,比较其中的4个算法的性能差异
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Sherwood/list.c
Sherwood/rd_list.c
Sherwood/readme.txt
Sherwood/sherwood.c
Sherwood
www.dssz.com.txt
Sherwood/rd_list.c
Sherwood/readme.txt
Sherwood/sherwood.c
Sherwood
www.dssz.com.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.