-
1、屏幕Copy软件;
2、英、德、法多语支持;
1、屏幕Copy软件;
2、英、德、法多语支持;-1, the screen Copy software 2, Britain, Germany, France and multi-lingual support
- 2022-06-13 15:19:53下载
- 积分:1
-
一个小车动画,急于BIOS的中断调用.当小车行驶到屏幕底端,可以从平面顶端重新开始...
一个小车动画,急于BIOS的中断调用.当小车行驶到屏幕底端,可以从平面顶端重新开始-a car animation, eager BIOS interrupt the call. When the car to the bottom of the screen will be flat from the top to re-start
- 2022-02-18 17:20:14下载
- 积分:1
-
对话框显示和退出时动画处理
对话框显示和退出时动画处理-dialog display and withdraws Animate
- 2022-08-11 19:22:15下载
- 积分:1
-
很好的界面设计程序,希望各位快来下载阿!
很好的界面设计程序,希望各位快来下载阿!-Good interface design process, I hope that the Arab-Israeli Come download!
- 2023-04-14 19:45:05下载
- 积分:1
-
一种使用C++ Builder编制而成的软件。界面很漂亮。也很实用。
一种使用C++ Builder编制而成的软件。界面很漂亮。也很实用。-use of a compiled C Builder software. Interface very pretty. Also practical.
- 2022-03-23 04:19:18下载
- 积分:1
-
如何显示多
GDI+图形文字处理编程,如何显示多帧动画图像,可以扩展-How to display multi-frame animation image
- 2022-04-24 22:12:10下载
- 积分: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
-
矩阵相乘,演示了编辑框传输数据和显示,隐藏等功能。特别适合初学者学习和研究。...
矩阵相乘,演示了编辑框传输数据和显示,隐藏等功能。特别适合初学者学习和研究。-Matrix multiplication, demonstrate data edit box and display, hidden functions. Particularly suitable for beginners to learn and research.
- 2022-02-21 17:23:57下载
- 积分:1
-
这是用Vc开发的一个简单的抓图例子,适合初学者使用。
这是用Vc开发的一个简单的抓图例子,适合初学者使用。-Vc This is a development of the screen in a simple example for beginners.
- 2022-02-04 15:32:59下载
- 积分:1
-
进销存管理系统
商品录入,库存管理,客户信息管理,销售(欠款销售,欠货销售,积分销售)
- 2022-02-05 22:11:27下载
- 积分:1