-
AnyChatCoreSDK_Win32(MBCS)_V4.1
佰锐多媒体应用开发库,应用例程,库文件,dll文件(Bai Rui multimedia application development library, application routines, library files, dll files)
- 2011-09-27 09:39:54下载
- 积分:1
-
卡尔曼滤波
IMM算法的思想是:采用多个不同的模型(机动模型、不同参数的非机动模型)对同一目标轨迹进行卡尔曼滤波,在滤波的开始和结束处,将各个模型所得到的结果按照各自概率进行加权求和与转换,其中各个模型之间的转换用马尔科夫链的转移概率矩阵描述。
- 2023-07-04 12:30:03下载
- 积分:1
-
6-3solution
“六度空间”理论又称“六度分隔”理论,可以通俗的阐述为“你和任何一个陌生人之间所间隔的人不会超过六个人”,也就是说最多通过五个人你就能认识任何一个陌生人。(" Six Degrees of Separation" theory known as " six degrees of separation" theory, can be described as a popular " people between you and any stranger spaced no more than six people," that is up to you by five people will be able to recognize any stranger.)
- 2015-03-06 19:15:23下载
- 积分:1
-
ftpclient
一个linux下的ftp客户端,界面用qt实现。登录FTP服务器超快速,软件界面简洁(Under a linux ftp client, interface with qt achieved. Log in ultra-fast FTP server, software, simple interface)
- 2010-09-17 18:09:53下载
- 积分:1
-
趋势头皮-点差要求不高-建议H1
这是一个头皮EA 用在H1 不需要低延迟,因为是做1小时周期(This is a scalp EA for H1)
- 2021-02-27 10:39:36下载
- 积分:1
-
带根式权函数的高斯积分点和积分系数
曲线积分,将积分域变换到标准[-1 1]区间时,会有一个积分权函数出现,这个权函数,是一个根式,根式里面是一个二次多项式。本程序提供了计算以该根式为权的Gauss积分点和积分系数。
- 2022-04-22 15:50:14下载
- 积分:1
-
vp树
#ifndef _VPTREE_HEADER_
#define _VPTREE_HEADER_
#include
#include
#include
#include
#include
#include
template
class VpTree
{
public:
VpTree() : _root(0) {}
~VpTree() {
delete _root;
}
void create( const std::vector& items ) {
delete _root;
_items = items;
_root = buildFromPoints(0, items.size());
}
void search( const T& target, int k, std::vector* results, std::vector* distances)
- 2023-06-23 00:20:03下载
- 积分:1
-
socketip
说明: 利用设置网卡为混沌模式,采用原始套接字的方式截获发向本机的ip包,并分析包的类型,源ip地址,目的ip地址,传输层协议等(card installed for the use of Chaos mode, using original socket intercepted a way to the machine ip packet, analysis of packet types, source ip address, purpose ip address, such as transport protocol)
- 2006-05-15 13:08:10下载
- 积分:1
-
Advertising-lights
这是利用C语言和汇编语言编译的利用取表方式设计的广告灯(This is done using C and assembly language compiled table designed in a way to take advantage of advertising lights)
- 2015-12-01 21:44:05下载
- 积分:1
-
CSD_Detect_Eval1
认知无线电中信号检测循环频谱特征检测方法(The signal detection circulation spectral feature detection)
- 2013-04-09 14:30:56下载
- 积分:1