-
meanshift
meanshift均值漂移算法,移动目标跟踪matlab
- 2022-07-12 01:05:28下载
- 积分:1
-
Chapter-1
数字图像处理的基础知识学习 涵盖源代码,有助于提高编程(digital image processing )
- 2013-11-05 20:36:52下载
- 积分:1
-
3ec4ec637dff-(1)
基于c++ 的水果销售管理系统,使用access数据库,简单实用,方便。适合新手。(C++ based fruit marketing management system, the use of access, simple, practical and convenient. Suitable for beginners.)
- 2016-09-01 18:47:42下载
- 积分:1
-
Guass_and_Gamma_function
那里一些 matlab 代码关于高斯和伽玛函数。
- 2022-02-01 16:14:38下载
- 积分:1
-
基于Speech SDK 5.1的c#工程,简单的中文语音限定识别
开发工具VS2008...
基于Speech SDK 5.1的c#工程,简单的中文语音限定识别
开发工具VS2008-Speech SDK 5.1 based on the c# Works, simple Chinese voice recognition development tools limit VS2008
- 2022-07-07 00:39:59下载
- 积分:1
-
基于红外和超声波的室内无线定位系统源代码
该代码是原创代码!参加过陕西省大学生电子设计大赛。开发平台是Keil uVision4,核心板是STC89C52,代码包含红外通信,步进电机控制,超声波测距以及三轴传感器采集方位子程序,共同实现方位采集和红外发射方位信息和超声波发射的功能!在接收端(即定位目标)可以根据收到的方位信息和超声波获取方位和距离信息,实现定位的目的。主要应用场景为仓库,存储室,地下停车场,楼道等!
- 2022-03-17 23:54:54下载
- 积分:1
-
pass_stringarray_to_function
Pass string array to function
- 2009-04-30 21:43:33下载
- 积分:1
-
Intends-stable-network-
拟稳平差和秩亏网平差程序,用于计算不稳定点的坐标平差等(ntends stable adjustment and rank deficient network adjustment program, used to calculate the coordinates of the point adjustment, etc. instability)
- 2021-01-08 16:08:51下载
- 积分:1
-
xindian
有关心电基本参数算法的算法实现,分别用C语言和Matlab语言(youguan xin dian ji ben canshu de suanfa shixian fen bie yong C and Matlab )
- 2011-12-30 16:09:42下载
- 积分:1
-
C# 集成paypal 支付 例子
C# 集成paypal 支付 例子
//Post back to either sandbox or live
string strSandbox = "https://www.sandbox.paypal.com/cgi-bin/webscr";
string strLive = "https://www.paypal.com/cgi-bin/webscr";
HttpWebRequest req = (HttpWebRequest)WebRequest.Create(strSandbox);
//Set values for the request back
req.Method = "POST";
req.ContentType = "application/x-www-form-urlencoded";
byte[] param = Request.BinaryRead(HttpContext.Current.Request.ContentLength);
string strRequest = Encoding.ASCII.GetString(param);
string ipnPost = strRequest;
strRequest += "&cmd=_notify-validate";
- 2022-01-27 16:43:28下载
- 积分:1