-
test
使用vc编写的一个动态链接库,测试动态链接库的例程(Vc prepared using a dynamic link library, dynamic link library routine testing)
- 2010-05-28 23:27:09下载
- 积分:1
-
工业以太网现场总线EtherCAT驱动程序设计及应用
介绍实时工业以太网技术进展, EtherCAT系统组成原理、主站和从站硬件和软件设计开发。(Introduces the development of real-time industrial Ethernet technology, the composition principle of EtherCAT system, the design and development of hardware and software of master and slave stations.)
- 2018-11-28 11:19:16下载
- 积分:1
-
学生分数分ABCDEF级
实现读取excel 文件,处理数据分级,然后回写到数据库中
- 2022-05-28 06:44:57下载
- 积分:1
-
lhs_nodg
通过各种分布式电源并网运行,优化配置电能分配(Through the distributed power grid operation, optimize the allocation of power distribution)
- 2017-07-19 15:04:07下载
- 积分:1
-
BasketOption
说明: basket option pricing
- 2020-06-21 08:20:02下载
- 积分: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
-
MATLAB-based-DSP-debugging-method
说明: 基于MATLAB的DSP调试方法,很详细的说明,对初学者很有帮助(MATLAB-based DSP debugging method, very detailed instructions, helpful for beginners)
- 2010-04-22 12:13:24下载
- 积分:1
-
1
说明: vc mapgis6.7 源码系列_变换图形-做连剖(vc mapgis6.7 )
- 2012-04-14 11:31:59下载
- 积分:1
-
ResViewer
PE文件查看工具及源代码,看雪出品,亲测可用(PE file viewer and source code, to see snow produced, pro-test available)
- 2013-09-16 10:26:32下载
- 积分:1
-
fetion-CSharp-source
移动飞行源代码,程序能够调通,加载到VS可以运行。(Mobile Flight source code, the program can be transferred through, loaded into the VS can run.)
- 2013-10-23 15:31:52下载
- 积分:1