-
这个是我在网站上看到的一个仿影音传送带界面的制作程序,觉得对于做界面的朋友会有所帮助....
这个是我在网站上看到的一个仿影音传送带界面的制作程序,觉得对于做界面的朋友会有所帮助.-this is what I see on the website of a fake video production conveyor interface procedures do think that the interface friends will be helpful.
- 2022-11-28 07:30:03下载
- 积分:1
-
histogram equalization, vc image processing plants useful to beginners
直方图均衡化,vc图像处理初学者分厂有用-histogram equalization, vc image processing plants useful to beginners
- 2023-02-23 16:30:03下载
- 积分: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
-
对一个combox做成tree型结构。 语言vc
对一个combox做成tree型结构。 语言vc-Combox made of a tree structure. Language vc
- 2022-07-09 04:49:55下载
- 积分:1
-
大家好,我读了很多在所有Web方法给你的C++应用程序…
Hi all, I have read a lot of methods in all the web to give your C++ application an Xp-style and I decided to recollect the most useful methods (in my humble opinion :) to get it.
- 2022-08-13 03:52:29下载
- 积分:1
-
实现系统状态栏图标
实现系统状态栏图标-achieving system status bar icon
- 2022-02-25 00:18:34下载
- 积分:1
-
vb+mo地理信息系统二次开发,实现数据查询,空间分析,动态跟踪,图形编辑。...
vb+mo地理信息系统二次开发,实现数据查询,空间分析,动态跟踪,图形编辑。-vb mo GIS secondary development, data inquiries, spatial analysis, dynamic tracking, image editing.
- 2022-08-13 14:38:42下载
- 积分:1
-
一个功能和风格齐全的tab类的源代码和例子,推荐下载
一个功能和风格齐全的tab类的源代码和例子,推荐下载--Sourcecode and example of one tab class with full function and style, recommend download
- 2022-05-04 22:51:23下载
- 积分:1
-
模仿了oicq的界面,做的还不错,可以借鉴
模仿了oicq的界面,做的还不错,可以借鉴-copied the interface and doing quite well, we can draw on
- 2022-06-30 03:07:30下载
- 积分:1
-
texture shows ballistic trajectory ballistic missile trajectory out
纹理显示所弹道 导弹 弹道-texture shows ballistic trajectory ballistic missile trajectory out-and-out
- 2022-04-21 20:11:54下载
- 积分:1