Both sides previous revisionPrevious revisionNext revision | Previous revision |
chess:programming:links [2022/06/01 11:55] – peter | chess:programming:links [2022/06/01 13:21] (current) – peter |
---|
| |
https://www.chessprogramming.org/SBAMG | https://www.chessprogramming.org/SBAMG |
| |
| http://www.open-aurec.com/wbforum/viewtopic.php?f=4&t=4781 |
| |
| https://www.madchess.net/2018/10/28/madchess-3-0-beta-build-39-bitboards/ |
| |
| http://www.rivalchess.com/magic-bitboards/ |
| |
| https://groups.google.com/g/comp.lang.asm.x86/c/3pVGzQGb1ys?pli=1 |
| |
| https://www.chessprogramming.org/Looking_for_Magics |
| |
| |
| |
https://dzone.com/articles/all-about-lambda-functions-in-cfrom-c11-to-c17 | https://dzone.com/articles/all-about-lambda-functions-in-cfrom-c11-to-c17 |
| |
| https://www.tutorialspoint.com/print-all-sequences-of-given-length-in-cplusplus |
| |
| |
https://www.chessprogramming.org/BitScan | https://www.chessprogramming.org/BitScan |
| |
| https://newbedev.com/bit-twiddling-which-bit-is-set |
| |
| https://graphics.stanford.edu/~seander/bithacks.html |
| |
| https://graphics.stanford.edu/~seander/bithacks.html#ZerosOnRightMultLookup |
| |
| https://siokoshou-hatenadiary-org.translate.goog/entries/2009/07/04?_x_tr_sl=ja&_x_tr_tl=en&_x_tr_hl=en-GB&_x_tr_pto=nui,sc |
| |
| https://wandbox-org.translate.goog/permlink/DKLoL1qKgiwTrugE?_x_tr_sl=ja&_x_tr_tl=en&_x_tr_hl=en-GB&_x_tr_pto=nui,sc |
| |
| http://graphics.stanford.edu/~seander/bithacks.html#IntegerLogIEEE64Float |
| |
| |
https://tutorialspoint.dev/algorithm/divide-and-conquer | https://tutorialspoint.dev/algorithm/divide-and-conquer |
| |
| https://www.techiedelight.com/find-distinct-combinations-of-given-length/ |
| |
| https://www.techiedelight.com/find-distinct-combinations-given-length-2/ |
| |
| |
| |
| ---- |
| |
| ===== C++ - Hash ===== |
| |
| https://github.com/COMBINE-lab/cuttlefish/blob/master/src/xxHash/xxhsum.c |
| |
| |
| |
https://stackoverflow.com/questions/9878965/rand-between-0-and-1 | https://stackoverflow.com/questions/9878965/rand-between-0-and-1 |
| |
| https://www.pcg-random.org/index.html |
| |
| https://www.pcg-random.org/download.html |
| |
| https://codeforces.com/blog/entry/61587 |
| |
| https://medium.com/@sddkal/c-reimplementing-default-congruential-random-generator-6000936f38a3 |
| |
| |
| |
| |
| |
===== de Bruijn sequence ===== | ===== de Bruijn sequence ===== |
| |
| |
| [Good] |
| https://datagenetics.com/blog/october22013/index.html |
| |
| [Good] |
| https://www.chessprogramming.org/De_Bruijn_Sequence |
| |
| https://www.chessprogramming.org/De_Bruijn_Sequence_Generator |
| |
| https://www.stmintz.com/ccc/index.php?id=339184 |
| |
| |
https://www.sciencedirect.com/science/article/pii/S0012365X15002873 | https://www.sciencedirect.com/science/article/pii/S0012365X15002873 |
| |
https://en.wikipedia.org/wiki/De_Bruijn_sequence | https://en.wikipedia.org/wiki/De_Bruijn_sequence |
| |
| https://ostack.cn/qa/?qa=899440/ |
| |
| https://rosettacode.org/wiki/De_Bruijn_sequences#C.2B.2B |
| |
| https://en.wikipedia.org/wiki/De_Bruijn_sequence |
| |
| https://www.tutorialspoint.com/print-all-sequences-of-given-length-in-cplusplus |
| |
| https://stackoverflow.com/questions/4008603/how-to-compute-de-bruijn-sequences-for-non-power-of-two-sized-alphabets |
| |
| https://newbedev.com/how-to-compute-de-bruijn-sequences-for-non-power-of-two-sized-alphabets |
| |
| https://leetcode.com/problems/cracking-the-safe/discuss/110260/de-bruijn-sequence-c |
| |
| https://rosettacode.org/wiki/De_Bruijn_sequences |
| |
| https://www.sciencedirect.com/science/article/pii/S0012365X15002873 |
| |
| https://www.sciencedirect.com/science/article/pii/S0012365X15002873#br000075 |
| |
| https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.1038.9096&rep=rep1&type=pdf |
| |
| http://supertech.csail.mit.edu/papers/debruijn.pdf |
| |
| https://docplayer.net/167480236-Using-de-bruijn-sequences-to-index-a-1-in-a-computer-word-charles-e-leiserson-harald-prokop-keith-h-randall-mit-laboratory-for-computer-science-cam.html |
| |
| https://www.chessprogramming.org/De_Bruijn_Sequence_Generator |
| |
| https://www.chessprogramming.org/De_Bruijn_Sequence |
| |
| https://stackoverflow.com/questions/21888140/de-bruijn-algorithm-binary-digit-count-64bits-c-sharp |
| |
| https://stackoverflow.com/questions/21888140/de-bruijn-algorithm-binary-digit-count-64bits-c-sharp/21888542#21888542 |
| |
| |