-
VB实现XP风格的菜单(酷)大家可以尝试下
VB实现XP风格的菜单(酷)大家可以尝试下-VB XP-style menu (Cool) where we can try to
- 2022-09-07 03:50:03下载
- 积分: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
-
鼠标移到上面 显示相应的提示信息 tooltip Balloon
鼠标移到上面 显示相应的提示信息 tooltip Balloon-Move your mouse over the tips shown above the corresponding tooltip Balloon
- 2022-06-13 19:08:02下载
- 积分:1
-
VC呼叫处理软件Tecplot方法实现后
vc调用后处理软件tecplot的实现方法-vc call processing software, after the realization of tecplot method
- 2022-12-21 15:05:03下载
- 积分:1
-
Random_Pol214560312009.zip
Random_Pol214560312009.zipRandom_Pol214560312009.zipRandom_Pol214560312009.zip
- 2022-10-24 05:25:02下载
- 积分:1
-
VC++动态创建控件
VC动态创建控件动态控件是指在需要时由Create()创建的控件,这与预先在对话框中放置的控件是不同的。一、创建动态控件:1.建立控件ID号:2.建立控件对象:二、动态控件的响应:1.在MESSAGE_MAP中添加响应函数:2.在头文件中添加函数定义:3.编写消息响应函数:三、回收资源:
- 2022-12-17 15:05:03下载
- 积分: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
-
这是一个用mfc编写的程序,实现了运动估计的算法功能,请大家提出批评意见...
这是一个用mfc编写的程序,实现了运动估计的算法功能,请大家提出批评意见-This is a procedure used to prepare mfc, realize the motion estimation algorithm feature, raised U.S. criticism
- 2022-01-25 17:10:28下载
- 积分:1
-
一个简单的绘图程序!简洁的源码,适合C++初学者。源码带详细的注释。...
一个简单的绘图程序!简洁的源码,适合C++初学者。源码带详细的注释。-A simple drawing program! Concise source for C++ Beginners. Source with detailed notes.
- 2022-02-04 18:25:26下载
- 积分:1
-
游戏改键
---=======小程序——游戏改键=========-----支持:字母、数字、F1~F12、SHIFTCTRLALTTAB、小键盘等键相互切换。
- 2023-01-06 14:45:04下载
- 积分:1