-
识别目标形状
说明: 通过CCD识别目标的形状,可供学习视觉编程参考(Identifying the shape of the target by CCD can be used as a reference for learning visual programming.)
- 2019-10-10 08:46:32下载
- 积分:1
-
an excellent grid control, to be completed forms similar to the Excel function
一个优秀的网格控件,可以完成类似于EXCEL的表格功能-an excellent grid control, to be completed forms similar to the Excel function
- 2023-05-12 10:15:04下载
- 积分:1
-
我自己的毕业设计中文件传送部分的代码
我自己的毕业设计中文件传送部分的代码-my own graduation design file transfer part of the code
- 2022-03-03 01:54:13下载
- 积分:1
-
这篇文档是在Windows NT操作系统下隐藏对象、文件、服务、进程等的技术。这种方法是基于Windows API函数的挂钩。 这篇文章中所描述的技术都是从我写...
这篇文档是在Windows NT操作系统下隐藏对象、文件、服务、进程等的技术。这种方法是基于Windows API函数的挂钩。 这篇文章中所描述的技术都是从我写rootkit的研究成果,所以它能写rootkit更有效果并且更简单。这里也同样包括了我的实践。 在这篇文档中隐藏对象意味着改变某些用来命名这些对象的系统函数,使它们将忽略这些对象的名字。这样一来我们改动的那些函数的返回值表示这些对象根本就不存在。 最基本的方法(除去少数不同的)是我们用原始的参数调用原始的函数,然后我们改变它们的输出。 在这篇文章里将描述隐藏文件、进程、注册表键和键值、系统服务和驱动、分配的内存还有句柄。-This document is in the Windows NT operating system hidden objects, documents, services, process technology. This method is based on the Windows API function link. This article describes techniques are, I wrote rootkit from the results of research, so it was rootkit more effective and more simple. Here, too, including my practice. In this document hidden object means certain changes to these objects naming system functions so that they will ignore these objects by name. So we change those functions return values, said these objects simply do not exist. The most basic method (excluding a few different) is that we should call the original parameters of the original function, and then we change their
- 2022-03-07 17:00:50下载
- 积分:1
-
多移动机器人改变队形程序VC++实现源码
多移动机器人改变队形程序VC++实现源码-Change the formation of multiple mobile robots program VC++ Achieve source
- 2022-02-01 05:31:33下载
- 积分:1
-
Advanced programming skills, so that a more simplified code in several ways, ric...
先进的编程技巧,使代码在多方面更加简化,内容丰富。。。
- 2022-02-11 15:19:34下载
- 积分:1
-
tong_xun_lu
简易通讯录,vc+MFC ODBC+acess环境,非常简单易用,也是学习vc+MFC ODBC+acess设计的入门程(simple correspondence, vc MFC ODBC acess, very simple to use, also learning vc MFC ODBC acess-designed portal)
- 2007-03-26 08:21:09下载
- 积分:1
-
几篇有关雷达目标识别的优秀论文(基于非线性方法的雷达目标识别研究.NH基于高分辨距离像的雷达目标识别.NH雷达目标识别系统的研究和设计.KDH).part6...
几篇有关雷达目标识别的优秀论文(基于非线性方法的雷达目标识别研究.NH基于高分辨距离像的雷达目标识别.NH雷达目标识别系统的研究和设计.KDH).part6-Several of the radar target recognition of outstanding paper (based on nonlinear methods of study of radar target recognition. NH HRRP-based radar target identification. NH radar target identification system research and design. KDH). Part6
- 2022-05-29 16:52:11下载
- 积分:1
-
USBClear
主要用于擦除电脑上U盘使用纪录,作为计算机安全软件使用的。(Erase the computer mainly for the use of U disk records, as the use of computer security software.)
- 2007-11-27 12:22:29下载
- 积分:1
-
opencv读取摄像头
opencv读取摄像头并将将其显示,
cvCreateCameraCapture
初始化从摄像头中获取视频
CvCapture* cvCreateCameraCapture( int index );
index 要使用的摄像头索引。如果只有一个摄像头或者用哪个摄像头也无所谓,那使用参数-1应该便可以。
函数cvCreateCameraCapture给从摄像头的视频流分配和初始化CvCapture结构。目前在Windows下可使用两种接口:Video for Windows(VFW)和Matrox Imaging Library(MIL); Linux下也有两种接口:V4L和FireWire(IEEE1394)。
释放这个结构,使用函数cvRele
- 2022-01-22 05:30:22下载
- 积分:1