-
一个好用的象棋控件
中国象棋开发控件chinese_chess_Ctrl.zip
一个好用的象棋控件
中国象棋开发控件chinese_chess_Ctrl.zip-a handy chess control of the development of Chinese chess chinese_chess_Ctrl controls. zip
- 2022-02-16 03:37:43下载
- 积分:1
-
QT 记事本
用QT做的毕业设计,可以实现简单的笔记本的功能,数据全部存入mysql数据库
- 2022-01-30 20:36:04下载
- 积分:1
-
7.按钮设置演示.rar 7.按钮设置演示.rar 7.按钮设置演示.rar
7.按钮设置演示.rar 7.按钮设置演示.rar 7.按钮设置演示.rar-7. Button set up demonstration. Rar 7. Button set up demonstration. Rar 7. Button set up demonstration. Rar 7. Button set up demonstration. Rar 7 . button set up demonstration. rar
- 2023-03-12 06:10:03下载
- 积分:1
-
很容易使用的使用吸收边界条件的解决方案
很好用的利用吸收边界条件解决二维maxwell方程的时域有限差分法matlab源程序- The very easy to use use absorbs boundary condition solution
two-dimensional maxwell the equation the time domain finite difference
method matlab source program
- 2022-06-03 00:24:27下载
- 积分:1
-
主要是演示如何使用窗口下面的编程接口
主要是一个演示如何在windows操作系统下面利用vc进行界面编程的scroll功能的使用-is mainly a demonstration of how to use Windows Below vc programming interface for the use of the scroll function
- 2022-04-16 21:00:40下载
- 积分: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
-
java编写的简单的DES算法的加密程序
java编写的简单的DES算法的加密程序...
java编写的简单的DES算法的加密程序
java编写的简单的DES算法的加密程序-prepared by the simple DES encryption algorithm java procedures prepared by the simple DES algorithm encryption
- 2022-01-25 15:58:44下载
- 积分:1
-
用VC制作带有滚动字幕的软件封面
用VC制作带有滚动字幕的软件封面-VC production with subtitles rolling cover software
- 2022-02-26 11:23:08下载
- 积分:1
-
COM的UART串口通信
应用背景对于串行通信,并进行了;和;和;和;;;;;;;;;;;;;;;关键技术视觉工作室+ +软件串口通讯
- 2022-02-02 23:51:14下载
- 积分:1
-
得到托盘区位置与动态显示_隐藏窗口
得到托盘区位置与动态显示_隐藏窗口-tray to be the location and dynamic display window _ hidden
- 2022-12-31 07:15:03下载
- 积分:1