第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

lua或c怎么用數(shù)組寫下列函數(shù)

lua或c怎么用數(shù)組寫下列函數(shù)

x_mhz4s ,y_mhz4s = findColorInRegionFuzzy(0xFFFFFF, 90, 469,712 , 469,712 ); x_mhz4s2,y_mhz4s2 = findColorInRegionFuzzy(0xFFFFFF, 90, 469,725 , 469,725 ); x_mhz4s3,y_mhz4s3 = findColorInRegionFuzzy(0xA5AAA5, 80, 470,713 , 470,713 ); x_mhz4s4,y_mhz4s4 = findColorInRegionFuzzy(0xA5AAA5, 80, 470,723 , 470,723 ); x_mhz4s5,y_mhz4s5 = findColorInRegionFuzzy(0xA5A6A5, 80, 470,725 , 470,725 ) ------------------------------------findColorInRegionFuzzy為找單點(diǎn)色函數(shù)--------------------------------if x_mhz4s~= -1 and x_mhz4s2 ~= -1 and x_mhz4s3 ~=-1 and x_mhz4s4 and x_mhz4s5 ~=-1 thenclick( 419,728 ) --mSleep(1500) --等待1500毫秒endend
查看完整描述

1 回答

?
qq_笑_17

TA貢獻(xiàn)1818條經(jīng)驗(yàn) 獲得超7個(gè)贊

data=( 0xFFFFFF,90,469,712 , 469,712 ,
0xFFFFFF, 90, 469,725 , 469,725,
0xA5AAA5, 80, 470,713 , 470,713 ,
0xA5AAA5, 80, 470,723 , 470,723 ,
0xA5A6A5, 80, 470,725 , 470,725 }
--你要的數(shù)組

function bingyuan3()

local long=#data --數(shù)組的長度

for i=1,long-5,6 do
x = (findColorInRegionFuzzy(data[i],data[i+1],
data[i+2],data[i+3],data[i+4],data[i+5])) ~=1 and x
end

if x then
click( 419,728 )
mSleep(1500) --等待1500毫秒
end
end




查看完整回答
反對(duì) 回復(fù) 2019-04-12
  • 1 回答
  • 0 關(guān)注
  • 748 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)