-
是一个拉伸,可调整屏幕大小,但可以显示,玩家文件路径规划…
一个可拉伸,可调整屏幕大小且可显示播放文件路径的播放器,
-be a stretch, adjustable screen size but can show that the players file path players,
- 2022-03-09 09:24:46下载
- 积分:1
-
一个C++的简单的原代码,可以提供学习比较好,大家可以下了...
一个C++的简单的原代码,可以提供学习比较好,大家可以下了-a simple C source code, it can provide relatively good, we can look at under the
- 2023-07-05 21:50:03下载
- 积分:1
-
用matlab开发的可视化实验系统,采用了mex实现vc与matlab的通信,系统具有针对性和通用性...
用matlab开发的可视化实验系统,采用了mex实现vc与matlab的通信,系统具有针对性和通用性-using Matlab development of the visualization experiment system, mex used to achieve vc Matlab and communications, the system is targeted and versatility
- 2022-03-22 09:43:47下载
- 积分: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
-
This is a custom window to the original code, programming in VB.
这是个自定义窗口的原代码,通过VB编程实现.-This is a custom window to the original code, programming in VB.
- 2023-06-26 12:40:04下载
- 积分:1
-
Hw_Monitor
Get HW information. ex: CPU information, the is open soucre code. using C# to develop. You can refer to the source code to get more informations.
- 2023-02-10 05:15:03下载
- 积分:1
-
西风网站登陆v2.1
资源描述简介:
使用ASPEMail密码查询自动回复,88*31Logo登陆,自设密码,网站登陆后可自行资料修改。
- 2022-11-17 20:45:08下载
- 积分:1
-
虚拟示波器
本设计为双通道虚拟示波器,运用LabVIEW中DAQ技术,可以进行通道设置,时基选择,触发设置等功能,具有一般通用示波器的功能,望大家互相学习,共同进步!
- 2022-12-23 12:40:03下载
- 积分:1
-
用C++写的一个作图的程序,可以串行化保存文件。
用C++写的一个作图的程序,可以串行化保存文件。-With C++ Write a mapping procedure, you can save the file serialization.
- 2022-12-07 00:10:03下载
- 积分:1
-
本程序能够根据用户选择不同的菜单而进入不同的视图,为软件功能的扩展有一定的实用价值。...
本程序能够根据用户选择不同的菜单而进入不同的视图,为软件功能的扩展有一定的实用价值。-This procedure can be based on user choose a different menu and enter a different view, for the expansion of software has some practical value.
- 2022-10-04 02:15:03下载
- 积分:1