Click here to Skip to main content
15,897,519 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 275.9K   2.6K   126  
Unique Jungian and MBTI approach to develop Human Artificial Intelligence
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"

#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "afxres.h"

/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS

/////////////////////////////////////////////////////////////////////////////
// English (U.S.) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
#endif //_WIN32

#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//

1 TEXTINCLUDE DISCARDABLE 
BEGIN
    "resource.h\0"
END

2 TEXTINCLUDE DISCARDABLE 
BEGIN
    "#include ""afxres.h""\r\n"
    "\0"
END

3 TEXTINCLUDE DISCARDABLE 
BEGIN
    "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
    "#define _AFX_NO_OLE_RESOURCES\r\n"
    "#define _AFX_NO_TRACKER_RESOURCES\r\n"
    "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
    "\r\n"
    "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
    "#ifdef _WIN32\r\n"
    "LANGUAGE 9, 1\r\n"
    "#pragma code_page(1252)\r\n"
    "#endif //_WIN32\r\n"
    "#include ""res\\carl.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
    "#include ""afxres.rc""         // Standard components\r\n"
    "#endif\r\n"
    "\0"
END

#endif    // APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
//
// Icon
//

// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDR_MAINFRAME           ICON    DISCARDABLE     "res\\carl.ico"

/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//

IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 235, 55
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "About carl"
FONT 8, "MS Sans Serif"
BEGIN
    ICON            IDR_MAINFRAME,IDC_STATIC,11,17,20,20
    LTEXT           "carl Version 1.0",IDC_STATIC,40,10,119,8,SS_NOPREFIX
    LTEXT           "Copyright (C) 2003",IDC_STATIC,40,25,119,8
    DEFPUSHBUTTON   "OK",IDOK,178,7,50,14,WS_GROUP
END

IDD_CARL_DIALOG DIALOGEX 0, 0, 490, 387
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_APPWINDOW
CAPTION 
"Carl - Jungian based ALife Demonstration of Human Personality Artificial Intelligence"

