代码搜索:Transposition
找到约 56 项符合「Transposition」的源代码
代码结果 56
www.eeworm.com/read/229812/4733725
c trans.c
/* transposition table routines
(c) 1992 John Tromp
*/
#include "c4.h"
#define HTSIZE 1050011 /* not to be messed with:-) */
#define HTD (HTSIZE & 0xfffff)
#define STRNG (HTD/8)
#defi
www.eeworm.com/read/265946/4280149
cpp transpose.cpp
// -*- c-basic-offset: 4 -*-
#include "NotationTypes.h"
using namespace Rosegarden;
using std::cout;
// Unit test-ish tests for transposition.
//
// Returns -1 (or crashes :)) on error, 0 on succe
www.eeworm.com/read/186338/8944414
c ttable.c
/* ttable.c -- Transposition table code to be included in search.c */
/* #include "gnuchess.h" already included, see search.c */
/* #include "ttable.h" dito */
/* NOTE: The static evaluation cach
www.eeworm.com/read/492318/6421451
c morton_tans.c
/*----------Morton ordering---------------------------------
*Transposition
*aim:
* 矩阵向左旋转90度.
*function:
* Block_Roate32: 小块矩阵旋转
* trc: 划分函数
*
*parameter:
* WIDTH: 图像宽度
* HEIGHT:图像高度
* B
www.eeworm.com/read/116193/14983378
cpp transhow.cpp
#include
#include "ap.h"
using namespace std;
// Visual test of transposition
// Only works with djgpp for now
static size_t un1, un2;
static modint *udata;
extern "C" voi
www.eeworm.com/read/116193/14983516
cpp transpos.cpp
#include "ap.h"
// Optimized transposition routines
// Move a b x b block from s to d, d width = nd , s width = ns
void moveblock (modint d[], modint s[], size_t b, size_t nd, size_t ns)
{