⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xhopf.rsc

📁 hopfield 算法的实现与应用。附带demo演示
💻 RSC
字号:
static String fallback[] = {    /* fallback resources */  /* --- general resources --- */  "*font: -adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1",  "*XHopf.title:                xhopf",  "*XHopf.allowShellResize:     True",  "*main.background:            rgb:ef/ef/ef",  "*main*foreground:            Black",  "*view.allowHoriz:            True",  "*view.allowVert:             True",  "*view.useRight:              True",  "*view.useBottom:             True",  "*network.background:         White",  "*network.translations:       <Btn1Down>:   mouse(1)\\n"                               "<Btn1Motion>: mouse(0)\\n",  /* --- menu resources --- */  "*menuBar*background:         rgb:ef/ef/ef",  "*menuBar*foreground:         Black",  "*menuBar.file.label:         File",  "*file.load.label:            Load Network...",  "*file.save.label:            Save Network...",  "*file.quit.label:            Quit",  "*menuBar.actions.label:      Actions",  "*actions.clear.label:        Clear",  "*actions.next.label:         Next Pattern",  "*actions.store.label:        Store Pattern",  "*actions.delete.label:       Delete Pattern",  "*actions.init.label:         Initialize",  "*actions.start.label:        Start Update",  "*actions.stop.label:         Stop Update",  "*actions.redraw.label:       Redraw",  "*menuBar.settings.label:     Settings",  "*settings.grid.label:        Grid...",  "*settings.params.label:      Parameters...",  "*menuBar.help.label:         Help",  "*help.about.label:           About XHopf...",  "*menuBar.accelerators:"    "<Key>l: load()\\n"         /* File     > Load Network... */    "<Key>s: save()\\n"         /* File     > Save Network... */    "<Key>q: quit()\\n"         /* File     > Quit */    "<Key>c: clear()\\n"        /* Actions  > Clear */    "<Key>n: next()\\n"         /* Actions  > Next Pattern */    "<Key>t: store()\\n"        /* Actions  > Store Pattern */    "<Key>d: delete()\\n"       /* Actions  > Delete Pattern */    "<Key>i: init()\\n"         /* Actions  > Initialize */    "<Key>x: exec()\\n"         /* Actions  > Start/Stop Training */    "<Key>r: redraw()\\n"       /* Actions  > Redraw */    "<Key>g: grid()\\n"         /* Settings > Grid... */    "<Key>p: params()\\n"       /* Settings > Parameters... */    "<Key>a: about()",          /* Help     > About XHopf... */  /* --- dialog box resources --- */  "*form.background:            rgb:ef/ef/ef",  "*form*foreground:            Black",  "*Label.background:           rgb:ef/ef/ef",  "*Command.background:         LightGrey",  "*Button.background:          LightGrey",  "*Toggle.background:          White",  "*MenuButton.background:      White",  "*SimpleMenu.background:      White",  "*List*background:            White",  "*Viewport*background:        White",  "*Text.width:                 60",  "*Text*background:            White",  "*Text.translations:#override:"    "<Key>Delete: delete-next-character()\\n"    "<Key>Home  : beginning-of-line()\\n"    "<Key>End   : end-of-line()\\n"    "<Key>Return: db_close(ok)\\n"    "!Alt<Key>o : db_close(ok)\\n"    "!Alt<Key>c : db_close(cancel)",  "*alertDlg.title:             Alert",  "*aboutDlg.title:             About XHopf...",  "*aboutDlg*info.label:"    "XHopf\\n"    "Hopfield Networks as Associative Memory\\n"    "Version 1.2, 2007.02.14\\n\\n"    "written by Christian Borgelt\\n"    "European Center for Soft Computing\\n"    "c/ Gonzalo Gutierrez Quiros, 33600 Mieres, Spain\\n"    "e-mail: christian.borgelt@softcomputing.es",  "*listView.background:        rgb:ef/ef/ef",  "*pathLabel.label:            Directory/Filter",  "*listLabel.label:            Files",  "*update.label:               Update",  "*fileLabel.label:            Selection",  "*ok.label:                   Ok",  "*cancel.label:               Cancel",  "*dismiss.label:              Dismiss",  "*ok.accelerators:            !Alt<Key>o: set()notify()unset()",  "*cancel.accelerators:        !Alt<Key>c: set()notify()unset()",  "*textDlg.title:              Parse errors",  /* --- grid/shape dialog box resources --- */  "*gridDlg.title:              Grid...",  "*gridDlg*lwidth.label:       Width  (number of neurons):",  "*gridDlg*lheight.label:      Height (number of neurons):",  "*gridDlg*lgrid.label:        Grid width (number of pixels):",  /* --- parameters dialog box resources --- */  "*paramDlg*title:             Parameters...",  "*paramDlg*lmode.label:       Update mode:",  "*paramDlg*mode.single.label:   single neuron",  "*paramDlg*mode.all.label:      all neurons",  "*paramDlg*ldelay.label:      Delay (in seconds):",  NULL };

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -