代码搜索结果

找到约 10,000 项符合 Algorithm 的代码

acdx.ini

[Main] gnugk_host=192.168.1.94 gnugk_port=7000 listen_port=7001 distribution_algorithm=LONGEST_IDLE logfile=acd.log debug=3 wq_start_cmd=start wq_portrange_start=1720 support_wq_message=hi_

polyfact.c

/* Author: Pate Williams (c) 1997 Berlekamp's Q-matrix algorithm. See "Handbook of Applied Cryptography" by Alfred J. Menezes et al 3.11.2 Section 3.111 Algorithm page 124. Also see

fig23_26.cpp

// Fig. 23.26: Fig23_26.cpp // Standard Library algorithms fill, fill_n, generate and generate_n. #include using std::cout; using std::endl; #include // algorithm definit

polyfact.c

/* Author: Pate Williams (c) 1997 Berlekamp's Q-matrix algorithm. See "Handbook of Applied Cryptography" by Alfred J. Menezes et al 3.11.2 Section 3.111 Algorithm page 124. Also see

sfm_projective.m

% Algorithm 11.6. % The projective reconstruction algorithm from two views % as described in Chapter 5, "An introduction to 3-D Vision" % by Y. Ma, S. Soatto, J. Kosecka, S. Sastry (MASKS) % Code

test_6_1.m

% Algorithm 11.6. % The projective reconstruction algorithm from two views % as described in Chapter 6 and 11, "An introduction to 3-D Vision" % by Y. Ma, S. Soatto, J. Kosecka, S. Sastry (MASKS)

matrix.csv

"Function","GJ_step","(Mat, [Typ], [IntValue]) ","Gauss-Jordan algorithm step by step","Linear Algebra","Gauss-Jordan algorithm step by step",,"matrix","matrix.hlp","21" "Function","M_ABS","(v) ","No

2235974_wa.cc

//Graham scan algorithm //O(nlgn) # include # include # include # define MAX 50001 using namespace std; typedef int stack; struct node { int x, y; }Q[MAX

2235986_ac_170ms_440k.cc

//Graham scan algorithm //O(nlgn) # include # include # include # define MAX 50001 using namespace std; typedef int stack; struct node { int x, y; }Q[MAX

2236065_ce.cc

//Graham scan algorithm //O(nlgn) # include # include # include # define MAX 50001 using namespace std; typedef int stack; struct node { int x, y; }Q[MAX