-
particle filter
unlike kalman filter this filter is more suitable to deal with nonlinear data types. the source code is of omnet++ simulators. which contains a c++ file and other two files is used for network description and the general initialization files.
- 2022-01-28 02:07:30下载
- 积分:1
-
opencv人脸检测程序
在vs2010环境下,使用c++对opencv进行配置使用,本程序是在配置成功后为大家进行人脸检测的程序,可以对所有正脸进行检测追踪。是一个非常方便简单的程序,但是效果十分好。
- 2023-02-22 19:30:04下载
- 积分:1
-
编译原理 语法分析
编译原理对语法分析设计的代码 能进行语义的分析,通过设计调试LR语法分析程序,实现根据词法分析的输入TOKEN字,进行文法的语法分析;加深对课堂教学的理解;提高语法分析方法的实践能力。
- 2022-08-17 11:21:50下载
- 积分:1
-
模拟正态分布现象的Java小程序
模拟正态分布现象的Java小程序-simulated normal phenomenon of Java programs
- 2023-08-27 15:30:04下载
- 积分:1
-
CKNN 用于多示例学习
CKNN Using the Citation KNN algorithm[1] to get the labels for bags in testBags, where minmum Hausdorff distance is used to measure the distances between bags
% CKNN takes,
% PBags - an Mx1 cell array where the jth instance of ith positive bag is stored in PBags{i}(j,:)
% NBags - an Nx1 cell array where the jth instance of ith negative bag is stored in NBags{i}(j,:)
% testBags - a Kx1 cell array where the jth instance of ith test bag is stored in testBags{i}(j,:)
% Refs - the number of referecnes for each test bag
% Citers - the number of citers for each test bag
% &n
- 2022-03-01 19:43:00下载
- 积分:1
-
K-Means算法 mapreduce
public class KmeansMapper extends MapReduceBase implements
Mapper {
// one coodinate(data)
private List coordinate = new ArrayList();
private BasicKMeansTool basicKmeans = new BasicKMeansTool();
public void map(LongWritable key, Text value,
OutputCollector midoutput,
Reporter arg3) throws IOException {
// TODO Auto-generated method stub
String line = value.toString();
String[] dataList = line.split(",");
List distances = null;
StringTokenizer itr;
for (int i = 0; i < dataList.length; i++) {
itr = new StringTokenizer(dataList[i]);
&nbs
- 2023-02-01 17:45:04下载
- 积分:1
-
图像的分割
利用IDL语言实现图像的分割算法。本算法利用IDL语言对一幅影像进行处理,首先设定所分类别的数目k,然后进行分割过程。
- 2022-06-28 08:35:28下载
- 积分:1
-
黑杰克(C语言和SDL实现)
用C语言写的黑杰克赌博游戏,21点又名黑杰克(BlackJack) ,起源于法国,已流传到世界各地。现在在世界各地 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-29 14:59:23下载
- 积分:1
-
一个潮流计算的程序,可以对不同数量节点的系统都适用。比较简单,希望对相关人员有用...
一个潮流计算的程序,可以对不同数量节点的系统都适用。比较简单,希望对相关人员有用-a flow calculation procedures, the number of nodes in different systems are applicable. Relatively simple, useful for the staff
- 2022-07-04 19:24:44下载
- 积分:1
-
ACM题解,对大学生等很实用的,学习这个对于自己的提高的帮助那是很大很大很大地,怕丢,放上来...
ACM题解,对大学生等很实用的,学习这个对于自己的提高的帮助那是很大很大很大地,怕丢,放上来-ACM problem solutions, university students, such as practical, learning this for their own help improve it is a great great great, the fear of losing,放上来
- 2022-01-22 02:11:59下载
- 积分:1