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

📄

📁 模糊数学基础及实用算法 (源码) 科学出版社 www.sciencep.com
💻
字号:
VERSION 5.00
Begin VB.Form frmAll 
   Appearance      =   0  'Flat
   BackColor       =   &H80000005&
   Caption         =   "总界面"
   ClientHeight    =   4335
   ClientLeft      =   165
   ClientTop       =   735
   ClientWidth     =   9315
   LinkTopic       =   "Form1"
   ScaleHeight     =   4335
   ScaleWidth      =   9315
   StartUpPosition =   3  '窗口缺省
   Begin VB.Label Label4 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "2004年6月"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   15.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H80000008&
      Height          =   375
      Left            =   3720
      TabIndex        =   3
      Top             =   3600
      Width           =   1695
   End
   Begin VB.Label Label3 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "李鸿吉"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   21.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H80000008&
      Height          =   495
      Left            =   3600
      TabIndex        =   2
      Top             =   2640
      Width           =   1935
   End
   Begin VB.Label Label2 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "模糊数学实用算法"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   42
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H80000008&
      Height          =   1215
      Left            =   840
      TabIndex        =   1
      Top             =   1080
      Width           =   7575
   End
   Begin VB.Label Label1 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "欢迎使用"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   21.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H80000008&
      Height          =   495
      Left            =   3120
      TabIndex        =   0
      Top             =   480
      Width           =   2895
   End
   Begin VB.Menu mnuA1 
      Caption         =   "模糊聚类"
      Begin VB.Menu mnuF1 
         Caption         =   "文件"
         Begin VB.Menu mnuN1 
            Caption         =   "新建"
         End
         Begin VB.Menu mnuE1 
            Caption         =   "编辑"
         End
      End
      Begin VB.Menu mnuS1 
         Caption         =   "分析"
      End
   End
   Begin VB.Menu mnuA2 
      Caption         =   "模糊识别"
      Begin VB.Menu mnuF2 
         Caption         =   "文件"
         Begin VB.Menu mnuN2 
            Caption         =   "新建"
         End
         Begin VB.Menu mnuE2 
            Caption         =   "编辑"
         End
      End
      Begin VB.Menu mnuS2 
         Caption         =   "分析"
      End
   End
   Begin VB.Menu mnuA3 
      Caption         =   "模糊综合评判"
      Begin VB.Menu mnuF3 
         Caption         =   "文件"
         Begin VB.Menu mnuN3 
            Caption         =   "新建"
         End
         Begin VB.Menu mnuE3 
            Caption         =   "编辑"
         End
      End
      Begin VB.Menu mnuS3 
         Caption         =   "分析"
      End
   End
   Begin VB.Menu mnuA4 
      Caption         =   "模糊物元"
      Begin VB.Menu mnuF4 
         Caption         =   "文件"
         Begin VB.Menu mnuN4 
            Caption         =   "新建"
         End
         Begin VB.Menu mnuE4 
            Caption         =   "编辑"
         End
      End
      Begin VB.Menu mnuS4 
         Caption         =   "分析"
      End
   End
   Begin VB.Menu mnuA5 
      Caption         =   "数据文件"
      Begin VB.Menu mnuN5 
         Caption         =   "新建"
      End
      Begin VB.Menu mnuE5 
         Caption         =   "编辑"
      End
   End
   Begin VB.Menu mnuA6 
      Caption         =   "数据库"
   End
   Begin VB.Menu mnuExit 
      Caption         =   "退出"
   End
End
Attribute VB_Name = "frmAll"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'模糊聚类分析
Private Sub mnuN1_Click()
    Shell App.Path & "\模糊聚类\新建E.EXE", 1
End Sub

Private Sub mnuE1_Click()
    Shell App.Path & "\模糊聚类\编辑E.EXE", 1
End Sub

Private Sub mnuS1_Click()
    Shell App.Path & "\模糊聚类\模糊聚类E.EXE", 1
End Sub

'模糊模型识别
Private Sub mnuN2_Click()
    Shell App.Path & "\模糊识别\新建E.EXE", 1
End Sub

Private Sub mnuE2_Click()
    Shell App.Path & "\模糊识别\编辑E.EXE", 1
End Sub

Private Sub mnuS2_Click()
    Shell App.Path & "\模糊识别\模糊识别E.EXE", 1
End Sub

'模糊综合评判
Private Sub mnuN3_Click()
    Shell App.Path & "\综合评判\新建E.EXE", 1
End Sub

Private Sub mnuE3_Click()
    Shell App.Path & "\综合评判\编辑E.EXE", 1
End Sub

Private Sub mnuS3_Click()
    Shell App.Path & "\综合评判\综合评判E.EXE", 1
End Sub

'模糊物元分析
Private Sub mnuN4_Click()
    Shell App.Path & "\模糊物元\新建E.EXE", 1
End Sub

Private Sub mnuE4_Click()
    Shell App.Path & "\模糊物元\编辑E.EXE", 1
End Sub

Private Sub mnuS4_Click()
    Shell App.Path & "\模糊物元\模糊物元E.EXE", 1
End Sub

'数据文件
Private Sub mnuN5_Click()
    Shell App.Path & "\数据文件\新建E.EXE", 1
End Sub

Private Sub mnuE5_Click()
    Shell App.Path & "\数据文件\编辑E.EXE", 1
End Sub

'数据库
Private Sub mnuA6_Click()
    Shell App.Path & "\数据库\通用E.EXE", 1
End Sub

'退出
Private Sub mnuExit_Click()
    Unload Me
    End
End Sub


⌨️ 快捷键说明

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