-
VB 应用程序项目,编写简单的应用程序代码
VB 应用程序项目
1.ATM
2.自动化
3.h后台支持
4.气体分布
5.酒店管理
- 2022-07-23 22:46:52下载
- 积分:1
-
用VC 编写的不需要DocView的带 隔阂按钮的分割窗口界面框架
用VC 编写的不需要DocView的带 隔阂按钮的分割窗口界面框架-prepared by the VC not DocView estrangement with the buttons of a split window interface framework
- 2022-04-29 22:27:28下载
- 积分: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
-
cura pytnon 源代码
3D打印机开源代码 cura pytnon 源代码 是Python部分
- 2023-03-07 20:30:04下载
- 积分:1
-
VB 6.0 Sin/Cos/Tan/Atan函数图象显示输出,以及坐标系编程基础,鼠标跟随等。自己学习时写的,希望对初学者有所启发....
VB 6.0 Sin/Cos/Tan/Atan函数图象显示输出,以及坐标系编程基础,鼠标跟随等。自己学习时写的,希望对初学者有所启发.-VB 6.0 Sin/Cos/Tan/Atan function, image display output, and coordinates programming based on the mouse to accompany them. When you learn to write, and hope to inspire the beginner.
- 2023-03-19 10:30:04下载
- 积分:1
-
NameSurfer Java Code By Curtisdjouf
大家好,
- 2022-01-25 18:26:25下载
- 积分:1
-
本书对于要求实践的人是不错的选择,介绍了powerbuilder的应用范围,和一些案例,编程细节,希望能过帮助大家。...
本书对于要求实践的人是不错的选择,介绍了powerbuilder的应用范围,和一些案例,编程细节,希望能过帮助大家。-This book is to urge the practice is a good choice, PowerBuilder introduced the scope of application, and some cases, programming details, hoping to have a helping hand.
- 2023-06-20 08:00:03下载
- 积分: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
-
HTML刮刮乐,用于微网站或者电商网站的促销[转载]
资源描述HTML刮刮乐,用于微网站或者电商网站的促销
- 2022-03-25 20:34:16下载
- 积分:1
-
QT tcp/ip通讯
应用背景QT编写的简单的tcp/IP协议,简单易懂,界面友好,对于初学QT,或者 QT TCP/IP的初学者来说,具有一定的参考借鉴价值,可以由此扩展学习。关键技术本源码对于初学C++或者QT或者TCP/IP的初学者来说,很具有参考价值,通俗易懂,可以通过这个简单的小程序进行扩展,对入门QT和TCP/IP有一定作用
- 2022-01-27 12:09:12下载
- 积分:1