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

📄 xbi.rsc

📁 数据挖掘中的bridgit算法的例子。 非常经典
💻 RSC
字号:
static String fallback[] = {    /* fallback resources */  /* --- general resources --- */  "*font: -adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1",  "*Xbi.title:                  Bridg-It",  "*Xbi.allowShellResize:       True",  "*main.background:            LightBlue",  "*main*foreground:            Black",  "*view.allowHoriz:            True",  "*view.allowVert:             True",  "*view.useRight:              True",  "*view.useBottom:             True",  "*board.background:           White",  "*board.translations:         !<Btn1Down>: mouse(1)\\n"                               "!<Btn3Down>: mouse(3)\\n",  /* --- menu resources --- */  "*menuBar*background:         LightBlue",  "*menuBar*foreground:         Black",  "*menuBar.file.label:         File",  "*file.load.label:            Load Game...",  "*file.save.label:            Save Game...",  "*file.quit.label:            Quit",  "*menuBar.actions.label:      Actions",  "*actions.redraw.label:       Redraw",  "*actions.start.label:        New Game",  "*actions.flip.label:         Flip Sides",  "*actions.undo.label:         Undo Move",  "*actions.redo.label:         Redo Move",  "*actions.hint.label:         Give a Hint",  "*actions.setup.label:        Setup...",  "*menuBar.help.label:         Help",  "*help.about.label:           About Bridg-It...",  "*menuBar.accelerators:"    "<Key>l: load()\\n"         /* File    > Load File... */    "<Key>s: save()\\n"         /* File    > Save File... */    "<Key>q: quit()\\n"         /* File    > Quit */    "<Key>d: redraw()\\n"       /* Actions > Redraw */    "<Key>n: start()\\n"        /* Actions > New Game */    "<Key>f: flip()\\n"         /* Actions > Flip Sides */    "<Key>u: undo()\\n"         /* Actions > Undo Move */    "<Key>r: redo()\\n"         /* Actions > Redo Move */    "<Key>h: hint()\\n"         /* Actions > Give a Hint */    "<Key>t: setup()\\n"        /* Actions > Setup... */    "<Key>a: about()",          /* Help    > About Bridg-It... */  /* --- dialog box resources --- */  "*form.background:            LightBlue",  "*form*foreground:            Black",  "*Label.background:           LightBlue",  "*Command.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 Bridg-It...",  "*aboutDlg*info.label:"    "Xbi / Bridg-It\\n"    "X11 Bridg-It Program\\n"    "Version 1.1, 18.08.2001\\n\\n"    "written by Christian Borgelt\\n"    "Otto-von-Guericke-University of Magdeburg\\n"    "Universit鋞splatz 2, D-39106 Magdeburg\\n"    "e-mail: borgelt@iws.cs.uni-magdeburg.de",  "*listView.background:        LightBlue",  "*pathLabel.label:            Directory/Filter",  "*listLabel.label:            Files",  "*update.label:               Update",  "*fileLabel.label:            Selection",  "*ok.label:                   Ok",  "*cancel.label:               Cancel",  "*ok.accelerators:            !Alt<Key>o: set()notify()unset()",  "*cancel.accelerators:        !Alt<Key>c: set()notify()unset()",  /* --- property sheet resources --- */  "*setup.title:                 Setup...",  "*setup*lsize.label:           Board size:",  "*setup*lfirst.label:          Player to move first:",  "*setup*blue.label:              Blue",  "*setup*red.label:               Red",  NULL };

⌨️ 快捷键说明

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