-
C#提取特征点并进行匹配
此代码是用C#编写的,提取图像的特征点并进行匹配,以达到目标检测的效果。
- 2022-03-03 00:35:42下载
- 积分:1
-
series-of-articles-for-windbg
windbg入门的几篇文章及示例,帮助学习windbg的基本用法及调试方法(a series of basic windbg articles)
- 2011-12-28 15:36:13下载
- 积分:1
-
EventHandlingMvp
this is a demo. my demo is ok. use vs2005+MSSQL2005
- 2011-02-17 15:30:59下载
- 积分:1
-
9E
说明: 职工信息管理系统职工信息管理系统职工信息管理系统(Information management system foremployees)
- 2009-02-17 10:15:45下载
- 积分:1
-
FlashPlayerControl
f-in-box 破解版 DLL,让您能在vc++里轻易的播放flash文件(f-in-box crack DLL version, you can easily vc Lane broadcast flash paper)
- 2020-06-26 04:40:02下载
- 积分:1
-
AppWizard has created this classification application for you.
AppWizard has created this classification application for you.
- 2022-01-25 16:56:40下载
- 积分:1
-
C8051USB
这是一个基于C8051F340的SD读卡器
#include "F34x_MSD_Physical_Settings.h"
#include "F34x_MSD_CF_Basic_Functions.h"
#include
sbit Led1 = P2^2;
sbit Led2 = P2^3;
void CF_Port_Init();
//----------------------------------------------------------------------------
// Init_CF
//----------------------------------------------------------------------------
//
// This routine initializes the Compact Flash memory card
//
// Parameters :
// Return Value :
//----------------------------------------------------------------------------
char Init_CF()
{
xdata char result = Dtct_Card();
xdata unsigned int loop = 0;
xdata unsigned reinit = 0;
if (result == 1) return (CF_NO_CARD);
REINIT:
CF_RST = 1;
while(++loop);
- 2022-04-22 04:06:23下载
- 积分:1
-
Readavi
使用Visual C++ 读取视频文件avi,并截取其中的帧进行处理(Using Visual C++ to read video files avi, and the frame of which deal with interception)
- 2010-07-22 15:57:45下载
- 积分:1
-
7canshu
说明: 利用4个公共点解WGS84转北京54的7参数(The use of public four-point solution to WGS84 parameters Beijing 54 7)
- 2008-11-18 12:59:44下载
- 积分:1
-
Introduction to Visual Studio and CSharp
An E-book which introduces visual studio and c#
- 2019-02-09 03:10:37下载
- 积分:1