-
binocular_stereo_measuring
通过两台相机拍摄的立体像对完成对目标的快速实时测量,用于构建道路交通等数据快速采集系统。(Through two three-dimensional camera for the completion of the goal as fast real-time measurement, used to build road traffic, such as rapid data acquisition system.)
- 2007-09-27 22:36:56下载
- 积分:1
-
MCP23S17
不太常用的SPI I/O口扩展芯片的驱动程序和中文数据手册,对想用SPI扩张I/O口的朋友非常有用的(Less commonly used SPI I/O port expansion driver chips and Chinese data manual for would like to use SPI expansion I/O port is very useful to a friend)
- 2021-01-27 18:58:35下载
- 积分:1
-
Subsea-Assignment
subsea CONTROLLER DESIGN
- 2013-11-08 23:55:04下载
- 积分:1
-
PIC单片机开发的针对USB程序及资料请供参考
PIC单片机开发的针对USB程序及资料请供参考-PIC single chip for USB development of procedures and information, for reference
- 2023-02-23 01:45:03下载
- 积分:1
-
MATLAB-MingLingDaQuan
姚东等编著的Matlab命令大全,适合初学者使用。(YAO Dong-ed, such as the Matlab command Daquan, suitable for beginners to use.)
- 2009-03-09 16:12:26下载
- 积分:1
-
2003819926451
包过滤路由器与包过滤防火墙具有同一功能,如2。1。1部分所述。
The packet filter rout provide the same functionality as the packet filter firewall describe in section2.1.1.
代理防火墙比包过滤器防火墙易于保持更多的上下文
The proxy firewall maintain context more easily than the packet filter firewall.
防火墙计算机要求2张以太网卡,一个对外部世界的接口和一个对主POP网络的接口。
The firewall machine will require two ethernet card, one interface to the outside world and one to the master pop network.
(The firewall machine will require two ethernet card, one interface to the outside world and one to the master pop network.
)
- 2009-10-08 17:45:44下载
- 积分:1
-
ucosiii-example
ucosiii例程-串口中断和按键中断 ucosiii例程-串口中断和按键中断ucosiii例程-串口中断和按键中断ucosiii例程-串口中断和按键中断
- 2022-02-13 10:40:21下载
- 积分:1
-
cdaaima-pca
说明: 实现pca主成分分析算法的c语言代码,希望能帮到大家。(Pca principal component analysis algorithm to achieve the c language code, hope to help you.)
- 2021-04-22 14:48:48下载
- 积分: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
-
NFATODFA
这是C程序转换成NFA到DFA。程序需要输入在NFA的矩阵表示形式。
- 2022-05-26 08:23:04下载
- 积分:1