求大神帮忙看下按键精灵找图程序,3个位置分别找固定的14张图,14张图分别表示+-7这14个数字 5

3个位置分别找固定的14张图,14张图分别表示+-7这14个数字,我需要的是找到的3个图表示的数字的和,用以做后面的判断,求大神帮忙修改下,谢谢Dimstr1,str2,... 3个位置分别找固定的14张图,14张图分别表示+-7这14个数字,我需要的是找到的3个图表示的数字的和,用以做后面的判断,求大神帮忙修改下,谢谢

Dim str1,str2,str3,str4,str5,str6
Dim a(13)
a(0)="Attachment:\-7.bmp"
a(1)="Attachment:\-6.bmp"
a(2)="Attachment:\-5.bmp"
a(3)="Attachment:\-4.bmp"
a(4)="Attachment:\-3.bmp"
a(5)="Attachment:\-2.bmp"
a(6)="Attachment:\-1.bmp"
a(7)="Attachment:\1.bmp"
a(8)="Attachment:\-2.bmp"
a(9)="Attachment:\-3.bmp"
a(10)="Attachment:\-4.bmp"
a(11)="Attachment:\-5.bmp"
a(12)="Attachment:\-6.bmp"
a(13)="Attachment:\-7.bmp"
KeyPress "W", 1
Delay 1200
Sub 返还数字
If i = 0 Then
str1=-7
ElseIf i = 1 Then
str1 = -6
ElseIf i = 2 Then
str1 = -5
ElseIf i = 3 Then
str1 = -4
ElseIf i = 4 Then
str1 = -3
ElseIf i = 5 Then
str1 = -2
ElseIf i = 6 Then
str1 = -1
ElseIf i = 7 Then
str1 = 1
ElseIf i = 8 Then
str1 = 2
ElseIf i = 9 Then
str1 = 3
ElseIf i = 10 Then
str1 = 4
ElseIf i = 11 Then
str1 =5
ElseIf i = 12 Then
str1 =6
ElseIf i = 13 Then
str1 = 7
End If

End Sub
For i=0 to 13
FindPic 1087,589,1184,629,a(i),0.8,x,y
If x>0 and y>0 Then
Call 返还数字()
str2=str1
Exit For
End If
next
For i=0 to 13
FindPic 1083,641,1178,682,a(i),0.8,x,y
If x>0 and y>0 Then
Call 返还数字()
str3=str1
Exit For
End If
Next
For i=0 to 13
FindPic 1084,479,1182,520,a(i),0.8,x,y
If x>0 and y>0 Then
Call 返还数字()
str4=str1
Exit For
End If
Next
str6=str3+str4
str5 = str2 + str3 + str4
If str5 > 0 Then
KeyPress "D", 1
Delay 200
ElseIf str2 > str6 Then
KeyPress "D", 1
Delay 200
Else
KeyPress "A", 1
Delay 200
End If
展开
 我来答
maozz
2015-01-13 · TA获得超过2037个赞
知道大有可为答主
回答量:2063
采纳率:92%
帮助的人:1262万
展开全部
//14张图分别表示+-7,你的数组却只有负数....其实可以不用数组的.
For i = - 7  To 7
    If i <> 0 Then 
        FindPic 1087, 589, 1184, 629, "Attachment:\" & i & ".bmp", 0.8, x, y
        If x > 0 Then 
            a1 = i//a1用来保存找出来的第一数字
            Exit For
        End If
    End If
Next
For i = - 7  To 7
    If i <> 0 Then 
        FindPic 1083, 641, 1178, 682, "Attachment:\" & i & ".bmp", 0.8, x, y
        If x > 0 Then 
            a2 = i//a2用来保存找出来的第2数字
            Exit For
        End If
    End If
Next
For i = - 7  To 7
    If i <> 0 Then 
        FindPic 1084, 479, 1182, 520, "Attachment:\" & i & ".bmp", 0.8, x, y
        If x > 0 Then 
            a3 = i//a3用来保存找出来的第3数字
            Exit For
        End If
    End If
Next
//都找出来了,下面你知道怎么计算了
梦冷凝
2015-01-13 · TA获得超过1568个赞
知道小有建树答主
回答量:1703
采纳率:25%
帮助的人:739万
展开全部
真的是无人问津啊..上按键论坛问
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式