-
项目开发的单
VC项目开发之单文档多视图程序实现,有PDF文档。-VC project development of the single-document multi-view program implementation, there are PDF documents.
- 2023-04-27 18:05:04下载
- 积分:1
-
这是一个画图程序,大家来分享一下吧!
做得不好,请见谅...
这是一个画图程序,大家来分享一下吧!
做得不好,请见谅-This is a drawing program, to share with you! Doing well, I do apologize
- 2022-01-30 22:24:44下载
- 积分:1
-
一个好的收费系统 一个好的收费系统 一个好的收费系统
一个好的收费系统 一个好的收费系统 一个好的收费系统 -a good system is a good system is a good toll system a good system a good system is a good system is a good system is a good Toll System
- 2023-06-16 10:25:03下载
- 积分:1
-
生成漂亮界面,程序已编译通过,可直接运行,敬请指教
生成漂亮界面,程序已编译通过,可直接运行,敬请指教-Generate beautiful interface, the program has been compiled through direct run, please advise
- 2022-06-26 01:16:55下载
- 积分:1
-
涂料应用在C++中使用的图形库编码。H
application PAINT coded in c++ using library graphics.h
- 2022-08-25 17:20:13下载
- 积分:1
-
labvIEW使用excel表格
资源描述使用labvIEW调用excel表格,可用于将数据按自己要求存入excel表格中
- 2023-02-08 00:55:03下载
- 积分:1
-
C#登陆界面 连接Oracle数据库
使用C#制作的登陆界面 可以连接Oracle数据库进行登陆和注册 使用WPF窗体 自己是初学者 用了一星期才做了这么一个程序
窗体直接拖拽控件进去的 触发代码是自己写的
- 2023-07-13 04:55:04下载
- 积分:1
-
use vb programming can lock the keyboard to avoid arbitrary use it
利用vb编程可以锁住键盘以免它人随意使用-use vb programming can lock the keyboard to avoid arbitrary use it
- 2023-05-21 12:05: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
-
Python。。。you know
Python语言是少有的一种可以称得上即简单又功能强大的编程语言。。。
- 2022-01-26 07:32:50下载
- 积分:1