-
html5+css页面模板
大图幻灯扁平化HTML5模板
- 2022-03-22 15:27:46下载
- 积分:1
-
基于QT的串口涉及
应用背景
QT做界面应用已经很广了,基于QT的串口界面设计,对于初学者有一定的帮助,简单易懂,非常适合初学者,对于开拓界面开发的兴趣有很大的帮助,欢迎大家指正错误。
关键技术基于QT的串口,对于对界面感兴趣的初学者来说,很有帮助,涉及了C++,QT,和串口的相关知识,简单易懂,很实用
- 2022-02-16 09:12:50下载
- 积分:1
-
异步显示进度条示例程序,在执行任务时,窗口线程不会卡死。...
异步显示进度条示例程序,在执行任务时,窗口线程不会卡死。-processbar demo
- 2023-04-02 12:25:03下载
- 积分:1
-
使用vc开发的交通电子地图源码,打包下载。
使用vc开发的交通电子地图源码,打包下载。-use vc development of the electronic traffic maps source, the package downloaded.
- 2022-01-25 17:34:35下载
- 积分:1
-
安卓手机素材
安卓手机素材。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
- 2022-09-05 12:15:04下载
- 积分:1
-
一种使用C++ Builder编制而成的软件。界面很漂亮。也很实用。
一种使用C++ Builder编制而成的软件。界面很漂亮。也很实用。-use of a compiled C Builder software. Interface very pretty. Also practical.
- 2022-03-23 04:19:18下载
- 积分:1
-
基于c#的时钟
资源描述本源程序是基于C#的时钟设计,能为初学者提供参考价值,为初学者提供基本的编写代码思路,
namespace Clock
{
public partial class MainForm : Form
{
private PointF center;
private float r;
private Pen hourPen;
private Pen minutePen;
private Pen secondPen;
private Thread timeThread;
public MainForm()
{
InitializeComponent();
ShowInTaskbar = false;//不在任务栏中显示
SetStyle(ControlStyles.DoubleBuffer, true);
SetStyle(ControlStyles.UserPaint,true);
SetStyle(ControlStyles.AllPaintingInWmPaint,true);
center = new PointF(ClientSize.Width/ 2.0f, ClientSize.Height/ 2.0f);
r = Math.Min(ClientSize.Width / 2.0f, ClientSize.Height / 2.0f);
hourPen = new Pen(Color.Black, 2.5f);
minutePen = new Pen(Color.Black, 1.5f);
secondPen = new Pen(Color.Black, 0.5f);
timeThread=new Thread(new ThreadStart(DrawTime));
timeThread.Start();
}
protected override void OnPaint(PaintEventArgs e)
{
Graphics g = e.Graphics;
g.Clear(BackColor);
//g.SmoothingMode =
- 2022-01-26 05:22:52下载
- 积分:1
-
非常漂亮的对话框,按纽控件在不同状态显示不同颜色,标题栏各按纽修改成不同于WINDOW风格的彩色按纽,另外还有彩色的进度条,滑动块,可绘制三维真彩图,非常逼真。...
非常漂亮的对话框,按纽控件在不同状态显示不同颜色,标题栏各按纽修改成不同于WINDOW风格的彩色按纽,另外还有彩色的进度条,滑动块,可绘制三维真彩图,非常逼真。-very beautful Dlgwindow, it includes colorful button which can show different colors at variable state, the title bar has a fabulous style very different from the default windowXP style, and can show 3D face in seven colors.
- 2022-05-26 09:48:41下载
- 积分:1
-
这是一个显示目录树的树形列表控件,希望对你有帮助
这是一个显示目录树的树形列表控件,希望对你有帮助-This is a display directory tree tree list control, want to help you
- 2022-03-11 21:55:28下载
- 积分:1
-
修改MFC窗口的背景颜色
编写环境是VC,本人独立写的小程序,学习使用...
修改MFC窗口的背景颜色
编写环境是VC,本人独立写的小程序,学习使用-MFC window changes the background color of the environment is prepared VC, I wrote a small independent procedures, learning to use
- 2023-08-15 10:35:03下载
- 积分:1