-
这是一个窗口代码的例子,相信给你急需的朋友提供个帮助
这是一个窗口代码的例子,相信给你急需的朋友提供个帮助-This is an example of the code window, I believe you need a friend to help provide 000
- 2022-03-23 13:51:34下载
- 积分:1
-
GESTION STOCK LANGAGE C
GESTION、STOCK、GESTIONSTOCK、ACHAT、VENTE、FACTURE CODE C编程;
- 2023-08-21 04:50:03下载
- 积分:1
-
此源文件可以使用和分配,而不受限制的提供。
This source file may be used and distributed without restriction provided that this copyright statement is not removed from the file and that any derivative work contains the original copyright notice and the associated disclaimer.
This software is provided “as is” and without any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. in no event shall the author or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services loss of use, data, or profits or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.
-This source file may be used and distributed without restriction p
- 2022-05-06 01:26:04下载
- 积分:1
-
mfc的开放与用途
mfc的开放与用途
- 2023-07-21 19:15:03下载
- 积分:1
-
opencv2和MFC边缘检测
利用Intel的开源图像处理库opencv2,结合MFC对话框编程,实现图像的边缘检测。程序很简单,是根据opencv2 codebook实现的,但对学习opencv2(opencv的C++版本)很有帮助。
- 2023-03-31 19:45:15下载
- 积分:1
-
非常漂亮的软件启动界面。欢迎大家学习。有更好的请发表。谢谢。...
非常漂亮的软件启动界面。欢迎大家学习。有更好的请发表。谢谢。-Very nice interface to start the software. Welcome to the study. Please have a better publication.谢谢.
- 2023-03-20 06:05:03下载
- 积分:1
-
xp style menu achieve
xp风格的菜单实现-xp style menu achieve
- 2022-03-19 22:35:22下载
- 积分:1
-
Qt5图形界面开发宝典
应用背景在linux平台,Qt creator 软件下对软件界面进行开发,使用的软件是Qt creator,语言为c++,这份资料对学习Qt的朋友们是个不错的选择,内容讲解非常详细,深入解析Qt5的各个功能。关键技术Qt是一个跨平台的C++图形用户界面应用程序框架。它为应用程序开发者提供建立艺术级图形用户界面所需的所有功能。1996年,Qt进入商业领域,已成为全世界范围内数千种成功的应用程序的基础。它也是目前流行的Linux桌面环境KDE 的基础,KDE是Linux发行版的主要一个标准组件。
- 2023-01-02 09:05:09下载
- 积分:1
-
这是个银行系统, 这是个很不错的编程代码,是有关于MVC的编程是由中科院的老师亲自编写的。...
这是个银行系统, 这是个很不错的编程代码,是有关于MVC的编程是由中科院的老师亲自编写的。-This is a banking system that is a very good programming code, is on the MVC programming from the CAS is personally prepared by the teacher.
- 2022-08-07 21:48:17下载
- 积分: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