-
qt安卓版日历(查询圩日) 源程序
qt安卓版日历(查询圩日) 源程序 使用Qt开发android程序
- 2023-08-04 16:55:04下载
- 积分:1
-
js与C++混合编程实例
在做Mfc电子地图过程需要进行js与C++之间的信息,即要进行混合编程,本程序就是一个js与c++进行混合编程的实例,可以有助于对js与c++混合编程的了解与认识。
- 2022-07-04 19:40:17下载
- 积分:1
-
相信每个应用程序都需要一个进度条来显示数据是否加载完毕.这个例子就是用C#编写的自定义进度条控件....
相信每个应用程序都需要一个进度条来显示数据是否加载完毕.这个例子就是用C#编写的自定义进度条控件.-Believe that every application needs a progress bar to display the data is loaded. This example is written in C# using a custom progress bar control.
- 2022-03-24 11:48:57下载
- 积分: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
-
Display ToolTip in any place on the screen is what I find online, and belongs to...
Display ToolTip in any place on the screen
是我在网上找的,版权归原作者所有。-Display ToolTip in any place on the screen is what I find online, and belongs to original author.
- 2023-02-17 01:35:04下载
- 积分:1
-
your head : This is my I uploaded delphi programming skills power, quality is st...
站长您你好:我这是我上传的delphi编程技巧大权,质量还是比较好的,请您细细审核一下.谢谢!-your head : This is my I uploaded delphi programming skills power, quality is still relatively good, you have carefully examined what. Thank you!
- 2022-05-27 16:55:45下载
- 积分:1
-
实现comctl,是msdn例程,主要用于界面设计
实现comctl,是msdn例程,主要用于界面设计-achieve comctl is flowing routines, mainly for interface design
- 2022-02-04 06:49:52下载
- 积分:1
-
html炫酷登陆界面
应用背景对于登陆界面的设计,运用html和css的相关知识,设计出美观的效果,并且能够吸引眼球,使用户能够有效的使用。关键技术使用了css中的很多实用的小技巧,化繁为简,增加读者对于css和HTML的学习兴趣。
- 2022-09-05 03:50:02下载
- 积分:1
-
矢量图形开发
详细介绍了vc界面下开发矢量图形的流程,步骤。对于初接触的很有帮助。包括从MFC、坐标转换、图形基本知识等有详细介绍。
- 2022-06-16 12:51:01下载
- 积分:1
-
Shortcuts FlashCS3 table set out the basic functions of commonly used by the pro...
FlashCS3快捷键表
基本常用的功能罗列出来了
省了很多的时间!-Shortcuts FlashCS3 table set out the basic functions of commonly used by the province a lot of time!
- 2023-01-05 03:40:04下载
- 积分:1