FONT 8, "MS Sans Serif", 0, 0, 0x1
BEGIN
    DEFPUSHBUTTON   "OK",IDOK,433,346,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,433,366,50,14
    COMBOBOX        IDC_COMBO_MBTI,29,26,69,167,CBS_DROPDOWNLIST | 
                    WS_VSCROLL | WS_TABSTOP
    GROUPBOX        "Choose the MBTI Profile Personality Type...",IDC_STATIC,
                    23,15,452,111
    EDITTEXT        IDC_EDIT_DOMIN,27,54,59,13,ES_AUTOHSCROLL | ES_READONLY
    EDITTEXT        IDC_EDIT_AUX,230,52,61,14,ES_AUTOHSCROLL | ES_READONLY
    EDITTEXT        IDC_EDIT_OUTSIDE,27,104,59,13,ES_AUTOHSCROLL | 
                    ES_READONLY
    EDITTEXT        IDC_EDIT_INSIDE,230,103,61,14,ES_AUTOHSCROLL | 
                    ES_READONLY
    LTEXT           "Dominent (Favorite Function to use)",IDC_STATIC,27,46,
                    166,8
    LTEXT           "Auxiliary (opposite of the Dominant AND can not be the same)",
                    IDC_STATIC,230,44,200,8
    LTEXT           "OutSide World\r(Extroverts use the Dominant as interface with outside world)\r(Introverts use the Auxiliary as interface with outside world)",
                    IDC_STATIC,27,76,199,26
    LTEXT           "InSide World\r(Extroverts use the Auxiliary to interface with themselves)\r(Introverts use the Dominant to interface with themselves)",
                    IDC_STATIC,229,76,183,25
    PUSHBUTTON      "Start Carl's ALife",IDC_BUTTON1,220,130,71,17
    LTEXT           "Ideally, Carl would be born and learn things on his own but for demo purposes we fake his knowledge and experience",
                    IDC_STATIC,20,129,189,19
    GROUPBOX        "Body Systems Status (100% = Healthy)",IDC_STATIC,15,160,
                    138,220
    LTEXT           "Circulatory",IDC_STATIC,31,174,44,15
    LTEXT           "Digestive",IDC_STATIC,31,195,44,15
    LTEXT           "Immune",IDC_STATIC,31,216,44,15
    LTEXT           "Muscular",IDC_STATIC,31,237,44,15
    LTEXT           "Nervous",IDC_STATIC,31,258,44,15
    LTEXT           "Reproductive",IDC_STATIC,31,279,44,15
    LTEXT           "Respiratory",IDC_STATIC,31,300,44,15
    LTEXT           "Skeletal",IDC_STATIC,31,321,44,15
    EDITTEXT        IDC_HLTH_CIRC,85,170,30,15,ES_AUTOHSCROLL | ES_READONLY
    EDITTEXT        IDC_HLTH_DIGEST,85,195,30,15,ES_AUTOHSCROLL | 
                    ES_READONLY
    EDITTEXT        IDC_HLTH_IMMUNE,85,215,30,15,ES_AUTOHSCROLL | 
                    ES_READONLY
    EDITTEXT        IDC_HLTH_MUSC,85,235,30,15,ES_AUTOHSCROLL | ES_READONLY
    EDITTEXT        IDC_HLTH_NERV,85,255,30,15,ES_AUTOHSCROLL | ES_READONLY
    EDITTEXT        IDC_HLTH_REPRO,85,275,30,15,ES_AUTOHSCROLL | ES_READONLY
    EDITTEXT        IDC_HLTH_RESPIR,85,300,30,15,ES_AUTOHSCROLL | 
                    ES_READONLY
    EDITTEXT        IDC_HLTH_SKEL,85,320,30,15,ES_AUTOHSCROLL | ES_READONLY
    GROUPBOX        "Innerworld (inside thoughts)",IDC_STATIC,168,151,309,64
    GROUPBOX        "Outerworld (outside thoughts)",IDC_STATIC,167,246,309,
                    64
    EDITTEXT        IDC_EDIT_ADMIN,174,325,230,45,ES_MULTILINE | 
                    ES_AUTOVSCROLL | ES_READONLY | WS_VSCROLL
    EDITTEXT        IDC_EDIT_INNERWORLD,175,162,230,45,ES_MULTILINE | 
                    ES_AUTOVSCROLL | ES_AUTOHSCROLL | ES_READONLY | 
                    WS_VSCROLL
    GROUPBOX        "Administrator Messages",IDC_STATIC,167,314,262,66
    EDITTEXT        IDC_EDIT_OUTERWORLD,174,256,230,45,ES_MULTILINE | 
                    ES_AUTOVSCROLL | ES_AUTOHSCROLL | ES_READONLY | 
                    WS_VSCROLL
    PUSHBUTTON      "Nervous = 0",IDC_BUTTON2,25,344,74,16
    PUSHBUTTON      "Terminate Carl's ALife",IDC_TERMINATE,374,130,71,17
    PUSHBUTTON      "Ask Carl a Question",IDC_ASK,297,130,71,17
    GROUPBOX        """Ticking"" of the mind clock",IDC_STATIC,168,217,307,
                    26
    EDITTEXT        IDC_EDIT_TICKS,177,228,46,12,ES_AUTOHSCROLL | 
                    ES_READONLY
    PUSHBUTTON      "Increase Dopamine",IDC_DOPAMINE,271,227,81,12
    PUSHBUTTON      "Decrease Dopamine",IDC_DOPAMINED,386,227,81,12
    EDITTEXT        IDC_IDOPAMINE,358,228,20,11,ES_AUTOHSCROLL | ES_READONLY
END


#ifndef _MAC
/////////////////////////////////////////////////////////////////////////////
//
// Version
//

VS_VERSION_INFO VERSIONINFO
 FILEVERSION 1,7,7,3
 PRODUCTVERSION 1,7,7,3
 FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
 FILEFLAGS 0x1L
#else
 FILEFLAGS 0x0L
#endif
 FILEOS 0x4L
 FILETYPE 0x1L
 FILESUBTYPE 0x0L
BEGIN
    BLOCK "StringFileInfo"
    BEGIN
        BLOCK "040904b0"
        BEGIN
            VALUE "Comments", "ALife Demonstration displaying use of Jungian theory and MBTI\0"
            VALUE "CompanyName", "Joseph Paul Socoloski III\0"
            VALUE "FileDescription", "carl MFC Application\0"
            VALUE "FileVersion", "1, 7, 7, 3\0"
            VALUE "InternalName", "carl\0"
            VALUE "LegalCopyright", "Copyright (C) 2003\0"
            VALUE "LegalTrademarks", "Joseph Paul Socoloski III\0"
            VALUE "OriginalFilename", "carl.EXE\0"
            VALUE "PrivateBuild", "\0"
            VALUE "ProductName", "carl Application\0"
            VALUE "ProductVersion", "1, 7, 7, 3\0"
            VALUE "SpecialBuild", "\0"
        END
    END
    BLOCK "VarFileInfo"
    BEGIN
        VALUE "Translation", 0x409, 1200
    END
END

#endif    // !_MAC


/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//

#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO DISCARDABLE 
BEGIN
    IDD_ABOUTBOX, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 228
        TOPMARGIN, 7
        BOTTOMMARGIN, 48
    END

    IDD_CARL_DIALOG, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 483
        TOPMARGIN, 7
        BOTTOMMARGIN, 380
    END
END
#endif    // APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
//
// Dialog Info
//

IDD_CARL_DIALOG DLGINIT
BEGIN
    IDC_COMBO_MBTI, 0x403, 1, 0
"\000" 
    0
END


/////////////////////////////////////////////////////////////////////////////
//
// String Table
//

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_ABOUTBOX            "&About carl..."
END

#endif    // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////



#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
#define _AFX_NO_SPLITTER_RESOURCES
#define _AFX_NO_OLE_RESOURCES
#define _AFX_NO_TRACKER_RESOURCES
#define _AFX_NO_PROPERTY_RESOURCES

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE 9, 1
#pragma code_page(1252)
#endif //_WIN32
#include "res\carl.rc2"  // non-Microsoft Visual C++ edited resources
#include "afxres.rc"         // Standard components
#endif

/////////////////////////////////////////////////////////////////////////////
#endif    // not APSTUDIO_INVOKED

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