-
一个gui框架
一个gui框架一个gui框架一个gui框架一个gui框架一个gui框架一个gui框架一个gui框架一个gui框架一个gui框架一个gui框架一个gui框架一个gui框架一个gui框架一个gui框架一个gui框架一个gui框架一个gui框架一个gui框架一个gui框架一个gui框架一个gui框架一个gui框架一个gui框架一个gui框架一个gui框架一个gui框架一个gui框架一个gui框架一个gui框架
- 2022-01-25 23:33:41下载
- 积分:1
-
源代码帧识别
Frame recognition with source code
- 2022-03-07 03:39:43下载
- 积分:1
-
对于lm64p70系列液晶数据表
Datasheet for lm64p70 series lcd-panels
- 2022-03-19 19:29:43下载
- 积分:1
-
计算机辅助排样(CAN) ,是计算机辅助设计与制造(CAD/CAM)技术的重要分支之一,它广泛地应用于线材、卷材和板材的分割排样,通过提供高质量的排样方案,达到...
计算机辅助排样(CAN) ,是计算机辅助设计与制造(CAD/CAM)技术的重要分支之一,它广泛地应用于线材、卷材和板材的分割排样,通过提供高质量的排样方案,达到节约原材料,降低产品成本的目的。-CAD Layout (CAN), is a computer-aided design and manufacturing (CAD/CAM) technology, one of the important branches, it is widely used in wire, sheet and plate division of nesting, through the provision of high-quality nesting programs, saving raw materials and products into lower the purposes.
- 2022-04-10 17:22:26下载
- 积分:1
-
登陆系统
关于matlab编写的登陆系统界面设计,这是一个对于初学者来说很好的一个练习程序,希望对您有帮助
- 2022-05-10 20:50:11下载
- 积分:1
-
一个非常好的例子用于学习图形的动态移动,本程序模拟一个弹球在箱体内运动...
一个非常好的例子用于学习图形的动态移动,本程序模拟一个弹球在箱体内运动-A very good example for learning the dynamics of mobile graphics, the process simulation of a pinball箱体内movement in
- 2022-05-19 07:32:05下载
- 积分: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
-
多语言界面简单示例
多语言界面简单示例-simple example
- 2022-01-28 11:05:41下载
- 积分:1
-
人体比对系统
资源描述vc++做的一个界面,可用于人与人之间的身高体重等参数的对比,简洁好用。
- 2022-04-25 07:09:32下载
- 积分:1
-
嘻嘻 用文档打得程序 忘了是什么了 大家可以运行实施哦
嘻嘻 用文档打得程序 忘了是什么了 大家可以运行实施哦-played with documentation procedures forgot what it is we can implement Operation oh
- 2022-04-17 01:59:30下载
- 积分:1