vc俄罗斯方块(自己写的适合初学者)

时间:2013-08-17 12:53:47
【文件属性】:
文件名称:vc俄罗斯方块(自己写的适合初学者)
文件大小:1.68MB
文件格式:RAR
更新时间:2013-08-17 12:53:47
vc俄罗斯方块(自己写的适合初学者) 俄罗斯方块 vc俄罗斯方块 vc游戏 FBox::~CFBox(void) { } void CFBox::Init() { HDC hdc=GetDC(m_Hwnd); m_MemDc=CreateCompatibleDC(hdc); m_MemMap=CreateCompatibleBitmap(hdc,600,800); SelectObject(m_MemDc,m_MemMap); ReleaseDC(m_Hwnd,hdc); Suiji(); IsBegin=true; } void CFBox::BoxUp(int boxs) { int Gen=sqrt((double)boxs); for (int i=0;i 立即下载

【文件预览】:
FunBox
----FunBox.sln(884B)
----FunBox.suo(15KB)
----Debug()
--------FunBox.exe(97KB)
--------FunBox.pdb(1003KB)
--------FunBox.ilk(503KB)
----FunBox()
--------FunBox.ico(23KB)
--------stdafx.h(415B)
--------FunBox.vcproj(5KB)
--------targetver.h(1KB)
--------FunBox.h(39B)
--------FunBox.vcproj.LONG-PC.long.user(1KB)
--------small.ico(23KB)
--------Debug()
--------stdafx.cpp(211B)
--------ReadMe.txt(2KB)
--------FunBox.rc(3KB)
--------FunBox.cpp(3KB)
--------Resource.h(716B)
--------CFBox.cpp(8KB)
--------CFBox.h(982B)

网友评论

  • 还不错,比较容易看懂
  • 不错,就是不会用