-
css样式表格,内有多个实例.网页美化设计之用
css样式表格,内有多个实例.网页美化设计之用-css style form, there are multiple instances. Website design landscaping purposes
- 2022-01-23 11:00:58下载
- 积分:1
-
邮件 anonymer
电子邮件匿名源代码项目由影
您可以发送电子邮件 anonymer fot 所有人。
- 2023-09-03 12:40:03下载
- 积分:1
-
C#写的扫雷程序
C#写的扫雷程序,刚开始看,不知道好不好,
- 2022-01-26 02:53:33下载
- 积分:1
-
sublime text golang debug 插件源友
这是Sublime text golang debug开发插件源友,我的github id是Centny
里面主要提供了,golang的debug,运行,测试,自动执行build,等功能。
基于Gdb实现,目前只支持mac与linux平台。
Golang GDB plugin for Sublime Text 3,it modify base of https://github.com/quarnster/SublimeGDB.
if you have some question,send message to https://github.com/Centny/
- 2022-12-22 10:35:03下载
- 积分:1
-
非常漂亮的自绘工具条和菜单
非常漂亮的自绘工具条和菜单-very beautiful painting from the toolbar and menu
- 2022-02-03 17:08:43下载
- 积分:1
-
我们经常会使用到组合框,而组合框是是有2种功能的
我们经常会使用到组合框,而组合框是是有2种功能的--下拉和列表。一般情况下,列表框的宽度和选择框是一样宽的,但是我们有些时候确实很需要把列表框的宽度变大,一便让我们能更好的看我们要选的东西。 为了能有这个功能,我写了下面的这个函数。首先得在你的对话框中添加一个的WM_CTLCOLOR的消息句柄,或者使用CComboBox的继承类,而且在其中添加下面的代码:-we often use to mix frame, and frames are combinations are two kinds of functions-- and the drop-down list. Under normal circumstances, the list box and the width of the selection box is the same width, but sometimes we need to do is list the width of the frame, one will enable us to better do our election of the things. To have this function, I wrote the following this function. First of all in your dialog box to add one of the news WM_CTLCOLOR handle, or use the inheritance CComboBox category, but which add the following code :
- 2022-08-02 15:44:40下载
- 积分:1
-
document type and category of document management and the large number of exampl...
这是vc文件类及文件管理类的大量实例及相应的用法和函数说明,够你学习的了-document type and category of document management and the large number of examples of the usage and the corresponding function that you learn enough of a
- 2022-01-26 05:20:21下载
- 积分:1
-
mpeg
mpeg-1标准的原程序,该程序包括了关于图象的DCT,基于块匹配算法的运动补偿,可变长编码等一系列子程序。-MPEG-1 standard in the original program, which includes images of the DCT, block-matching algorithm based on the motion compensation, variable length coding a series of routines.
- 2023-01-16 01:35:05下载
- 积分:1
-
一些从c++的可视化基础编程,供学习用
一些从c++的可视化基础编程,供学习用-some from the c++ visualization based programming for Learning
- 2023-05-09 06:50:03下载
- 积分: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