http://suffe.cool/poker/evaluator.html
Вот весь код (по идее там должны быть карты):
Код:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | namespace eval
FileStream lutFile = new FileStream("HandRanks . dat", FileMode . Open, FileAccess . Read, FileShare . ReadWrite, 4096 );
byte [] tempBuffer = new byte [ 32487834 * 4 ];
lutFile . Read(tempBuffer, 0 , 32487834 * 4 );
fixed (int* pLut = _lut)
tempBuffer = null;
}
public unsafe static int LookupHand(int[] cards)
}
}
|
Админ: для кода существует тег CODE, а цитата предназначена для другого.