代码搜索:卡尔曼算法

找到约 10,000 项符合「卡尔曼算法」的源代码

代码结果 10,000
www.eeworm.com/read/448964/7521469

doc rd 算法.doc

www.eeworm.com/read/447631/7548795

txt 算法说明.txt

attendance.exe个人考勤软件是我的一个习作,去年初调试完成后,我把它的全部源码在VC知识库网站(http://www.vckbase.com/)发表,那可以称为1.0版,当时的初衷是介绍我在开发基于对话框的VC++应用程序时如何解决打印和打印预览这个难点问题的。最近我把它又作了一些修改、完善,算作2.0版,准备上传到贵网站介绍给大家。算不上有什么多大的实用价值,一般朋友也就拿来 ...
www.eeworm.com/read/442379/7653806

doc kmp算法.doc

www.eeworm.com/read/440613/7685800

pdf 算法导论.pdf

www.eeworm.com/read/439268/7713765

m lms算法.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % lmsalgo : LMS algorithm demo % Author : Tamer abdelazim Mellik % Contact information : %Department of Electrical & Computer
www.eeworm.com/read/436844/7761888

txt nb算法.txt

function [predict, accuracy] = NaiveBayes(Train, Test) %Input: Training set and testing set, each row represents a instance, last column is label, begins from zero %Output:predict label by NaiveBaye
www.eeworm.com/read/436486/7769317

pdf 进化算法.pdf

www.eeworm.com/read/399901/7827443

txt fuzzy算法.txt

clear clc tic, [x,y]=data; >x=[1 1 1; > 1 2 3]; >y=[2 3 4]; >>>>>--数据显示,输入为-两输入,输出为-单输出。--------样本为p2组 [p1,p2]=size(x); >- 一。首先要对样本进行聚类分析,以此来确定模糊规则个数。利用K-means法对样本聚类。 ????此处的K- mea
www.eeworm.com/read/196933/8040037

txt 彩票算法.txt

发布者: sbzldlb 完成日期: 2006/11/13 发布日期: 2006/11/13 代码编译环境: DELPHI7 语种: 简体中文 适用平台: Win9x Win2k/XP/NT Win2003 Linux 其他 来源: 原创 深浅度: 中级 类别: 常规代码-数据库 标题: 彩票工具 关键字: 内
www.eeworm.com/read/397493/8042041

txt rsa算法.txt

#include #include #include using namespace std; int miwen[1024]; //////判断输入的数是否为素数////// bool pdprime(long m) { bool pd; for(int i = 3;i < m;i= i + 2) if