Click here to Skip to main content
15,886,014 members
Articles / Artificial Intelligence

A Proposed Model for Simulating Human Artificial Intelligence.

Rate me:
Please Sign up or sign in to vote.
4.29/5 (46 votes)
30 Aug 200321 min read 273.5K   2.6K   126  
Unique Jungian and MBTI approach to develop Human Artificial Intelligence
// BS_Circulatory.cpp: implementation of the CBS_Circulatory class.
//
//////////////////////////////////////////////////////////////////////

#include "stdafx.h"
#include "carl.h"
#include "BS_Circulatory.h"

#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif

//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////

CBS_Circulatory::CBS_Circulatory()
{

}

CBS_Circulatory::~CBS_Circulatory()
{

}

CString CBS_Circulatory::DoCirculatory()
{
	CString m_out;

	m_out = "DoCirculatory() Enabled\r\n";

	return m_out;
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Chief Technology Officer Earthbotics.com
United States United States
Born in Pennsylvania (USA), just north of Philadelphia. Joe has been programming since he was ten[now much older]. He is entirely self-taught programmer, & he is currently working as an IT Manager in Seattle WA. He was previously U.S. Navy Active Reservist for (SPAWAR)
In '98 was honorably discharged from the USN. He served onboard the USS Carl Vinson (94-98) He was lucky enough to drink President Clinton's leftover wine, promoted by his Captain, and flew in a plane off the flightdeck but not all at the same time. His interests, when time allows, are developing
misc apps and Artificial Intelligence proof-of-concept demos that specifically exhibits human behavior. He is a true sports-a-holic, needs plenty of caffeine, & a coding junkie. He also enjoys alternative music and a big Pearl Jam, Nirvana, new alternative music fan, and the Alison Wonderland.
He is currently working on earthboticsai.net<> which he says is fun and cool. Cool | :cool: :cheers:

Joe is an INTP[
^] personality type. Joe "sees everything in terms of how it could be improved, or what it could be turned into. INTP's live primarily inside their own minds." INTPs also can have the "greatest precision in thought and language. Can readily discern contradictions and inconsistencies. The world exists primarily to be understood. 1% of the total population" [

Comments and Discussions