简易求根工具2.1
Sunday, 25. March 2007, 05:01:11
Welcome to my lab ,but you should be careful,when you come in.
Sunday, 25. March 2007, 05:01:11
Thursday, 22. March 2007, 03:08:31
Saturday, 17. March 2007, 09:55:30
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
MsgBox("欢迎你的使用!")
End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim x As Double
Dim y As Double
x = TextBox1.Text
x = val (textbox1.Text)
y = Math.Sqrt(x)
TextBox2.Text = y
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
End Sub
End Class

Showing posts 1 - 5 of 61.
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
| ||||||
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | |||||