課程
/后端開發(fā)
/PHP
/PHP進(jìn)階篇
如果想讓噪點(diǎn)變大該怎么做?
2015-10-10
源自:PHP進(jìn)階篇 8-5
正在回答
差了一下php的手冊(cè),這個(gè)好像不可以。
下面參見php手冊(cè)給出的imagesetpixel函數(shù)解釋:
bool imagesetpixel ( resource $image , int $x , int $y , int $color )imagesetpixel() 在 image 圖像中用 color 顏色在 x,y 坐標(biāo)(圖像左上角為 0,0)上畫一個(gè)點(diǎn)。
bool imagesetpixel ( resource $image , int $x , int $y , int $color )
imagesetpixel() 在 image 圖像中用 color 顏色在 x,y 坐標(biāo)(圖像左上角為 0,0)上畫一個(gè)點(diǎn)。
在噪點(diǎn)干擾那里將i<=50變成更大的數(shù)字.
舉報(bào)
輕松學(xué)習(xí)PHP中級(jí)課程,進(jìn)行全面了解,用PHP快速開發(fā)網(wǎng)站程序
1 回答不想匹配電話號(hào)碼中的-該怎么做?。?/p>
1 回答如果我用$speed=$speed+10; 接下來(lái)應(yīng)該怎么寫
2 回答有大佬嗎,怎么讓他有輸出值
2 回答求大神指點(diǎn)
1 回答求大神指點(diǎn)
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2016-11-24
差了一下php的手冊(cè),這個(gè)好像不可以。
下面參見php手冊(cè)給出的imagesetpixel函數(shù)解釋:
2015-12-05
在噪點(diǎn)干擾那里將i<=50變成更大的數(shù)字.