搜索资源列表
five
- 一个基于C语言的五子棋程序 five.c为c语言源程序,pic.bmp,win.bmp,lose.bmp为150×330的16色位图文件 five.exe为已将位图加入到代码中的游戏程序,可以单独运行。 程序还有一些bug,有兴趣的话可以自己改源程序。 二维数组w中保存的是权值表,你可以增加或更改它。
RJ010403(403)
- 西北工业大学程序设计大赛作品 拿出来与大家分享 程序说明 名称:tank 编译环境:win-tc tank.bmp tank.c EGAVGA.bgi要放在同一目录 按键:player1 : 上 Up 下 Down 左 Left 右 Right 攻击 0 player2: 上 W 下 S 左 A 右 D 攻击 SPACE 不足:游戏中没有制作攻击效果,只做攻击是否命中的判断。 如果一方按键不放,无法响应另一人的按键。 两个tank如果相撞,会抹去
CreateWMV
- 将BMP转换成WMV视频文件的源代码,值得一看-BMP converted to WMV video file of the source code, see
ImageProcessing
- It makes program EP2.CPP in C/C++ that, given an image in levels of gray m? .tga with letters H, V, W, X (arial boldface, different rotations and scales), creates binarizada image b? .bmp e, after that, creates colorful image c? .jpg painting each le
clipboard_faq_demo1
- 图片与剪切板的操作,包括bmp,jpg,wmf,emf等格式-operation on picture and clipboard,including bmp,jpg,wmf,emf etc.
convertBmptoRaw
- 一个实现bmp格式图片转换为raw纯数据格式的C++程序,经调试通过,使用时修改程序中H、W为自己图片的高和宽即可-Bmp format image of a realization of pure raw data format is converted to the C++ program by debugging through the use of modified procedures when H, W for his picture of the height and width
SaveScreen
- 屏幕截图并且保存文件,在VC6.0,利用快捷键ctrl+w 对屏幕截图 并且存成32bit的bmp文件-Save Screen to a file!
颜色处理
- Public Sub DibGet(ByVal IdSource As Long, XBegin As Long, ByVal YBegin As Long, ByVal XEnd As Long, ByVal YEnd As Long) Dim iBitmap As Long Dim iDC As Long Dim I As Long Dim W As Long Dim H As Long On Error GoTo ErrLine D