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

📄 form1.frm

📁 本程序提供了输入表达式计算、积分、微分、拟合、插值等多种数值计算
💻 FRM
📖 第 1 页 / 共 5 页
字号:
               Size            =   14.25
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   375
            Left            =   3480
            TabIndex        =   133
            Top             =   960
            Width           =   255
         End
         Begin VB.Label Label17 
            Caption         =   "函数F(X)="
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   10.5
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   255
            Left            =   480
            TabIndex        =   105
            Top             =   360
            Width           =   2055
         End
         Begin VB.Label Label16 
            Caption         =   "F'("
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   14.25
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   255
            Left            =   1200
            TabIndex        =   104
            Top             =   960
            Width           =   615
         End
         Begin VB.Label Label14 
            Caption         =   "F""("
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   14.25
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   255
            Left            =   1200
            TabIndex        =   103
            Top             =   1560
            Width           =   495
         End
      End
      Begin VB.Frame Frame11 
         Caption         =   "函数最值"
         Height          =   3855
         Left            =   -71280
         TabIndex        =   85
         Top             =   360
         Width           =   3495
         Begin VB.CommandButton Command14 
            Caption         =   "求最值"
            Height          =   495
            Left            =   960
            TabIndex        =   96
            Top             =   3240
            Width           =   1455
         End
         Begin VB.TextBox Text17 
            Height          =   495
            Left            =   1170
            TabIndex        =   90
            Top             =   2640
            Width           =   2175
         End
         Begin VB.TextBox Text16 
            Height          =   495
            Left            =   1170
            TabIndex        =   89
            Top             =   2040
            Width           =   2175
         End
         Begin VB.TextBox Text15 
            Height          =   495
            Left            =   1170
            TabIndex        =   88
            Text            =   "3"
            Top             =   1440
            Width           =   2175
         End
         Begin VB.TextBox Text14 
            Height          =   495
            Left            =   1170
            TabIndex        =   87
            Text            =   "1"
            Top             =   840
            Width           =   2175
         End
         Begin VB.TextBox Text13 
            Height          =   495
            Left            =   1170
            TabIndex        =   86
            Text            =   "x^2"
            Top             =   240
            Width           =   2175
         End
         Begin VB.Label Label12 
            Caption         =   "最 小 值:"
            Height          =   255
            Left            =   120
            TabIndex        =   95
            Top             =   2250
            Width           =   975
         End
         Begin VB.Label Label11 
            Caption         =   "区间端点b:"
            Height          =   255
            Left            =   120
            TabIndex        =   94
            Top             =   1620
            Width           =   1095
         End
         Begin VB.Label Label10 
            Caption         =   "自变量x值:"
            Height          =   255
            Left            =   120
            TabIndex        =   93
            Top             =   2880
            Width           =   1335
         End
         Begin VB.Label Label9 
            Caption         =   "区间端点a:"
            Height          =   255
            Left            =   120
            TabIndex        =   92
            Top             =   990
            Width           =   1095
         End
         Begin VB.Label Label8 
            Caption         =   "函数F(X):"
            Height          =   255
            Left            =   120
            TabIndex        =   91
            Top             =   360
            Width           =   1215
         End
      End
      Begin VB.Frame Frame10 
         Caption         =   "解方程"
         Height          =   3855
         Left            =   -74880
         TabIndex        =   73
         Top             =   360
         Width           =   3495
         Begin VB.TextBox Text6 
            Height          =   495
            Left            =   1170
            TabIndex        =   79
            Text            =   "x^2-5"
            Top             =   240
            Width           =   2175
         End
         Begin VB.TextBox Text7 
            Height          =   495
            Left            =   1170
            TabIndex        =   78
            Text            =   "5"
            Top             =   840
            Width           =   2175
         End
         Begin VB.TextBox Text8 
            Height          =   495
            Left            =   1170
            TabIndex        =   77
            Text            =   "1"
            Top             =   1440
            Width           =   2175
         End
         Begin VB.TextBox Text9 
            Height          =   495
            Left            =   1170
            TabIndex        =   76
            Text            =   "0.000001"
            Top             =   2040
            Width           =   2175
         End
         Begin VB.TextBox Text10 
            Height          =   495
            Left            =   1170
            TabIndex        =   75
            Top             =   2640
            Width           =   2175
         End
         Begin VB.CommandButton Command13 
            Caption         =   "解方程"
            Height          =   495
            Left            =   960
            TabIndex        =   74
            Top             =   3240
            Width           =   1455
         End
         Begin VB.Label Label3 
            Caption         =   "方程F(X):"
            Height          =   255
            Left            =   120
            TabIndex        =   84
            Top             =   360
            Width           =   1215
         End
         Begin VB.Label Label4 
            Caption         =   "区间端点a:"
            Height          =   255
            Left            =   120
            TabIndex        =   83
            Top             =   990
            Width           =   1095
         End
         Begin VB.Label Label5 
            Caption         =   "计算结果:"
            Height          =   255
            Left            =   120
            TabIndex        =   82
            Top             =   2880
            Width           =   1095
         End
         Begin VB.Label Label6 
            Caption         =   "区间端点b:"
            Height          =   255
            Left            =   120
            TabIndex        =   81
            Top             =   1620
            Width           =   1095
         End
         Begin VB.Label Label7 
            Caption         =   "计算精度:"
            Height          =   255
            Left            =   120
            TabIndex        =   80
            Top             =   2250
            Width           =   975
         End
      End
      Begin VB.Frame Frame9 
         Caption         =   "拟合结果"
         Height          =   1455
         Left            =   -74880
         TabIndex        =   60
         Top             =   360
         Width           =   5415
         Begin VB.TextBox Text5 
            Height          =   975
            Left            =   120
            MultiLine       =   -1  'True
            TabIndex        =   61
            Top             =   240
            Width           =   5175
         End
      End
      Begin VB.Frame Frame8 
         Caption         =   "控制按钮"
         Height          =   2295
         Left            =   -69360
         TabIndex        =   59
         Top             =   1920
         Width           =   1575
         Begin VB.CommandButton Command12 
            Caption         =   "绘  图"
            Enabled         =   0   'False
            Height          =   375
            Left            =   240
            TabIndex        =   70
            Top             =   1800
            Width           =   1095
         End
         Begin VB.CommandButton Command11 
            Caption         =   "计  算"
            Height          =   375
            Left            =   240
            TabIndex        =   69
            Top             =   1410
            Width           =   1095
         End
         Begin VB.CommandButton Command10 
            Caption         =   "清  空"
            Height          =   375
            Left            =   240
            TabIndex        =   68
            Top             =   1020
            Width           =   1095
         End
         Begin VB.CommandButton Command9 
            Caption         =   "保  存"
            Height          =   375
            Left            =   240
            TabIndex        =   67
            Top             =   630
            Width           =   1095
         End
         Begin VB.CommandButton Command8 
            Caption         =   "打  开"
            Height          =   375
            Left            =   240
            TabIndex        =   66
            Top             =   240
            Width           =   1095
         End
      End
      Begin VB.Frame Frame7 
         Caption         =   "拟合类型"
         Height          =   1455
         Left            =   -69360
         TabIndex        =   57
         Top             =   360
         Width           =   1575
         Begin VB.OptionButton Option8 
            Caption         =   "指  数"
            Height          =   255
            Left            =   120
            TabIndex        =   65
            Top             =   800
            Width           =   1335
         End
         Begin VB.OptionButton Option7 
            Caption         =   "对  数"
            Height          =   255
            Left            =   120
            TabIndex        =   64
            Top             =   1080
            Width           =   1335
         End
         Begin VB.OptionButton Option6 
            Caption         =   "乘  幂"
            Height          =   255
            Left            =   120
            TabIndex        =   63
            Top             =   520
            Width           =   1335
         End
         Begin VB.OptionButton Option5 
            Caption         =   "多项式"
            Height          =   255
            Left            =   120
            TabIndex        =   62
            Top             =   240
            Value           =   -1  'True
            Width           =   1215
         End
      End
      Begin VB.Frame Frame6 
         Caption         =   "输入数据"
         Height          =   2295
         Left            =   -74880
         TabIndex        =   56
         Top             =   1920
         Width           =   5415
         Begin VB.TextBox Text12 
            Height          =   375
            Left            =   2640
            TabIndex        =   72
            Text            =   "Text12"
            Top             =   1320
            Visible         =   0   'False
            Width           =   975
         End
         Begin VB.TextBox Text11 
            Height          =   270
            Left            =   840
            TabIndex        =   71
            Top             =   1320
            Width           =   1215
         End
         Begin MSFlexGridLib.MSFlexGrid MSFlexGrid2 
            Height          =   1935
            Left            =   120
            TabIndex        =   58
            Top             =   240
            Width           =   5175
            _ExtentX        =   9128
            _ExtentY        =   3413
            _Version        =   393216
            Rows            =   3
         End
      End
      Begin VB.Frame Frame5 
         Caption         =   "控制按钮"
         Height          =   2055
         Left            =   -69480
         TabIndex        =   45
         Top             =   2160
         Width           =   1695
         Begin VB.CommandButton Command7 
            Caption         =   "清  空"
            Height          =   375
            Left            =   360
            TabIndex        =   53
            Top             =   1560
            Width           =   1095
         End
         Begin VB.CommandButton Command6 
            Caption         =   "计  算"
            Height          =   375
            Left            =   360
            TabIndex        =   52
            Top             =   1120
            Width           =   1095
         End
         Begin VB.CommandButton Command5 
            Caption         =   "保  存"
            Height          =   375
            Left            =   360
            TabIndex        =   51
            Top             =   680
            Width           =   1095
         End
         Begin VB.CommandButton Command4 
            Caption         =   "打  开"
            Height          =   375
            Left            =   360
            TabIndex        =   50
            Top             =   240
            Width           =   1095
         End
      End
      Begin VB.Frame Frame4 
         Caption         =   "选择计算方法"
         Height          =   1575

⌨️ 快捷键说明

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