登录

最新会员 最新下载

成为了本站VIP会员

04月30日 12:23

成为了本站VIP会员

04月29日 21:46

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09
已选条件
  1. 编程语言:所有
  2. 代码类别:界面编程
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. LTB_v1.0

  Catia的二次开发,生成齿轮小工具,附带源码(Secondary development of Catia, generating gear gadgets, with source code)

1
下载
135
浏览
2020-06-18发布

2. LTB_v1.0

说明:  Catia的二次开发,生成齿轮小工具,附带源码(Secondary development of Catia, generating gear gadgets, with source code)

2
下载
104
浏览
2020-06-18发布

3. duilib-master

  开源库,实现界面开发,可以使用开发各种界面,使用Win32(Open Source Library for Interface Development)

2
下载
128
浏览
2020-06-18发布

4. duilib-master

说明:  开源库,实现界面开发,可以使用开发各种界面,使用Win32(Open Source Library for Interface Development)

5
下载
108
浏览
2020-06-18发布

5. day2

  学习笔记之QT曹的连接与简单功能实现,带有实例(Connection and Simple Function Implementation of QTCao for Learning Notes with Example)

0
下载
60
浏览
2020-06-18发布

6. day2

说明:  学习笔记之QT曹的连接与简单功能实现,带有实例(Connection and Simple Function Implementation of QTCao for Learning Notes with Example)

1
下载
72
浏览
2020-06-18发布

7. WPF简单动画

  WPF简单动画效果 仅供学习使用 界面使用了很多属性触发器(WPF Simple Animation Effects for Learning Only)

2
下载
90
浏览
2020-06-18发布

8. wpftoolkit-master

  WPF wpftoolkit-master UI界面 自定义控件等(WPF wpftoolkit-master UI Interface custom controls, etc.)

2
下载
93
浏览
2020-06-18发布

9. WPF简单动画

说明:  WPF简单动画效果 仅供学习使用 界面使用了很多属性触发器(WPF Simple Animation Effects for Learning Only)

5
下载
69
浏览
2020-06-18发布

10. wpftoolkit-master

说明:  WPF wpftoolkit-master UI界面 自定义控件等(WPF wpftoolkit-master UI Interface custom controls, etc.)

4
下载
69
浏览
2020-06-18发布

11. 0101.三元运算.VIP课

  C Primer Plus 第6版 中文版电子版(C Primer Plus 6 Chinese Edition Electronic Edition)

0
下载
78
浏览
2020-06-18发布

12. 0101.三元运算.VIP课

说明:  C Primer Plus 第6版 中文版电子版(C Primer Plus 6 Chinese Edition Electronic Edition)

1
下载
68
浏览
2020-06-18发布

13. ZNodes

  qt中提供了QGphicsView,QGraphicsScene,QGraphicsItem,QGraphicsPixmapItem是QGraphicsItem的子类 分辨创建它们的实例:view,scene,item,然后通过各自的方法scene->addItem(item);view->setScene(scene);就可以达到类似下图的效果,想要进一步定制,则要继承QGraphicsItem或QGraphicsPixmapItem,然后重写paint()、boundingRect()等方法,此外如果还想要获取鼠标事件,重写mousePressEvent等事件就好了,注意,一旦重写了mousePressEvent方法,就以为了qt不会再自动处理item的任何press事件了,可以在你重写的mousePressEvent方法中最后添加QGraphicsItem::mousePressEvent(event);解决这个问题,就是说你获取到了鼠标事件,但是依然让qt处理这个鼠标事件。(QGphics View, QGraphics Scene, QGraphics Item and QGraphics PixmapItem are provided in qt. They are subclasses of QGraphics Item. Resolve the instances of creating them: view, scene, item, and then use their respective methods scene - > addItem (item); view - > setScene (scene); you can achieve the effect similar to the figure below. If you want to further customize, you need to inherit QGraphics Item or QGraphics Pixmap Item, and then rewrite paint (), boundingRect () and other methods, and if you want to do so. If you want to get mouse events, rewrite events like mousePressEvent. Note that once you rewrite the mousePressEvent method, you think that QT will no longer automatically handle any press events of item. You can finally add QGraphics Item:: mousePressEvent (event) to your rewritten mousePressEvent method to solve this problem. That is, you get the mouse event, but still let QT handle the mouse event.)

0
下载
84
浏览
2020-06-16发布

14. ZNodes

说明:  qt中提供了QGphicsView,QGraphicsScene,QGraphicsItem,QGraphicsPixmapItem是QGraphicsItem的子类 分辨创建它们的实例:view,scene,item,然后通过各自的方法scene->addItem(item);view->setScene(scene);就可以达到类似下图的效果,想要进一步定制,则要继承QGraphicsItem或QGraphicsPixmapItem,然后重写paint()、boundingRect()等方法,此外如果还想要获取鼠标事件,重写mousePressEvent等事件就好了,注意,一旦重写了mousePressEvent方法,就以为了qt不会再自动处理item的任何press事件了,可以在你重写的mousePressEvent方法中最后添加QGraphicsItem::mousePressEvent(event);解决这个问题,就是说你获取到了鼠标事件,但是依然让qt处理这个鼠标事件。(QGphics View, QGraphics Scene, QGraphics Item and QGraphics PixmapItem are provided in qt. They are subclasses of QGraphics Item. Resolve the instances of creating them: view, scene, item, and then use their respective methods scene - > addItem (item); view - > setScene (scene); you can achieve the effect similar to the figure below. If you want to further customize, you need to inherit QGraphics Item or QGraphics Pixmap Item, and then rewrite paint (), boundingRect () and other methods, and if you want to do so. If you want to get mouse events, rewrite events like mousePressEvent. Note that once you rewrite the mousePressEvent method, you think that QT will no longer automatically handle any press events of item. You can finally add QGraphics Item:: mousePressEvent (event) to your rewritten mousePressEvent method to solve this problem. That is, you get the mouse event, but still let QT handle the mouse event.)

4
下载
73
浏览
2020-06-16发布

15. Chapter12

  这是Python关于机器学习经典实例第12章的代码,,,可视化数据(This is the Python code for Chapter 12 of the classic machine learning example, ,, Visualization data.)

0
下载
93
浏览
2020-06-16发布

16. Chapter12

说明:  这是Python关于机器学习经典实例第12章的代码,,,可视化数据(This is the Python code for Chapter 12 of the classic machine learning example, ,, Visualization data.)

2
下载
67
浏览
2020-06-16发布

17. WPF宝典--使用C#2012和.NET4.5源代码

  WPF编程宝典:使用C# 2012和.NET 4.5 第4版,非常经典的教材,源代码(WPF programming treasure book: using C# 2012 and. NET 4.5 4th edition, very classic textbooks)

1
下载
92
浏览
2020-06-16发布

18. WPF宝典--使用C#2012和.NET4.5源代码

说明:  WPF编程宝典:使用C# 2012和.NET 4.5 第4版,非常经典的教材,源代码(WPF programming treasure book: using C# 2012 and. NET 4.5 4th edition, very classic textbooks)

8
下载
78
浏览
2020-06-16发布

19. AYQQ管家2018 AYUI7版本

  AYQQ管家2018 AYUI7版本,界面很炫酷,值得参考(AYQQ Butler 2018 AYUI7 Version)

0
下载
104
浏览
2020-06-16发布

20. AYQQ管家2018 AYUI7版本

说明:  AYQQ管家2018 AYUI7版本,界面很炫酷,值得参考(AYQQ Butler 2018 AYUI7 Version)

2
下载
83
浏览
2020-06-16发布