代码搜索结果

找到约 33,766 项符合 Algorithm 的代码

contents.m

% contents.m % % This directory contains a example files that illustrates % some of the algorithm developed in the toolsvm or toolreg % % File | Comments %

readme.txt

:::_aureservoir_::: unit tests NOTE: This is only a very small part of the unit tests. All the algorithm tests or done in python, see directory aureservoir/python/tests 2007, Georg Holzmann

kmeanlbg.m

function [x,esq,j] = kmeanlbg(d,k) %KMEANLBG Vector quantisation using the Linde-Buzo-Gray algorithm [X,ESQ,J]=(D,K) % %Inputs: % D contains data vectors (one per row) % K is number of centres re

1500.cpp

/* This Code is Submitted by wywcgs for Problem 1500 on 2006-01-29 at 02:12:40 */ #include #include using namespace std; int main() { int i, j, hanoi[13] = { 0, 1 };

1171.cpp

/* This Code is Submitted by wywcgs for Problem 1171 on 2006-11-13 at 21:45:36 */ #include #include using namespace std; const int N = 32; int main() { int n, m, g[N

2416.cpp

/* This Code is Submitted by wywcgs for Problem 2416 on 2006-11-18 at 13:34:16 */ #include #include using namespace std; const int N = 1024; int main() { int phi[N],

2054.cpp

/* This Code is Submitted by wywcgs for Problem 2054 on 2006-01-07 at 21:19:40 */ #include #include #include using namespace std; const int MAX = 16; const doubl

1994.cpp

/* This Code is Submitted by wywcgs for Problem 1994 on 2006-02-21 at 12:18:58 */ #include #include using namespace std; const int MAX = 1024; int main() { int t, T,

2195.cpp

/* This Code is Submitted by wywcgs for Problem 2195 on 2006-04-02 at 22:44:39 */ #include #include using namespace std; typedef long long int64; const int MAX = 36; i

2264.cpp

/* This Code is Submitted by wywcgs for Problem 2264 on 2006-06-03 at 17:19:25 */ #include #include using namespace std; typedef long long int64; const int CN = 102400;