代码搜索:贝叶斯算法
找到约 10,000 项符合「贝叶斯算法」的源代码
代码结果 10,000
www.eeworm.com/read/143492/12870990
m 贝叶斯辨识.m
clear
L=60; %四位移位寄存器产生的M序列的长度
y1=1; y2=1; y3=1; y4=0; %四个移位寄存器的输出初始值
for i=1:L;
x1=xor(y3,y4); %第一个移位寄存器的输入信号
x2=y1; %第二个移位寄存器的输入信号
x3=y2; %第三个移位寄存器的输入信号
x4=y3; %第四个移位寄存器的输入信号
www.eeworm.com/read/314087/13575255
dsw 贝叶斯分类.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "贝叶斯分类"=".\贝叶斯分类.dsp
www.eeworm.com/read/314087/13575256
aps 贝叶斯分类.aps
www.eeworm.com/read/314087/13575259
ico 贝叶斯分类.ico
www.eeworm.com/read/314087/13575260
h 贝叶斯分类.h
// 贝叶斯分类.h : main header file for the 贝叶斯分类 application
//
#if !defined(AFX__H__B8125B7A_A412_4C3B_9926_C6A4E2243F7F__INCLUDED_)
#define AFX__H__B8125B7A_A412_4C3B_9926_C6A4E2243F7F__INCLUDED_
www.eeworm.com/read/314087/13575261
opt 贝叶斯分类.opt
www.eeworm.com/read/314087/13575262
ncb 贝叶斯分类.ncb
www.eeworm.com/read/314087/13575263
cpp 贝叶斯分类.cpp
// 贝叶斯分类.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "贝叶斯分类.h"
#include "贝叶斯分类Dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static
www.eeworm.com/read/314087/13575264
clw 贝叶斯分类.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CMyDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "贝叶斯分类.h"
www.eeworm.com/read/314087/13575265
plg 贝叶斯分类.plg
Build Log
--------------------Configuration: 贝叶斯分类 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~