-
ComBox封装
实现了Combox的高度设置,以及给它添加ICON图标,本程序是一个以扩展库形式建的动态库,头文件的函数可看出函数功能,方便好用。
- 2022-11-28 07:45:03下载
- 积分:1
-
连连看是一款老少皆宜的游戏。
现上传连连看游戏源码,基本算法,希望对大家有用。...
连连看是一款老少皆宜的游戏。
现上传连连看游戏源码,基本算法,希望对大家有用。-Lianliankan is one of the game young and old ages. Upload games are Lianliankan source, the basic algorithm, we hope that the right useful.
- 2022-05-31 08:20:08下载
- 积分:1
-
基于RFID和WIFI的图书馆座位管理系统(C#上位机开发)
应用背景本科项目,终端采用stm32处理器的占座终端。 上位机采用c#和mysql做的管理系统。适用于图书馆的座位管理,拥有记过,检测超时等功能。关键技术C# MYSQL数据库,socket套接字连接终端。终端采用stm32,搭载rfid检测模块rc522
- 2022-03-19 05:56:00下载
- 积分:1
-
C #界面设计,源代码有注释可以直接选择
c#界面设计,源码有注释,可以根据需要直接选用-c# interface design, source code has notes can directly choose
- 2022-01-26 08:34:29下载
- 积分:1
-
图书馆系统
这是我简单的程序。我是新手。这个节目基本上都是关于图书馆系统。使用 jframes。它是基本 levek 不完整但部分工作的主要的东西所需要的一个基本的图书馆系统。如果你发现有什么问题在我的程序中,因为我接受您的反馈意见,所以我可以提高我的编程技巧,请指导我。
- 2022-06-26 01:42:30下载
- 积分: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
-
演示了VC++中使用网页窗口美化程序,加载并显示内存中的内容到网页...
演示了VC++中使用网页窗口美化程序,加载并显示内存中的内容到网页-VC++ to demonstrate the use of landscaping program page window, to load and display the contents of memory to the page
- 2022-05-19 04:36:47下载
- 积分:1
-
图像处理程序
这是在 C# 中的图像加工程序。您可以更改图片或型的大小。此外,你可以用户这个小程序,以获取一张图片的一些特点。
- 2022-03-16 22:32:01下载
- 积分:1
-
VC++编写的,动态创建菜单,且能够响应对应的菜单选项,包括自动改变输出界面的颜色...
VC++编写的,动态创建菜单,且能够响应对应的菜单选项,包括自动改变输出界面的颜色-VC++ written dynamically created menus, and can respond to the corresponding menu options, including automatically change the color of the output interface,
- 2022-08-15 11:40:57下载
- 积分:1
-
控制,MFC的例子,包含了大量的源代码,包括:cdirtreectrl…
控件,MFC示例,包含很多源代码,包括:CDirTreeCtrlu demo-host tree progressu inu status s2u demo-schedule model StatusBar列出进度和集成示例win32c controls-摘要列表向导抽象步骤设置标准树页标准属性示例文件结构树列表数字和简单集成Ftp一个简单的编程范例编程范例Ftp两个简单浏览器示例摘要视图两个简单数据库示例
- 2022-10-13 17:30:03下载
- 积分:1