搜索资源列表
RandomChoose
- 一个随机抽号的小程序,输入起始数字和结束数字,点击“抽签”,数据开始滚动,点击“停止”,会显示一个随机的数。-A random number program, enter the start number and end number, click on the " drawing lots" , data begins to scroll, click on " Stop" will display a random number.
123
- Private Sub Form_Click() Dim x, y, n As Integer For x = 3 To 100 For y = 2 To x - 1 If x Mod y = 0 Then Exit For ElseIf y = x - 1 Then If n Mod 10 = 0 Then Print Form1.Print x " " n = n + 1 End If Next y Next x End Sub -Pri
ProgressCtrl
- 一个可颜色渐变的进度条类,很好用,只需设置起始和结束颜色值。-A color gradient of the progress bar class, very good to use, just set the start and end of the color value.
StaticScrollZIMU
- 用static控件显示上下滚动的字幕,像电视剧结束时出现的谢幕人员表,并设置背景图片轮换。-Scroll up and down with the static control to display subtitles, like the drama end of the curtain call staff table, and set the background image rotation.
radial_Power_flow
- Assume three-phase voltages at the end nodes (6,8,9,11, and 13). The usual assumption is to use the nominal voltages. 2. Starting at Node 13, compute the node current (load current plusoke
TEST-Status
- If ret = True Then MsgBox 创建状态栏成功! Else MsgBox 创建状态栏失败:-(! , 48 End If -Create Status Bar Demo code by loveboom