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

📄 form3.frm

📁 随机信号的课程设计
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form Form3 
   Caption         =   "生成高斯分布随机数"
   ClientHeight    =   7680
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   9975
   LinkTopic       =   "Form3"
   ScaleHeight     =   7680
   ScaleWidth      =   9975
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command5 
      Caption         =   "抽样数据的仿真"
      Height          =   495
      Left            =   5040
      TabIndex        =   23
      Top             =   6960
      Width           =   2055
   End
   Begin VB.CommandButton Command4 
      Caption         =   "返回主页"
      Height          =   495
      Left            =   7320
      TabIndex        =   21
      Top             =   6960
      Width           =   2055
   End
   Begin VB.CommandButton Command3 
      Caption         =   "随机信号的仿真"
      Height          =   495
      Left            =   2760
      TabIndex        =   20
      Top             =   6960
      Width           =   2055
   End
   Begin VB.CommandButton Command2 
      Caption         =   "[0,1]区间均匀分布的随机数"
      Height          =   495
      Left            =   480
      TabIndex        =   19
      Top             =   6960
      Width           =   2055
   End
   Begin VB.TextBox Text7 
      Height          =   375
      Left            =   7440
      TabIndex        =   16
      Top             =   5520
      Width           =   2055
   End
   Begin VB.TextBox Text6 
      Height          =   375
      Left            =   7440
      TabIndex        =   15
      Top             =   4440
      Width           =   2055
   End
   Begin VB.TextBox Text5 
      Height          =   375
      Left            =   7440
      TabIndex        =   13
      Top             =   3360
      Width           =   2055
   End
   Begin VB.TextBox Text4 
      Height          =   375
      Left            =   7440
      TabIndex        =   11
      Top             =   2280
      Width           =   2055
   End
   Begin VB.TextBox Text3 
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   360
      Left            =   5520
      TabIndex        =   8
      Top             =   1200
      Width           =   735
   End
   Begin VB.TextBox Text2 
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   360
      Left            =   5520
      TabIndex        =   7
      Top             =   660
      Width           =   735
   End
   Begin VB.CommandButton Command1 
      Caption         =   "产生"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   7440
      TabIndex        =   3
      Top             =   1080
      Width           =   1335
   End
   Begin VB.TextBox Text1 
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   360
      Left            =   5520
      TabIndex        =   2
      Top             =   120
      Width           =   735
   End
   Begin VB.PictureBox Picture1 
      Height          =   3735
      Left            =   240
      ScaleHeight     =   3675
      ScaleWidth      =   6315
      TabIndex        =   0
      Top             =   1800
      Width           =   6375
   End
   Begin VB.Label Label11 
      Caption         =   "注:波形中E(黄色线)和D(蓝色线)均为递推法所计算的期望和方差,框中期望和方差为直接法计算所得。"
      Height          =   255
      Left            =   600
      TabIndex        =   22
      Top             =   6360
      Width           =   8535
   End
   Begin VB.Label Label10 
      Caption         =   "高斯分布随机数的波形图"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   2040
      TabIndex        =   18
      Top             =   5760
      Width           =   2775
   End
   Begin VB.Label Label9 
      Caption         =   "与要求方差的百分比:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   6840
      TabIndex        =   17
      Top             =   5040
      Width           =   2535
   End
   Begin VB.Label Label8 
      Caption         =   "计算所得方差:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   6840
      TabIndex        =   14
      Top             =   3960
      Width           =   1815
   End
   Begin VB.Label Label7 
      Caption         =   "与要求期望的百分差:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   6840
      TabIndex        =   12
      Top             =   2880
      Width           =   2415
   End
   Begin VB.Label Label6 
      Caption         =   "计算所得期望:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   6840
      TabIndex        =   10
      Top             =   1800
      Width           =   1815
   End
   Begin VB.Label Label5 
      Caption         =   "然后单击“产生”按钮"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   6840
      TabIndex        =   9
      Top             =   600
      Width           =   2415
   End
   Begin VB.Label Label4 
      Caption         =   "个数:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False

⌨️ 快捷键说明

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