-
在MS DOS运行此代码
this code runs in ms dos
paint.cpp : main code
bmp_defs : functions to load and save bmp files
cursor.h : definitions of different cursors used
outlook.h : contains the entire window description of paint
- 2022-01-30 18:29:35下载
- 积分:1
-
建一个透明的窗体 在VB中建一个透明的窗体 非常的好用
建一个透明的窗体 在VB中建一个透明的窗体 非常的好用-build a transparent window in VB built a very transparent Form Easy
- 2022-08-13 20:56:41下载
- 积分:1
-
use link list to score of sport
use link list to score of sport-use link list to score of sport
- 2023-05-12 04:45:03下载
- 积分:1
-
IC卡功能和IC卡读卡资料,有助于开发
IC卡函数库及IC卡数据读写,对开发有帮助喔-IC card functions and IC card reader data to help develop oh
- 2022-05-09 08:28:43下载
- 积分:1
-
几个VB自绘菜单例子
几个VB自绘菜单例子,有顶级菜单,有弹出式菜单
- 2022-02-01 05:10:46下载
- 积分:1
-
保存图像到数据库并检索它
保存图像到数据库并检索它的任何时间
您可以将此图像保存在任何数据库 futer
- 2023-04-07 16:15:04下载
- 积分:1
-
自画标尺的C#代码
自画标尺的C#代码-self-portraits benchmark C# code
- 2023-03-28 14:05:03下载
- 积分:1
-
在mfc单文档中如何使用OpenGl,包含具体txt步骤方法
在mfc单文档中如何使用OpenGl,包含具体txt步骤方法-how to use OpenGL in SDI of mfc,including a text for the detail
- 2023-08-21 13:40:05下载
- 积分:1
-
VC++编写的,动态创建菜单,且能够响应对应的菜单选项,包括自动改变输出界面的颜色...
VC++编写的,动态创建菜单,且能够响应对应的菜单选项,包括自动改变输出界面的颜色-VC++ written dynamically created menus, and can respond to the corresponding menu options, including automatically change the color of the output interface,
- 2022-08-15 11:40:57下载
- 积分:1
-
QT扫雷 (windows编译)通用
资源描述主要运用的方法:
1、继承QLabel的来实现自己的Block类,
2、重写Block类的mousePressEvent(QMouseEvent* event)函数来响应相应鼠标事件,
3、使用QGirdLayout进行布局。
下面对每个性质进行分析:
性质1、应当是一开始就确定的,故在内部设置一个mine_flag_,由Block的构造函数初始化;
性质2、在内部设置一个标志ok_flag_,一开始默认为false,当外界访问了方块时,设置为true。那么访问操作为何?即鼠标左键事件,下面讨论;
性质3、当BlockArea每个方块构建完之后,此方块的数字就确定了,所以我们可以提供一个setNumber(int)函数,这个函数只应在设置BlockArea时调用;
性质4、内部设置一个mark_flag_,当外界进行设置操作时,进行。那么何为设置操作?即鼠标右键事件,下面讨论。
- 2022-01-21 00:57:01下载
- 积分:1