有没有什么好网站介绍一下?
发布网友
发布时间:2022-04-27 03:35
我来回答
共4个回答
热心网友
时间:2022-06-25 14:04
我平常上的网站很多的,看你对那一块感兴趣,我大概列一下我喜欢上的网站吧
猫扑、天涯、新浪、铁血
专业类的
站长联盟,退一把,燥人工作室等等
热心网友
时间:2022-06-25 14:04
要这么全的网站啊,
那就www.hao123.com
要不就去一些大型网站
热心网友
时间:2022-06-25 14:05
网站
www.k3Lwk1.cn
∫f(x)dx=a^3/3-a∫f(x)dx
=1/2{1-1/2ln[(1+e^2)/2]-1/(1+e^2)}
=(1/2)∫xdf^(2x)
= (1/2){[ln(1/x)]^2 - [ln(1)]^2}
=ln2+C∫[0,1]x^2dx
(作代换s=1/t,则t=1/s,dt=d(1/s)=-ds/s^2)
=2/(x-1)/x×x×(x×x-1)
热心网友
时间:2022-06-25 14:05
Private Sub TraningForm(s As Integer)
Dim LRtn As Long
LRtn = GetWindowLong(hwnd, GWL_EXSTYLE)
LRtn = LRtn Or &H80000
SetWindowLong hwnd, (-20), LRtn
SetLayeredWindowAttributes hwnd, 0, s, &H2
End Sub
Private Sub Form_Load()
Timer1.Interval = 1
Call TraningForm(Int(1))
End Sub
Private Sub Form_Unload(Cancel As Integer)
For i = 255 To 0 Step -1
Call TraningForm(Int(i))
Next i
End Sub
Private Sub Image1_Click()
Unload Form1
End Sub
Private Sub Timer1_Timer()
If i < 240 Then
i = i + 10
Call TraningForm(Int(i))
Else
Form1.Show
Timer1.Enabled = False
End If
End Sub