-
多个view使用tab控件进行切换的例子
多个view使用tab控件进行切换的例子-Example in which can exchange many views by a tab control
- 2022-02-18 15:46:42下载
- 积分:1
-
在VC中调用Windows API函数来动态获取设备的显示分辨率,并实现了游戏中动态改变屏幕分辨率的功能,并可选择临时改变或保存到注册表。...
在VC中调用Windows API函数来动态获取设备的显示分辨率,并实现了游戏中动态改变屏幕分辨率的功能,并可选择临时改变或保存到注册表。-in VC call Windows API functions to dynamically access equipment display resolution, and achieve dynamic of the game changed screen resolution function and can choose to change or temporary preservation of the registry.
- 2022-02-01 23:37:40下载
- 积分:1
-
Chu 2 DotNET Toolbox I work, often using some classes and functions, to facilita...
朱二DotNET工具箱
本人在工作中,经常会使用一些类和函数,为方便使用,特将部分代码整理分类,和朋友们分享。
代码中部分为原创,部分摘自互联网,时间长了,也搞不清除哪些是自己写的哪些不是,具体在每个文件中都做了说明。如涉及侵权,请即时联系小朱。
本人水平有限,源码中难免有所疏漏,请朋友多多指正,也欢迎来技术交流的朋友。
源码只供大家研究学习之用,请勿做它用,由此而产生的一切后果本人概不负责!-Chu 2 DotNET Toolbox I work, often using some classes and functions, to facilitate the use of some special code in order classification, and friends to share. The code part is original, some taken from the Internet, a long time, but also not quite sure what his addition to what is not written in concrete have done in each file are described. Involving infringement, please immediately contact小朱. I is limited, source of inevitable omissions, please friend lot of corrections, are also welcome to technical exchanges friends. Source only learning to use our study, do not do it with, all the consequences arising therefrom, I shall not be liable!
- 2023-02-02 10:35:04下载
- 积分:1
-
使用Qt处理图片资源
Use Qt in image development.
QPixmap largepixmap;
QPixmap smallpixmap;
QPixmap maskpixmap;
QPixmap zoompixmap;
QPoint offset(0,0);
QPoint dragpos(150,150);
QPoint set(90,50);
//加载图片:
largepixmap.load("ImagesMainGui.png");
smallpixmap = largepixmap.scaled(largepixmap.size()/1.2);
maskpixmap.load("ImagesMainGui.png");
//绘制底层图片(非放大镜区域图案):
QPainter painter(this);
painter.drawPixmap(offset,smallpixmap);
painter.end();
//计算放大区域圆形的半径及所占矩形面积
int dim = qMin(width(), height());
int magnifierSize = dim * 5 / 6;
int radius = magnifierSize / 2;
int ring = radius - 15;
QSize box = QSize(magnifierSize, magnifierSize);
- 2022-02-09 22:59:08下载
- 积分:1
-
编写的日记程序,包括实行文件、原文件等
测试通过
编写的日记程序,包括实行文件、原文件等
测试通过-diary prepared by the procedures, including documentation, the original documents passed tests
- 2022-04-08 05:05:18下载
- 积分:1
-
by finishing a widget library, which contains the most VC6.0 Controls Programmin...
通过整理的一个控件库,其中包含了VC6.0中大部分控件,对于界面编程非常有效。-by finishing a widget library, which contains the most VC6.0 Controls Programming interface for the very effective.
- 2022-10-23 07:20:04下载
- 积分:1
-
带刻度的进度条组件
应用背景在开发生产应用报表时,经常需要用进度条的形式显示当前的生产计划,本组件模仿刻度尺的样式,可根据需要显示天、周、月、年的计划完成情况,根据配置的颜色显示不同阶段的完成情况,每个阶段可点击。关键技术采用了javascript及CSS样式,可以进行二次封装
- 2022-02-20 09:12:14下载
- 积分:1
-
网络摄像头示例
此示例显示如何捕获与 VFW 的相机。
这是非常简单和容易学会。
今后我将上传许多许多样品。
再见!
再见!
再见!
- 2022-03-19 17:33:39下载
- 积分:1
-
在 Matlab 下相机捕获
根据 Matlab 开发的相机捕获。它包括 TreeView 列表控件。你可以将你想要的图像存储 !
- 2022-05-26 00:35:13下载
- 积分:1
-
C# 简单的串口
用C#在VS2008下编写了一个串口用于接收数据,带所有代码,可以供C#初学者一个简单地实践,作为一个参考
- 2023-08-16 23:40:03下载
- 积分:1