代码搜索:快速傅里叶
找到约 10,000 项符合「快速傅里叶」的源代码
代码结果 10,000
www.eeworm.com/read/143971/12826195
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/143971/12826202
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/143971/12826211
plg 贝叶斯决策.plg
Build Log
--------------------Configuration: 贝叶斯决策 - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"D
www.eeworm.com/read/143971/12826218
h 贝叶斯决策.h
// 贝叶斯决策.h : main header file for the 贝叶斯决策 application
//
#if !defined(AFX__H__CC91188A_EDEA_414F_8D16_F849C4A059AD__INCLUDED_)
#define AFX__H__CC91188A_EDEA_414F_8D16_F849C4A059AD__INCLUDED_
www.eeworm.com/read/143971/12826224
dsp 贝叶斯决策.dsp
# Microsoft Developer Studio Project File - Name="贝叶斯决策" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) App
www.eeworm.com/read/143971/12826237
rc 贝叶斯决策.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
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