-
非常漂亮的菜单,对于界面编程的学习非常有用
非常漂亮的菜单,对于界面编程的学习非常有用-The menu is very beautiful, the interface is very useful to learn programming
- 2023-07-25 18:35:06下载
- 积分:1
-
本程序运用了一些常用的游戏编程的技巧
本程序运用了一些常用的游戏编程的技巧-use of the procedures used by some of the game"s programming skills
- 2022-04-21 09:07:26下载
- 积分:1
-
家庭财务管理系统
可交互界面,登录注册账号功能,账务,账户管理以及按照账户类型和账务类型管理账目,系统健壮性已通过测试,功能均可实现。
- 2022-02-12 12:50:15下载
- 积分:1
-
这是一个实现LCD文字显示的好例程。其功能可以在界面上动态显示文字、图片,特别适合于给自己的界面添加点flash之类的东西。另外,可以与LED灯状态显示之类合在...
这是一个实现LCD文字显示的好例程。其功能可以在界面上动态显示文字、图片,特别适合于给自己的界面添加点flash之类的东西。另外,可以与LED灯状态显示之类合在一起,做下位机的上位机显示。-This is a text LCD display good routines. Its function in dynamic interface to display text, pictures, particularly suited to its own interface to add flash points such things. In addition, the LED lamps can state with such shows together and make a place for the PC display.
- 2023-01-04 03: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
-
全景图浏览程序
应用背景为了程序可以正常运行,要将RealSceneViewr下的Data文件夹拷贝到程序目录下关键技术C++,vs2010,3D,全景漫游,3d漫游,鱼眼全景
- 2022-03-21 00:43:20下载
- 积分:1
-
tree结构,树形结构的实现,包括权限的设置
tree结构,树形结构的实现,包括权限的设置-tree structure, tree structure realization, including permissions settings
- 2022-03-07 04:14:44下载
- 积分:1
-
css + div 界面核心代码标准
http://www.soulou8.com/UI_core/
css + div 界面核心代码标准
http://www.soulou8.com/UI_core/-css+ div UI_core
http://www.soulou8.com/UI_core/
- 2022-03-02 00:20:26下载
- 积分:1
-
vb 学生信息管理系统
资源描述用vb开发的学生信息管理系统,包含数据库、说明文档等,获得总评第一。
- 2022-01-21 02:21:03下载
- 积分:1
-
这是一个对mfc各种控件详细介绍的源文件,很好很全面,希望对大家有帮助...
这是一个对mfc各种控件详细介绍的源文件,很好很全面,希望对大家有帮助-This is a mfc details of various control, the source files, a very good very comprehensive, we want to help
- 2023-07-03 04:40:04下载
- 积分:1