代码搜索结果

找到约 10,000 项符合 Algorithm 的代码

algorithm2.rc2

// // Algorithm2.RC2 - Microsoft Visual C++ 不会直接编辑的资源 // #ifdef APSTUDIO_INVOKED #error 此文件不能由 Microsoft Visual C++ 编辑 #endif //APSTUDIO_INVOKED ///////////////////////////////////////////

algorithm2doc.h

// Algorithm2Doc.h : CAlgorithm2Doc 类的接口 // #pragma once class CAlgorithm2Doc : public CDocument { protected: // 仅从序列化创建 CAlgorithm2Doc(); DECLARE_DYNCREATE(CAlgorithm2Doc) // 属性 p

algorithm2doc.cpp

// Algorithm2Doc.cpp : CAlgorithm2Doc 类的实现 // #include "stdafx.h" #include "Algorithm2.h" #include "Algorithm2Doc.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // CAlgorithm2Doc

algorithm2view.cpp

// Algorithm2View.cpp : CAlgorithm2View 类的实现 // #include "stdafx.h" #include "Algorithm2.h" #include "Algorithm2Doc.h" #include "Algorithm2View.h" #include ".\algorithm2view.h" #include "Al

algorithm2view.h

// Algorithm2View.h : CAlgorithm2View 类的接口 // #pragma once #include "AlgorithmFactory.h" /*enum AlgorithmFlag{HANOI,BITREE};*///各种算法 class CAlgorithm2View : public CView { protected: //

main_gp_algorithm.m

% G-P 算法求关联维(输入时间序列数据) % 使用平台 - Matlab6.5 / Matlab7.0 % 作者:陆振波,海军工程大学 % 欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页 % 电子邮件:luzhenbo@yahoo.com.cn % 个人主页:http://luzhenbo.88uu.com.cn clc clear close all %----------

lms algorithm demo.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % lmsalgo : LMS algorithm demo % Author : Tamer abdelazim Mellik % Contact information : %Department of Electrical & Comp