photo

Thomas


self employed

Last seen: 2 days 前 自 2019 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
  • Thankful Level 3
  • First Answer
  • Thankful Level 2
  • 5-Star Galaxy Level 2
  • Personal Best Downloads Level 1
  • First Review
  • First Submission

查看徽章

Feeds

排序方式:

已提交


A simple quaternion class
class with some basic operations on quaternions

10 months 前 | 1 次下载 |

Thumbnail

已提交


discrete logarithm
compute the discrete logarithm using Shank's algorithm

10 months 前 | 1 次下载 |

已提交


Simple Chess game
I tried to keep it "minimalistic", so strength isn't great.

2 years 前 | 2 次下载 |

Thumbnail

已提交


Two versions of Pollard's rho factorization algorithm
one version with Brent's style cycle detection, one without but using vectors and matrices

2 years 前 | 1 次下载 |

Thumbnail

已提交


sieve of Erathostenes
a simple number sieve, which could (in theory) run forever, because it does not require an interval to be sieved.

2 years 前 | 1 次下载 |

Thumbnail

已提交


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

2 years 前 | 2 次下载 |

Thumbnail

已提交


Hashlife
a Matlab version of Gosper's hashlife

2 years 前 | 1 次下载 |

Thumbnail

已提交


two ways to compute Riemanns prime counting function
one version which works (J2) and one which does not work (J1).

3 years 前 | 1 次下载 |

Thumbnail

已提交


convert integer to binary or binary to integer
convert a column vetor of integers to a column vector of binaries or vice versa

3 years 前 | 1 次下载 |

Thumbnail

已提交


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.

3 years 前 | 1 次下载 |

Thumbnail

已提交


Fast approximation of Pi
Approximate Pi with 16th order convergence

3 years 前 | 1 次下载 |

Thumbnail

已提交


Create and run Turing machines
Some tools and examples for creating and simulating Turing machines and macro-Turing machines.

3 years 前 | 1 次下载 |

Thumbnail

已提交


Computation of the rado function
More sophisticated check for endless loops, support for parallel execution and the use of macro-Turing-machines

4 years 前 | 1 次下载 |

Thumbnail

已提交


uncover the call structure of a recursive function call
recurse(tree) helps to uncover the call structure of a recursive function call.

4 years 前 | 1 次下载 |

Thumbnail

已提交


GaussLegendre
quick approximation of pi using the Gauss-Legendre algorithm

4 years 前 | 2 次下载 |

Thumbnail

已提交


two versions of the Euler-phi function
two brief implementations of the Eulerphi function

4 years 前 | 1 次下载 |

Thumbnail

已提交


Computation of Rado-function
Recursive computation of the "uncomputable" Rado-function.

4 years 前 | 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 years 前 | 1 次下载 |

已提交


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 years 前 | 2 次下载 |