-
QT的LAYOUT例子程序,
QT的LAYOUT例子程序,-QT的LAYOUT例子程序````````
- 2022-09-02 23:25:03下载
- 积分:1
-
android 翻书效果实现
在android上实现页面翻书特效,可以用于商用软件,真实体验感超强,吐血共享
翻页特效加增强的纸张透视和书脊阴影特效,完全真实再现纸质书翻页体验
已经在商用软件中应用,吐血推荐
- 2022-03-23 15:33:53下载
- 积分:1
-
一个关于vb串口多线程通信的实例,可以看看。
一个关于vb串口多线程通信的实例,可以看看。-Vb serial port on a multi-threaded communication instance, you can look at.
- 2022-09-19 04:15:03下载
- 积分:1
-
基于智能手机实现的权重
基于wince的smartphone上二级列表的实现-smartphone based on the weights of the realization of two lists
- 2022-02-16 04:22:39下载
- 积分:1
-
VB皮肤代码,内置了一些皮肤!和一个皮肤编辑器!
VB皮肤代码,内置了一些皮肤!和一个皮肤编辑器!-Skin VB code
- 2022-08-09 21:42:05下载
- 积分:1
-
一个单独的小程序界面
用VC编的一个界面分隔小程序-VC series a separate small program interface
- 2022-05-09 06:56: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
-
一个好用的VB托盘小程序,可以在程序最小化时隐藏程序
一个好用的VB托盘小程序,可以在程序最小化时隐藏程序-a handy small tray of VB procedures, the procedures can minimize hidden when procedures
- 2022-07-07 06:49:12下载
- 积分:1
-
对Tab Control的具体实现,对初级程序员具有参考价值。
对Tab Control的具体实现,对初级程序员具有参考价值。-Tab Control of the concrete realization of junior programmers with reference value.
- 2022-01-26 02:32:34下载
- 积分:1
-
给应用程序加一个启动画面
给应用程序加一个启动画面-to the application plus a startup screen
- 2022-02-22 08:01:26下载
- 积分:1