-
faculty employment management system for faculty employment sector management st...
院系就业管理系统,用于院系就业部门管理学生就业。用c#语言开发-faculty employment management system for faculty employment sector management student employment. C# language with the development of
- 2022-01-26 03:18:15下载
- 积分:1
-
a screensaver procedures, and use their own definition of the class when CWND al...
一个屏保程序,用自己定义的CWND类来当替代基于对话框程序的对话框的实现,跑马灯效果文字的实现过程.-a screensaver procedures, and use their own definition of the class when CWND alternative based on the dialog box procedure and that the realization of 5,250 characters effect the implementation process.
- 2022-01-31 10:30:14下载
- 积分:1
-
use jdom operation xml data, generate containing the applet Jtree
使用jdom操作xml数据,生成含Jtree的applet-use jdom operation xml data, generate containing the applet Jtree
- 2022-09-05 17:40:02下载
- 积分:1
-
简单的小程序,实现的是随机出10道四则运算的题目,同时可以批改和打分。主要在界面方面花了点时间...
简单的小程序,实现的是随机出10道四则运算的题目,同时可以批改和打分。主要在界面方面花了点时间-simple small programs to achieve the 10 random out four computing topics, but can also mark and scoring. The main interface spent time
- 2023-07-06 00:20:03下载
- 积分:1
-
A * 搜索路径
A * 搜索路径中,取了 other 的网站,我想大家需要联系我讨论。 请不要告诉我你不能理解它。
- 2023-05-05 18:20:03下载
- 积分:1
-
房间隔缺损ASD我们F g2wer hnffg
;asdqwe asdasdqweasdasdhdashgkdsu auhg fugdofi usdaifbaksneb rewr bqweh;jwbek bqwkjehb uqwbekkasbdqwbej kabsdkjbqwkueb jkabsdkj bkowueb kjabsdu qbwjkeb asudb jkqbweu basjdb qwbej kasbdkj bqwubejkasbd kjbqwkeb baousbd kjqwbekjb kasbajb dajbkasbd uqwbejk bsadd asd aqwe daqwe
- 2023-03-22 16:30: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
-
基于MFC单文档应用程序编程
资源描述本代码比较适合初学者,刚接触C语言的童鞋比较是以查看代码进行了解学习。主讲的是MFC单文档编程,编的小程序,计算圆的周长和面积。供大家下载!
- 2022-03-22 02:26:55下载
- 积分:1
-
这是一个用C++Builder开发的有关BDE的小程序,希望能给大家一点提示...
这是一个用C++Builder开发的有关BDE的小程序,希望能给大家一点提示-This is a C Builder development of the small BDE procedures in the hope that will give us some suggest
- 2022-01-25 21:01:50下载
- 积分:1
-
source code of EasyDraw
EasyDraw的源代码,需要的可以下载。-source code of EasyDraw
- 2022-02-13 05:41:42下载
- 积分:1