PHP Classes

File: source.php

Recommend this page to a friend!
  Classes of Khaled Al-Shamaa   Odds algorithm   source.php   Download  
File: source.php
Role: Auxiliary script
Content type: text/plain
Description: Example script
Class: Odds algorithm
Implementation of the Thomas Bruss odds algorithm
Author: By
Last change: I can't upload PDF document, so I just make theory link refer to the source document on the web :(
Date: 18 years ago
Size: 942 bytes
 

Contents

Class file image Download
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="keywords" content="xhtml, css, html, printing, template" />
<link rel="stylesheet" type="text/css" href="style.css" media="all" />
<title>Oods Algorithm</title>
</head>

<body>

<center>
<div style="width: 80%; position:absolute; left:10%; top:0%; z-index:1">
<br />
<div class="tabArea" align="center">
  <a class="tab" href="example.php">Example</a>
  <a class="tab" href="source.php">Class</a>
  <a class="tab" href="http://www.math.ucla.edu/~tom/Stopping/sr2.pdf" target="_blank">Theory</a>
</div>

<div class="Paragraph">

<h2> The good reasoned choice...</h2><br />

<?php
highlight_file
('oods.class.php');
?>

</div><br /></div></center></body></html>