代码搜索:conquer
找到约 69 项符合「conquer」的源代码
代码结果 69
www.eeworm.com/read/294317/8241713
cpp minmax.cpp
// find min and max of n elements
// non-recursive divide-and-conquer version
#include
template
bool MinMax(T w[], int n, T& Min, T& Max)
{// Locate min and max of w[0:n
www.eeworm.com/read/201477/15407558
cpp minmax3.cpp
// find min and max of n elements
// non-recursive divide-and-conquer version
#include
template
bool MinMax(T w[], int n, T& Min, T& Max)
{// Locate min and max of w[0:n
www.eeworm.com/read/459616/7270467
cpp minmax3.cpp
// find min and max of n elements
// non-recursive divide-and-conquer version
#include
template
bool MinMax(T w[], int n, T& Min, T& Max)
{// Locate min and max of w[0:n-1].
/
www.eeworm.com/read/332467/3397805
ini config.ini
[program]
patch = update.exe
main = Conquer.exe
fail = PatchOver.exe
failparam = -/_PATCH_FINISH_FAIL
; 自动更新缺省模式
; 0 = FTP模式
; 1 = HTTP模式
Default_Mode = 1
; 缺省的ServerGroup,-1表示不使用这个功能
De
www.eeworm.com/read/447482/1701784
ini config.ini
[program]
patch = update.exe
main = Conquer.exe
fail = PatchOver.exe
failparam = -/_PATCH_FINISH_FAIL
; 自动更新缺省模式
; 0 = FTP模式
; 1 = HTTP模式
Default_Mode = 1
; 缺省的ServerGroup,-1表示不使用这个功能
De
www.eeworm.com/read/382718/2628413
ini config.ini
[program]
patch = update.exe
main = Conquer.exe
fail = PatchOver.exe
failparam = -/_PATCH_FINISH_FAIL
; 自动更新缺省模式
; 0 = FTP模式
; 1 = HTTP模式
Default_Mode = 1
; 缺省的ServerGroup,-1表示不使用这个功能
De
www.eeworm.com/read/367675/2838272
txt 481.txt
发信人: tyqqre (tyqqre), 信区: DataMining
标 题: Re: 请教:Separate and Conquer 与 Divide and Conq
发信站: 南京大学小百合站 (Fri Oct 25 14:07:25 2002)
是有关分而之治的方法吗?
【 在 jeff814 的大作中提到: 】
: 请教各位:关于有没有Separate and C
www.eeworm.com/read/367675/2838281
txt 482.txt
发信人: jeff814 (mimi), 信区: DataMining
标 题: Re: 请教:Separate and Conquer 与 Divide and Conq
发信站: 南京大学小百合站 (Fri Oct 25 15:54:02 2002)
你制的是后者。前者呢?如何应用到规则学习中的??
【 在 tyqqre 的大作中提到: 】
: 是有关分而之治的方法吗?
www.eeworm.com/read/367675/2838349
txt 486.txt
发信人: tyqqre (tyqqre), 信区: DataMining
标 题: Re: 请教:Separate and Conquer 与 Divide and Conq
发信站: 南京大学小百合站 (Fri Oct 25 17:47:30 2002)
分而治之是指在规则学习中每次得到的一条规则覆盖部分正例,但是排斥所有正例,如此
循环直到得到一个规则集覆盖所有正例,排斥所有负例