-
场景(图形),聊天室,源代码(在绝对高标准,很酷)
场景(图形),聊天室,源代码(绝对高标准,酷)
- 2022-03-17 16:49:10下载
- 积分:1
-
Flex3下实现类Windows Metro风格界面
Metro UI是微软在Windows Phone 7中正式引入的一种 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-26 01:13:08下载
- 积分: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
-
Web site information gathering source code and replaced with the replacement of...
网站信息采集源代码并带有更换皮肤功能不过更换皮肤使的是IrisSkin2.d-Web site information gathering source code and replaced with the replacement of skin function, but the skin so that the IrisSkin2.dll
- 2022-01-26 00:36:02下载
- 积分:1
-
STM32的Windows模拟器
STM32 windows仿真器STM32 windows仿真器STM32 windows仿真器STM32 windows仿真器
- 2022-02-13 07:16:01下载
- 积分:1
-
it can connet with a database.
与数据库相连的一个应用程序,是在VC环境下编写的。-it can connet with a database.
- 2022-12-15 12:30:04下载
- 积分:1
-
选择排序是一种比较优化的排序,它定义的k意义在于表示一次循环后找到的最小(大)值的位置,然后让第i个(第几次循环就是第几个)植交换,这样在第一轮循环中就把最小(...
选择排序是一种比较优化的排序,它定义的k意义在于表示一次循环后找到的最小(大)值的位置,然后让第i个(第几次循环就是第几个)植交换,这样在第一轮循环中就把最小(大)的值换到了最前面,如果只用i,j 的话,就没有办法找出待排序数据中的最值了
比较排序也叫冒泡排序,就是把相邻的数据比较交换,因为其把小的数字从后面往前慢慢移动,感觉象水泡上升一样,所以叫冒泡排序法.
如过你还没理解,留言~-SELECTION SORT is a more optimal sequencing, its definition of k significance lies in a circle said they find the smallest (large) value of the location, i then allow the first (the first cycle was the first several several) plant exchange, this cycle in the first round put the smallest (CUHK) for the value of the front, if only i, j, then there is no way to identify sequencing data to be the most value compared sequencing is also called Bubble Sort. adjacent is to the comparison of data exchange, because of their small numbers from the back slowly moving forward, Soak up feeling like the same, so called Bubble Sort law. No off if you understand that message ~
- 2022-12-28 03:55:04下载
- 积分:1
-
C common features, there are a number of other functions, such as query function...
C常见功能,还有一些其他功能,比如查询等功能-C common features, there are a number of other functions, such as query functions
- 2023-04-01 06:00:04下载
- 积分:1
-
基于VC的MODBUS通信实现程序,界面用的是文档/视图结构,能与数据库相连、绘制响应图形等,可参考上传的论文ModbusVC...
基于VC的MODBUS通信实现程序,界面用的是文档/视图结构,能与数据库相连、绘制响应图形等,可参考上传的论文ModbusVC-VC-based implementation of the MODBUS communications program interface using a document/view architecture, can be connected with the database, drawing responses graphics, etc., may refer to upload papers ModbusVC
- 2022-05-09 08:54:34下载
- 积分:1
-
包含了一百个简单的用MFC编写的界面编程,希望可以给初学MFC的朋友参考...
包含了一百个简单的用MFC编写的界面编程,希望可以给初学MFC的朋友参考-100 contains a simple interface with the preparation of MFC programming, MFC beginner would like to give a friend a reference
- 2023-03-01 01:10:05下载
- 积分:1