用VB编写俄罗斯方块游戏的问题
话题:用VB编写俄罗斯方块游戏的问题
问题详情:俄罗斯方块 的那几个图是怎么用VB画出来的~求详细解答~希望大
回答:vb里面可以用paintpicture画。。可以直接line画矩形。。更 的还可以用paint 。。。。。 lz到俄罗斯方块吧里来继续探索。。。。
话题:VB实现判断方框中的图片和其他图片是否一致
问题详情:就是说,做一个可在桌面拖动的, 透明的方框,然后随意拖动
回答:在桌面上拖动的透明方块然后截图,这个很麻烦。我说一下让2 图片比较不同之处的 码吧 dim x1,y1 as long for x1=0 to picture1.width step 30 for y1=0 to picture1.height step 30 if picture1.point(x1,y1) picture2.point(x1,y1) then msgbox"2 图片的 不同" end if next y1 next x1
话题:3*3的 方格里有1
问题详情:(注意:每个数字仅能填入一个 移动的 则是:只能将数字沿线
回答:#includestdio.h#includeconio.h#includestdlib.h#includemalloc.h#includestring.h#includeiostream#includeiomanip#includectime 调用时间 using namespace std;#define M 1000 数值范围#define N 20 待排序 的 个数int R[N+1];int i,j;void display(){ for(i=1;i=N;i++) { printf("%6d",R[i]); if(0==i%10) coutendl; } coutendl;}package src;import jax.swing.*;import ja.awt.*;import ja.awt.event.*;public class ErsBlocksGame extends JFrame { public final static int PER_LINE_SCORE=100; public final static int PER_LEVEL_
参考回答:完全是自己编的
- 评论列表(网友评论仅供网友表达个人看法,并不表明本站同意其观点或证实其描述)
-

















































