統計
All
ランク
of 154,105
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
送信済み
Simple Chess game
I tried to keep it "minimalistic", so strength isn't great.
約2年 前 | ダウンロード 11 件 |
送信済み
Two versions of Pollard's rho factorization algorithm
one version with Brent's style cycle detection, one without but using vectors and matrices
2年以上 前 | ダウンロード 2 件 |
送信済み
sieve of Erathostenes
a simple number sieve, which could (in theory) run forever, because it does not require an interval to be sieved.
2年以上 前 | ダウンロード 1 件 |
送信済み
find zeros of the Riemann zeta function
This function finds zeros of the Riemann zeta function on the critical line 0.5 + i*t in an interval von <= t <= bis
3年弱 前 | ダウンロード 2 件 |
送信済み
two ways to compute Riemanns prime counting function
one version which works (J2) and one which does not work (J1).
3年以上 前 | ダウンロード 1 件 |
送信済み
convert integer to binary or binary to integer
convert a column vetor of integers to a column vector of binaries or vice versa
4年弱 前 | ダウンロード 1 件 |
送信済み
zetaRS approximates Riemann's zeta(0.5 + i*t) for large t
Fast computation of Riemann's zeta function on the critical strip using the Riemann Siegel formula.
4年弱 前 | ダウンロード 1 件 |
送信済み
Create and run Turing machines
Some tools and examples for creating and simulating Turing machines and macro-Turing machines.
約4年 前 | ダウンロード 1 件 |
送信済み
Computation of the rado function
More sophisticated check for endless loops, support for parallel execution and the use of macro-Turing-machines
4年以上 前 | ダウンロード 1 件 |
送信済み
uncover the call structure of a recursive function call
recurse(tree) helps to uncover the call structure of a recursive function call.
4年以上 前 | ダウンロード 1 件 |
送信済み
GaussLegendre
quick approximation of pi using the Gauss-Legendre algorithm
4年以上 前 | ダウンロード 2 件 |
送信済み
two versions of the Euler-phi function
two brief implementations of the Eulerphi function
4年以上 前 | ダウンロード 1 件 |
送信済み
Computation of Rado-function
Recursive computation of the "uncomputable" Rado-function.
5年弱 前 | ダウンロード 1 件 |
送信済み
Karatsuba algorithm for fast multiplication
Multiplication of "x" and "y" with Karatsuba method using base "base" x , y and base can be freely chosen
約5年 前 | ダウンロード 3 件 |
送信済み
Shor Algorithm for prime factoring
A Version of the Shor-Algorithm for prime Factoring. Please feel free to comment on it or recommend improvements.
約5年 前 | ダウンロード 2 件 |