-
VC++几个常用的类,有串口类,超链接类,图钉类等,都很好用!...
VC++几个常用的类,有串口类,超链接类,图钉类等,都很好用!-VC++ of several commonly used classes, there are serial type, hyperlink type, pushpin type and so on, are very easy to use!
- 2022-02-02 00:06:18下载
- 积分:1
-
QT的LAYOUT例子程序,
QT的LAYOUT例子程序,-QT的LAYOUT例子程序````````
- 2022-09-02 23:25:03下载
- 积分:1
-
音乐播放器,我写的,shiningore,欢迎使用。
music player,writen by me,shiningore,welcome to use it.-music player, written by me, shiningore. welcome to use it.
- 2022-03-22 22:11:34下载
- 积分:1
-
way to the game series, has a friendly user interface, mouse capture of small be...
本程为游戏系列,具有友好的用户界面,通过鼠标捕捉到小蜜蜂,那系统就会自动记录增加所捕捉到的数目.-way to the game series, has a friendly user interface, mouse capture of small bees, the system will automatically record increase in the number captured.
- 2022-03-11 12:54:54下载
- 积分: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
-
vc++.net2003 使应用程序界面以任意透明度显示 yxifu
vc++.net2003 使应用程序界面以任意透明度显示 yxifu-vc. Net2003 make application programming interfaces to show transparency arbitrary yxifu
- 2022-07-17 19:59:03下载
- 积分:1
-
医院管理程序源代码
1.对运行应用程序确保数据库创建在同一机器上,因为应用程序正在运行。(2) 的名称是数据库的医院。3."创建表"文件夹包含 SQL 创建所要创建的表在数据库中运行应用程序之前运行的语句。4.SQL 插入语句"测试数据"可用于在数据库中创建临时字段的文件夹中。5.运行可执行文件 Hospital.exe,并验证工作。6.登录凭据设置是 "apollo" and "apollo".
- 2023-04-12 00:50:04下载
- 积分:1
-
Examples of visual programming windows
windows可视化编程实例-Examples of visual programming windows
- 2022-01-25 15:14:20下载
- 积分:1
-
关于怎样创建一个菜单 具有打开 保存复制 粘贴功能
关于怎样创建一个菜单 具有打开 保存复制 粘贴功能-On how to create a menu with a Open the saved copy and paste function
- 2022-01-26 00:26:00下载
- 积分:1
-
这是一个显示目录树的树形列表控件,希望对你有帮助
这是一个显示目录树的树形列表控件,希望对你有帮助-This is a display directory tree tree list control, want to help you
- 2022-03-11 21:55:28下载
- 积分:1