-
深度估计的平面扫描
Plane Sweeping for depth estimation
- 2022-10-03 00:15:04下载
- 积分:1
-
我是做软件工程,计划到位,自旋控制使用,等。
我在做软件工程时,使用到位图、Spin控件、进度条、计时器4种控件。-I was doing software engineering, the use of plan in place, Spin Control, the progress of the four timer controls.
- 2022-09-01 07:45:03下载
- 积分:1
-
AllExpandableBox
CSS+DIV可扩展控件
AllExpandableBox
CSS+DIV可扩展控件-AllExpandableBoxCSS+ DIV scalable control
- 2023-01-01 21:55:04下载
- 积分:1
-
vc++模仿Windows任务栏
vc++模仿Windows任务栏-vc imitate the Windows task bar
- 2022-11-10 06:50: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
-
一个网格报表显示源代码,实现报表编辑,排序,显示等,功能强大,直接添加到源程序中即可使用。...
一个网格报表显示源代码,实现报表编辑,排序,显示等,功能强大,直接添加到源程序中即可使用。-a grid statements show the source code to achieve statements editing, sorting, display, powerful, directly added to the source can be used.
- 2023-01-27 03:30:04下载
- 积分:1
-
RS-485标准定义了一个极为坚固和可靠的通信链路,具有高噪声抑制、宽共模范围、长传输距离、冲突保护等特性。 但一个真正牢靠的RS-485网络还有赖于合理的应用。合理的网络布局、信号通道的连续性、周全的保护措施等,在设计之初就应该有一个总体规划-RS-485 standard definition of a very robust and reliable communication links with high noise suppression, and wide common-mode range, long-distance transmission, the conflict protection features. But a real solid RS-485 network also depends on the reasonable application. Logical network layout, channel signal of continuity, comprehensive protection measures, designed from the outset there should be an overall plan
- 2022-01-25 21:49:14下载
- 积分:1
-
cool Panel
超酷的Panel――和XP系统下的几乎一样-cool Panel-- XP system and the almost identical
- 2023-05-12 16:15:03下载
- 积分:1
-
opengl 实现小球碰撞
应用背景openGL的3D的小球碰撞游戏,。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。GAME。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。关键技术openGL的3D的小球碰撞游戏,用挡板来接小球,小球离开挡板则游戏结束-openGL 3D pong GAME。
- 2022-04-24 08:10:18下载
- 积分:1
-
学习delphi 最好的书,不看后悔gfdsas
学习delphi 最好的书,不看后悔gfdsas-The best book to learn delphi, Bukanhouhui
- 2022-03-10 13:40:54下载
- 积分:1