-
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
-
Apriori algo working
;
- 2023-07-20 18:00:02下载
- 积分:1
-
JAVA制作的图片浏览器
JAVA制作的图片浏览器,具有打开菜单。界面简洁大方是一个思路型代码,欢迎下载学习交流。
- 2023-07-20 23:40:04下载
- 积分:1
-
wxwidgets grid 的详细使用例程
wxwidgets grid 的详细使用例程,使用codeblocks widgets开发,gcc编译,经过测试,可以使用
- 2022-05-13 16:13:59下载
- 积分: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
-
This is a simple treelist applications, more convenient to use
这个是简单的treelist应用,比较方便使用-This is a simple treelist applications, more convenient to use
- 2023-04-17 07:35:03下载
- 积分:1
-
目标视频跟踪,以阅读为形式的视频动画,然后真实
目标视频跟踪,采用读取一段动画形式作为视频,然后实时获取目标的中心,并对其进行跟踪-target video tracking, using reading as a form of video animation, and then real-time access to the target center, and its track
- 2022-01-27 08:48:15下载
- 积分:1
-
展示了在ActiveX控件中动态调用DLL函数的有效方法
展示了在ActiveX控件中动态调用DLL函数的有效方法-display of the dynamic ActiveX DLL function call an effective method
- 2023-06-04 19:40:03下载
- 积分:1
-
音乐播放器,我写的,shiningore,欢迎使用。
music player,writen by me,shiningore,welcome to use it.-music player, written by me, shiningore. welcome to use it.
- 2022-03-22 22:11:34下载
- 积分:1
-
图像采集程序,用于图像采集卡采集图像。主要是界面设计方面以及线程之类的...
图像采集程序,用于图像采集卡采集图像。主要是界面设计方面以及线程之类的-image acquisition procedures for image acquisition card collecting images. Interface design is the main aspects of such threads
- 2022-02-03 11:11:18下载
- 积分:1