Jump to content


Computer Picks NU over AUB


Syzygyone

Recommended Posts

FOX Sports column by Pete Shrager

 

Jan. 1: Cotton Bowl, Dallas, Texas

 

Nebraska: 27

Auburn: 24

 

Players of the game:

Z. Taylor (NEB ): 22-30, 210 yards, 2 TDs

K. Irons (AUB): 18 carries, 88 yards, 2 TDs

 

:corndance:clap

 

So sayeth the Play Station 2 simulator!

 

"And week after week, the PS2 dominated its human competition. In eight out of 13 weeks, the video game predicted more correct games than both the reader representative and me. In three of them, it got more games right than both of us combined. The simulation had Rutgers beating Louisville, Wake Forest beating Boston College, South Carolina beating Clemson. The list goes on. Every big upset — the PS2 saw it coming. "

 

Full Story Link

 

 

Here's hoping that artificial intelligence has it right! :bonez

Link to comment


But, I've never seen a computer that was able to quantify Heart!

 

really? you haven't? Well here it is. But don't share it with AU ;)

 

 

class matrix;

class imatrix;

class iVector;

class Vector

{

friend class matrix;

double *data;

int len;

 

public:

//constructors

Vector();

Vector(int n);

 

//copy operator

Vector(const Vector& original);

 

//destructor

~Vector();

 

//assignment operator

Vector& operator =(const Vector &original);

Vector& operator =(const Vector original); //not really different or needed

 

double& operator[](int i)const ;

Vector operator +(const Vector& v);

Vector operator -(const Vector& v);

friend Vector operator*(double,Vector);

friend Vector operator*(Vector,double);

//friend Vector operator*(Vector&);

 

//printing for debugging purposes

void rprint() const;

void print()const ;

 

void resize(int n);

 

friend double dot(const Vector& v1, const Vector& v2);

friend double norm(const Vector& v);

double norm(void)const;

void zero(void);

int length() const{ return len;}

int operator==(const Vector& v)const;

double max(void)const;

double min(void)const;

friend ostream& operator<<(ostream& s,Vector v);

double mean()const; return numeric 'Heart'

IF 'Heart' const(Vector 3) then jump to 'HuskerWin'

Return

END

Link to comment

But, I've never seen a computer that was able to quantify Heart!

 

really? you haven't? Well here it is. But don't share it with AU ;)

 

 

class matrix;

class imatrix;

class iVector;

class Vector

{

friend class matrix;

double *data;

int len;

 

public:

//constructors

Vector();

Vector(int n);

 

//copy operator

Vector(const Vector& original);

 

//destructor

~Vector();

 

//assignment operator

Vector& operator =(const Vector &original);

Vector& operator =(const Vector original); //not really different or needed

 

double& operator[](int i)const ;

Vector operator +(const Vector& v);

Vector operator -(const Vector& v);

friend Vector operator*(double,Vector);

friend Vector operator*(Vector,double);

//friend Vector operator*(Vector&);

 

//printing for debugging purposes

void rprint() const;

void print()const ;

 

void resize(int n);

 

friend double dot(const Vector& v1, const Vector& v2);

friend double norm(const Vector& v);

double norm(void)const;

void zero(void);

int length() const{ return len;}

int operator==(const Vector& v)const;

double max(void)const;

double min(void)const;

friend ostream& operator<<(ostream& s,Vector v);

double mean()const; return numeric 'Heart'

IF 'Heart' const(Vector 3) then jump to 'HuskerWin'

Return

END

 

 

:clap:corndance:bonez

 

Sokay, I planted a trojan horse and then changed the font color to white so them Auburn

Tiger Eaglette computer whizzes won't know that they are uploading it into their game calling computer.

 

Aaaaaaahahahahahahahahahah!!!!!!!! :nutz

Link to comment

 

 

 

class matrix;

class imatrix;

class iVector;

class Vector

{

friend class matrix;

double *data;

int len;

 

public:

//constructors

Vector();

Vector(int n);

 

//copy operator

Vector(const Vector& original);

 

//destructor

~Vector();

 

//assignment operator

Vector& operator =(const Vector &original);

Vector& operator =(const Vector original); //not really different or needed

 

double& operator[](int i)const ;

Vector operator +(const Vector& v);

Vector operator -(const Vector& v);

friend Vector operator*(double,Vector);

friend Vector operator*(Vector,double);

//friend Vector operator*(Vector&);

 

//printing for debugging purposes

void rprint() const;

void print()const ;

 

void resize(int n);

 

friend double dot(const Vector& v1, const Vector& v2);

friend double norm(const Vector& v);

double norm(void)const;

void zero(void);

int length() const{ return len;}

int operator==(const Vector& v)const;

double max(void)const;

double min(void)const;

friend ostream& operator<<(ostream& s,Vector v);

double mean()const; return numeric 'Heart'

IF 'Heart' const(Vector 3) then jump to 'TouchdownAuburn''

Return

END

 

Sorry to say it buddy, but you had a small error in there, it's okay though, i fixed it for ya'. Funny how one small phrase can make the whole program wrong! :lol:

Link to comment

 

 

 

class matrix;

class imatrix;

class iVector;

class Vector

{

friend class matrix;

double *data;

int len;

 

public:

//constructors

Vector();

Vector(int n);

 

//copy operator

Vector(const Vector& original);

 

//destructor

~Vector();

 

//assignment operator

Vector& operator =(const Vector &original);

Vector& operator =(const Vector original); //not really different or needed

 

double& operator[](int i)const ;

Vector operator +(const Vector& v);

Vector operator -(const Vector& v);

friend Vector operator*(double,Vector);

friend Vector operator*(Vector,double);

//friend Vector operator*(Vector&);

 

//printing for debugging purposes

void rprint() const;

void print()const ;

 

void resize(int n);

 

friend double dot(const Vector& v1, const Vector& v2);

friend double norm(const Vector& v);

double norm(void)const;

void zero(void);

int length() const{ return len;}

int operator==(const Vector& v)const;

double max(void)const;

double min(void)const;

friend ostream& operator<<(ostream& s,Vector v);

double mean()const; return numeric 'Heart'

IF 'Heart' const(Vector 3) then jump to 'TouchdownAuburn''

Return

END

 

Sorry to say it buddy, but you had a small error in there, it's okay though, i fixed it for ya'. Funny how one small phrase can make the whole program wrong! :lol:I do wanna say though that I really love the Huskers and I hope they win Jan. 1st!!!! GO BIG RED!!!

 

That's so awesome to hear you say that!!! :lol:

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.

Visit the Sports Illustrated Husker site



×
×
  • Create New...