代码搜索:Transposition

找到约 56 项符合「Transposition」的源代码

代码结果 56
www.eeworm.com/read/378186/9242993

f btrans.f

Subroutine btrans (a, n1, n2, sizes, t) ! ------------------------------------------------------------- ! --- 'btrans' performs a blockwise local transposition. Input ! array is 'a', output
www.eeworm.com/read/298606/7949651

h transpositiontable.h

/**************************************************** Author: S. Senthil kumar Class Name: Transposition Table Purpose: Stores best moves found so far for quick reference later. *************
www.eeworm.com/read/116193/14983403

cpp transhot.cpp

#include #include "ap.h" // Visual matrix transposition test program int main (void) { int t, r, n = 128, n1 = 8, n2 = 16; modint *data = new modint[n]; for (t =
www.eeworm.com/read/194719/8187237

h transpositiontable.h

/**************************************************** Author: S. Senthil kumar Class Name: Transposition Table Purpose: Stores best moves found so far for quick reference later. *************
www.eeworm.com/read/388272/8620435

cpp main.cpp

// main.cpp // includes #ifdef _WIN32 #include #else #define EXIT_SUCCESS 1 #endif #include "attack.h" #include "evaluate.h" #include "fen.h" #include "hash.h" #include "m
www.eeworm.com/read/298606/7949759

cpp transpositiontable.cpp

/**************************************************** Author: S. Senthil kumar File: TranspositionTable.cpp Purpose: Implementation of the board transposition table **************************
www.eeworm.com/read/194719/8187369

cpp transpositiontable.cpp

/**************************************************** Author: S. Senthil kumar File: TranspositionTable.cpp Purpose: Implementation of the board transposition table **************************
www.eeworm.com/read/186338/8944373

h ttable.h

/************************* Tuning parameters ****************************/ /* * ttblsz can be a any size. #undef ttblsz to remove the transposition * tables. */ #ifndef ttblsz #if defined(M
www.eeworm.com/read/116228/14982371

java matrix.java

/** * This is the class for the matrix. * It defines matrix arithmetic and floating-number arithmetic including * addition, subtraction, multiplication, division,transposition,inversion * and
www.eeworm.com/read/453443/7420588

cpp ttable.cpp

/** @file Handles the transposition table */ #include #include #include "TTable.h" using namespace Othello; TranspositionTable::TranspositionTable() : _size(1