-
展示了在ActiveX控件中动态调用DLL函数的有效方法
展示了在ActiveX控件中动态调用DLL函数的有效方法-display of the dynamic ActiveX DLL function call an effective method
- 2023-06-04 19:40:03下载
- 积分:1
-
matlab的图形,界面设计的等多项函数
matlab的图形,界面设计的等多项函数-matlab the graphics, interface design, such as the number of function
- 2023-08-29 21:05:04下载
- 积分:1
-
java编写的简单的DES算法的加密程序
java编写的简单的DES算法的加密程序...
java编写的简单的DES算法的加密程序
java编写的简单的DES算法的加密程序-prepared by the simple DES encryption algorithm java procedures prepared by the simple DES algorithm encryption
- 2022-01-25 15:58:44下载
- 积分:1
-
动态改变分割视图窗口显示的视图类。
动态改变分割视图窗口显示的视图类。-View window shows the View class.
- 2022-12-26 00:15:04下载
- 积分:1
-
示波器的演示,动态曲线的绘制和界面编程功能的实现。
示波器的演示,动态曲线的绘制和界面编程功能的实现。-oscilloscope demo, dynamic curve mapping and programming interface functions to achieve.
- 2022-09-11 23:15:03下载
- 积分:1
-
易语言取文件MD5(带进度条)
易语言取多文件 文件夹、文件MD5(带进度条)能取多文件MD5码 速度很快 带进度条。。
- 2023-01-05 22:05:04下载
- 积分: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
-
开发web应用程序的组件,能结合struts框架快速开发出多个层次的动态树。...
开发web应用程序的组件,能结合struts框架快速开发出多个层次的动态树。-development of the web application components, in conjunction with struts framework of the rapid development of many kinds of dynamic tree.
- 2022-02-03 23:41:13下载
- 积分:1
-
串口调试助手
(1) 在线设置通信速率、奇偶校验、通信口而无需重新启动程序;
(2) 设置定时发送的数据和时间间隔;
(3) 自动显示接收到的数据,并能在在字符串、十进制、十六进制之间进行自由切换;
(4)
- 2023-06-24 06:25:02下载
- 积分:1
-
word for the open
用于打开word的程序源码,可以在你的程序中嵌入word-word for the open-source process, you can embed the procedures word
- 2022-02-05 22:25:27下载
- 积分:1