-
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
-
本源码是一个任意多边形窗体的实例,作者采用了与与众不同的编程思路,使用VB的Shape控件实现....
本源码是一个任意多边形窗体的实例,作者采用了与与众不同的编程思路,使用VB的Shape控件实现.-the source is an arbitrary polygon forms example, the authors used the distinctive programming ideas, the use of VB Shape Control achieve.
- 2022-01-30 19:55:07下载
- 积分:1
-
by finishing a widget library, which contains the most VC6.0 Controls Programmin...
通过整理的一个控件库,其中包含了VC6.0中大部分控件,对于界面编程非常有效。-by finishing a widget library, which contains the most VC6.0 Controls Programming interface for the very effective.
- 2022-10-23 07:20:04下载
- 积分:1
-
3424343 法定代表人基本信息 人力资源状况 高层人员基本情况 企业研究开发和技术状况 企业资产和经营状况 企业资质及获奖情况...
3424343 法定代表人基本信息 人力资源状况 高层人员基本情况 企业研究开发和技术状况 企业资产和经营状况 企业资质及获奖情况 企业主要合作伙伴、客户、 战略联盟 企业信用状况 -3424343 legal representative basic human resources senior staff of enterprises basic research and development and technical state enterprise assets and business enterprises and winning qualities of the major partners, customers, strategic alliances business credit situation
- 2022-01-28 10:57:05下载
- 积分:1
-
WPF三维旋转
实现wpf三维建模并旋转动画,WPF三维立体动画(一个WPF项目,利用viewport3D呈现)
- 2022-03-23 12:35:35下载
- 积分:1
-
simple interface and database, right datagrid control stdafx
简单的界面和数据库,右datagrid控件stdafx
- 2022-03-23 10:19:25下载
- 积分:1
-
ex_2.dsp
This file (the project file) contains information at the project lev
ex_2.dsp
This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
ex_2.cpp
This is the main application source file.
- 2022-07-13 02:59: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
-
后台管理系统
资源描述网上下载下来的,花了资源,著作权非本人,请勿用于商业。
- 2023-07-27 12:30:14下载
- 积分:1
-
pls try, it easy to control Got controls and a small file si ze.
pls try,it easy to control ui controls and a small file size.-pls try, it easy to control Got controls and a small file si ze.
- 2022-03-31 06:32:59下载
- 积分:1