-
selsolutionsc5
c primer plus
- 2011-03-28 12:31:12下载
- 积分:1
-
2016-ao-camcalib
这是一篇关于相机标定的文章。该方法的特点是使用LCD屏幕而不使用棋盘格标定板。(This is an article about camera calibration. The characteristic of this method is to use LCD screen instead of checkerboard calibration board.)
- 2018-12-25 10:48:29下载
- 积分:1
-
TCofIataPac
ComPort Library是一套用来编写串口通讯程序的控件,它包含5个控件:TComPort, TComDataPac(ComPort Library is a set of controls for writing serial communication programs. It contains five controls,: TComPort, TComDataPac)
- 2019-01-03 18:58:12下载
- 积分:1
-
cqgjmk
windows小帮手,vc6 0开发的,有点小问题(Windows helper, developed by vc6 0, a little bit of a problem)
- 2018-11-18 16:10:59下载
- 积分: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
-
HVC
这是一个用VC编写的查看IP包的程序,可以看到关于主机收发IP的信息,,(This is a view IP packet program written in VC, you can see information about the host sending and receiving IP,,)
- 2017-04-09 03:55:35下载
- 积分:1
-
“石头剪刀布CSharp源码,有兴趣的可以下载它本身…
CSharp做的石头剪刀布源码,感兴趣的可以下载下来看看,大家交流交流-Does CSharp source of the stone scissors cloth, interested can download it to see everyone communicate communicate
- 2022-09-26 12:00:03下载
- 积分:1
-
本次上传的行人检测是自己之前的毕业论文项目
本程序是自己以前的毕业设计的程序,主要是实现的行人的检测、跟踪及计数问题,因为看到很多帖子里面都有这方面的提问,所以自己在此上传以前的毕业设计,也希望可以帮到需要的人。本次主要是利用HOG+SVM对行人作出检测,后进行跟踪及计数的,可以实现基本的功能,但是还是会有一些不足的地方,主要表现在耗时方面。
- 2022-02-01 14:35:11下载
- 积分:1
-
shuzishuiyin
数字水印源码,基于matlab的,可实现,共同分享。(Digital watermarking source code, based on the matlab can be realized.)
- 2013-07-18 00:50:08下载
- 积分:1
-
slam
说明: 视觉slam十四讲,程序资料:g2o优化、cere拟合、特征点提取与匹配、点云拼接、opencv图像读取(Visual slam 14, program data: g2o optimization, cere fitting, feature point extraction and matching, point cloud mosaic, OpenCV image reading)
- 2019-03-06 09:03:10下载
- 积分:1