-
VIEW SPLITTER operate three series programming, like segmentation, as friends ca...
VIEW SPLITTER 操作编程连载3,喜欢分割视的朋友可以参考-VIEW SPLITTER operate three series programming, like segmentation, as friends can refer to
- 2022-12-14 01:15:03下载
- 积分:1
-
GUI的消息机制说明文档,让你初步了解消息机制的实现
GUI的消息机制说明文档,让你初步了解消息机制的实现-The message mechanism GUI documentation, so that you know the initial implementation of the message mechanism
- 2022-05-26 14:46:31下载
- 积分:1
-
GA 类附表
在这里我附上使用遗传算法进行排序的类从发生冲突的一个项目类调度。该项目已测试和已附带示例输入,供参考。
- 2023-01-15 01:50:04下载
- 积分:1
-
a switch button controls. You can set the button appearance attributes, the very...
一个开关按钮控件。可以设置按钮外观的各种属性,很好用的!-a switch button controls. You can set the button appearance attributes, the very good!
- 2022-04-23 06:53:13下载
- 积分:1
-
这个是用MFC做的一个小程序.其功能是在用MFC做的MAPINFO地图上新建一个图层.仅供参考....
这个是用MFC做的一个小程序.其功能是在用MFC做的MAPINFO地图上新建一个图层.仅供参考.-a program using MFC,which is used to add a new layer in MAPINFO map,for reference
- 2022-08-16 20:30:23下载
- 积分:1
-
pls try, it easy to control Got controls and a small file si ze.
pls try,it easy to control ui controls and a small file size.-pls try, it easy to control Got controls and a small file si ze.
- 2022-03-31 06:32:59下载
- 积分: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
-
改进的等值线
本源代码的第一作者是:YANG Qing.Department of Geophysics,Yangtze University,Jingzhou,Hubei.434023.mou_yq@126.com
我是在第一作者的源代码基础上改写的,改写内容:(1)添加了比较完成的点、线、面、等值线类;(2)自己改写了比较简洁的三角剖分代码;(3)改写了第一作者的搜索等值线代码,使其更简洁易读。
本代码仅供学习使用,若有侵权行为,请告知,我会及时处理。
测试数据“Slice_Records1.sls”是原来自带的数据,“TUTORWS2.DAT”是从surfer8.0安装文件夹中的“SampleTUTORWS2.DAT”改变而来。
解压密码:hzsong123
- 2023-05-28 02:05:04下载
- 积分:1
-
给对话框上的控件添上提示条
给对话框上的控件添上提示条-dialog to add the control of the prompt
- 2022-05-14 06:17:14下载
- 积分:1
-
员工管理信息系统
员工信息管理系统是事业单位科学、全面、高效进行人事管理的系统,参考大量中国人力资源管理理论,根植于国内管理的实际情况,实用而科学。内容包括机构的建立和维护,人员信息的录入和输出,工资的调整和发放以及各类报表的绘制和输出等功能。在操作上集输入、维护、查询、统计、打印、输出等处理为一体,简便灵活,自动化功能强大。
- 2022-02-03 01:20:27下载
- 积分:1