Location:
Search - Sherwood
Search list
Description:
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个算法的性能差异
Platform: |
Size: 3258 |
Author: 李士 |
Hits:
Description: 概率算法的一个基本特征是对所求解问题的同一实例用同一概率算法求解两次可能得到完全不同的效果。这两次求解问题所需的时间甚至所得到的结果可能会有相当大的差别。一般情况下,可将概率算法大致分为四类:数值概率算法,蒙特卡罗(Monte
Carlo)算法,拉斯维加斯(Las Vegas)算法和舍伍德(Sherwood)算法。
Platform: |
Size: 10489 |
Author: leansmall |
Hits:
Description:
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 algorithm for the elimination of the worst examples of any instances in order to achieve good performance can have the effect of document: rd_list.c
Platform: |
Size: 3072 |
Author: 李士 |
Hits:
Description: 舍伍德算法(sherwood概率算法,平滑算法性能)-Algorithm Sherwood (sherwood probability algorithm, smoothing algorithm performance)
Platform: |
Size: 3072 |
Author: wxgou |
Hits:
Description: Vc++中的舎伍德算法实现线性时间选择算法-Vc++ Of舎Wood algorithm linear time selection algorithm
Platform: |
Size: 105472 |
Author: walle |
Hits:
Description: 舍伍德算法是概率算法的一种,实现线性表的运算-Sherwood algorithm is a probabilistic algorithm to achieve linear operation table
Platform: |
Size: 147456 |
Author: vivi |
Hits:
Description: 概率算法的一个基本特征是对所求解问题的同一实例用同一概率算法求解两次可能得到完全不同的效果。这两次求解问题所需的时间甚至所得到的结果可能会有相当大的差别。一般情况下,可将概率算法大致分为四类:数值概率算法,蒙特卡罗(Monte
Carlo)算法,拉斯维加斯(Las Vegas)算法和舍伍德(Sherwood)算法。 -An essential feature of the probability algorithm for solving the problem is the same instance of the algorithm with the same probability of the two may be completely different results. Both the time required to solve the problem or the results obtained may be quite different. In general, the probability algorithm can be divided into four categories: numerical probability algorithm, Monte Carlo (Monte Carlo) algorithm, Las Vegas (Las Vegas) algorithm and Sherwood (Sherwood) algorithm.
Platform: |
Size: 4096 |
Author: leansmall |
Hits:
Description: sherwood算法的C语言描述,并与算法A,B,D算法进行了比较。-sherwood C language description of the algorithm, and with the algorithm A, B, D algorithm are compared.
Platform: |
Size: 1024 |
Author: Tom |
Hits:
Description: 程序代码对快速排序法和舍伍德快速排序法的比较-Program code for quick sort and comparison of Sherwood Quick Sort
Platform: |
Size: 1024 |
Author: 宏栋 |
Hits:
Description: 高级算法教程中的舍伍德算法,又一个经典算法,需要好好学习学习-Sherwood advanced algorithms tutorial method, but also a classical algorithm, need to learn to learn
Platform: |
Size: 132096 |
Author: lands |
Hits:
Description: 随机采样和随机选择的sherwood算法可以进一步改进算法-the sherwood form the sampling
Platform: |
Size: 1024 |
Author: 李飞 |
Hits:
Description: 使用sherwood算法对快排算法优化,使得出现最坏情况的几率减小-sherwood fast row algorithm optimization, making the chance of reducing the worst-case scenario
Platform: |
Size: 1024 |
Author: |
Hits:
Description: 写一个Sherwood算法C(X),与算法A(X),B(X),D(X)比较,给出实验结果。-Write a the Sherwood algorithm of C (X), with the algorithm A (X), B (X), D (X), experimental results are presented.
Platform: |
Size: 288768 |
Author: zhouqi |
Hits:
Description: This is classification code. Try with ypur datasets.
Platform: |
Size: 108544 |
Author: revathi |
Hits:
Description: CV中的决策森林,作者提供的源码,感觉比较有用,可以参考一下-Decision Forests for Computer Vision and Medical Image Analysis source code
Platform: |
Size: 1282048 |
Author: zjd |
Hits: