代码搜索:practice
找到约 1,173 项符合「practice」的源代码
代码结果 1,173
www.eeworm.com/read/293161/8312695
vbw practice8_7.vbw
Form1 = 160, 5, 527, 343, , 63, 16, 430, 354, C
www.eeworm.com/read/293161/8312697
frm practice8_6.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "用牛顿迭代法求解"
ClientHeight = 2895
ClientLeft = 60
ClientTop = 345
ClientWidth = 5100
LinkTopic
www.eeworm.com/read/293161/8312700
vbw practice8_6.vbw
Form1 = 38, 158, 689, 605, , 33, 17, 573, 466, C
www.eeworm.com/read/293161/8312702
vbw practice8_8.vbw
Form1 = 280, 211, 860, 827, , 198, 198, 798, 814, C
www.eeworm.com/read/293161/8312706
frm practice8_5.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "用矩形法求定积分—单击窗体开始计算"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
Link
www.eeworm.com/read/293161/8312709
vbw practice8_2.vbw
Form1 = 132, 132, 667, 572, , 110, 110, 645, 550, C
www.eeworm.com/read/293161/8312711
vbp practice8_5.vbp
Type=Exe
Form=practice8_5.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\system32\stdole2.tlb#OLE Automation
IconForm="Form1"
Startup="Form1"
Command32=""
Name="工程1"
Hel
www.eeworm.com/read/293161/8312714
vbp practice8_9.vbp
Type=Exe
Form=practice8_9.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\system32\stdole2.tlb#OLE Automation
IconForm="Form1"
Startup="Form1"
Command32=""
Name="工程1"
Hel
www.eeworm.com/read/293161/8312715
frx practice8_42.frx
www.eeworm.com/read/293161/8312717
bas practice8_4.bas
Attribute VB_Name = "Module1"
Public Function f(x, y)
f = Sqr(x ^ 2 + y ^ 2)
End Function
Public Sub s(a() As Integer, n)
For i = 1 To n - 1
For j = i + 1 To n
If a(i) < a(j) Then