-
getcolor
颜色拾取,颜色拾取,颜色拾取.颜色拾取.颜色拾取.颜色拾取.颜色拾取.颜色拾取颜色拾取颜色拾取.颜色拾取颜色拾取.颜色拾取.颜色拾取.颜色拾取.颜色拾取..颜色拾取.颜色拾取.颜色拾取
- 2022-10-22 14:55:03下载
- 积分:1
-
genetic-algorithm
遗传算法,用matlab来实现,图像美观,更接近真实数据(Genetic algorithm, using matlab to achieve, beautiful images, closer to the real data)
- 2013-10-16 22:43:03下载
- 积分:1
-
ems
用于处理电力系统中含有4个节点的随机潮流计算(Four nodes to deal with the random flow calculation)
- 2009-06-16 09:43:28下载
- 积分:1
-
89c51-virtual-serial-port
对于没有硬件的朋友们要以纯软件来仿真串口通信的解决方案,编译通过,可直接运行
(The solution for, no hardware friends to YISHION software to simulate serial communication through the compiler, can be directly run)
- 2013-11-12 15:49:10下载
- 积分:1
-
Alpha_v7.0_201603111621
freescale mc9s12xep100 + ucosii 充电桩项目(freescale mc9s12xep100+ ucosii )
- 2020-09-23 22:07:48下载
- 积分:1
-
基于SVM的文档分类,运行平台:Visual C++ 6.0和基于libsvm的编程环境下,应用Reuters...
基于SVM的文档分类,运行平台:Visual C++ 6.0和基于libsvm的编程环境下,应用Reuters-21578语料库对系统进行评测。-SVM-based document classification, operating platforms : 6.0 and Visual C libsvm-based programming environment, Application Reuters-21578 Corpus evaluation of the system.
- 2022-11-27 23:00:02下载
- 积分:1
-
DirectX
DirectX 的 doc 文件----------------(DirectX, doc file)
- 2010-11-14 10:23:19下载
- 积分:1
-
C 语言常见问题集
【实例简介】C 语言常见问题集
- 2021-12-14 00:45:35下载
- 积分:1
-
C# 编写多种窗口排列方式的MDIForm窗体
C# 实现MDIForm窗体功能,代码中实现了3个MDI子窗口,并以水平平铺、垂直平铺、层叠排列的方式实现多种子窗口的排列布局,其主要代码在form1.cs中,其它文件为生成子窗口的文件,关键代码如下:
private void toolStripMenuItem1_Click(object sender, EventArgs e)
{
Form2 frm2 = new Form2();//实例化Form2
frm2.MdiParent = this;//设置MdiParent属性,将当前窗体作为父窗体
frm2.Show();//使用Show方法打开窗体
Form3 frm3 = new Form3();//实例化Form3
frm3.MdiParent = this;//设置MdiParent属性,将当前窗体作为父窗体
frm3.Show();//使用Show方法打开窗体
Form4 frm4 = new Form4();//实例化Form4
frm4.MdiParent = this;//设置MdiParent属性,将当前窗体作为父窗体
frm4.Show();//使用Show方法打开窗体
}
private void 水平平铺ToolStripMenuItem_Click(object sender, EventArgs e)
{
LayoutMdi(MdiLayout.TileHorizontal);//使用MdiLayout枚举实现水平平铺
}
private void 垂直平铺ToolStripMenuItem_Click(object sender, EventArgs e)
{
LayoutMdi(MdiLayout.TileVertical);//使用MdiLayout枚举实现垂直平铺
}
private void 层叠排列ToolStripMenuItem_Click(object sender, EventArgs e)
{
LayoutMdi(MdiLayout.Cascade);//使用MdiLayout枚举实现层叠排列
}
- 2022-03-07 15:00:14下载
- 积分:1
-
New
This folder contains the program for newton raphson method..with that analysis of induction motor...supply
- 2014-09-27 14:47:16下载
- 积分:1