-
mainly on how to design a clock
主要是关于怎么样设计一个时钟的源代码, 开发工具为VC++ -mainly on how to design a clock-like source code, development tools for VC
- 2022-03-22 22:36:56下载
- 积分:1
-
Written by a foreigner transparent menu is drawn from the. Very nice interface a...
一个老外写的透明菜单,是自绘的。非常好看的界面和效果。做VC界面开发的人可以看看。-Written by a foreigner transparent menu is drawn from the. Very nice interface and effects. VC interface so people can look at the development.
- 2022-02-06 05:56:43下载
- 积分:1
-
Graph tools written in vc
Graph tools written in vc-Graph tools written in vc++...
- 2022-02-16 06:05:27下载
- 积分:1
-
management process, the producer consumer issues as long as it is described proc...
进程管理中的生产者消费者问题 只要是是描述进程管理中生产者与消费者在共享文件时是否同步与互斥问题-management process, the producer consumer issues as long as it is described process management producers and consumers when sharing files synchronized with the Mutual Exclusion
- 2022-02-21 06:28:34下载
- 积分:1
-
uCGUI在STM32下的移植
首先感谢WZT大哥共享的ucGUI移植的文档,先将本人的移植过程详细记录下来,以供初学者参考:
1、打开调试好的TFTLCD测试程序(这里是打开“ALIENTEK MINISTM32 实验10 TFTLCD显示实验”)的工程文件夹,在其中创建ucGUI的文件夹。由于ucGUI/CORE文件中已经存在了lcd.h和lcd.c的文件,所以我们将工程目录HARDWARE/LCD中的lcd.c文件和lcd.h文件的文件名换成ili93xx.c和ili93xx.h,并将其中的预处理命令也相应的更换。然后将ili93xx.h和ili93xx.c中用来标识液晶屏宽和高的LCD_H与LCD_W分别换成LCD_HEIGHT和LCD_WIDTH。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-06 15:34:02下载
- 积分: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
-
COM的UART串口通信
应用背景对于串行通信,并进行了;和;和;和;;;;;;;;;;;;;;;关键技术视觉工作室+ +软件串口通讯
- 2022-02-02 23:51:14下载
- 积分:1
-
学生信息中心
应用背景这是因为学生的过程gfdhf jhfdbjh cbjhcxhbc显宰chjkchjvk jkhjsdhjknc CNB VBN数据全部学生信息系统中的应用关键技术ASP.NET是一个在线应用程序,保持关于studebnts nmbcvmnc cvnbcvx 信息;cxjcvxbcv cxbcvx vcjhccx
- 2022-01-22 01:37:07下载
- 积分:1
-
透明按钮!
透明按钮!-Transparent button!
- 2022-06-13 21:14:26下载
- 积分:1
-
彩色的进度条,渐变色彩,也可根据自己需要来分段显示不同的颜色,以显示警告...
彩色的进度条,渐变色彩,也可根据自己需要来分段显示不同的颜色,以显示警告-color on the progress of the gradual color, but also according to its own needs above show different colors to show warning
- 2022-05-22 06:48:43下载
- 积分:1