-
1dCNN 用于分类 cnn_gear_raw
说明: 1dCNN 用于分类,使用一维的CNN,和相应的一维数据输入和卷积核,对一维信号数据进行处理(use 1dCNN for fault classification)
- 2021-01-13 19:58:49下载
- 积分:1
-
15 四元数MUSIC的MATLAB程序
说明: 用于四元数阵列的DOA估计的MATLAB程序(Matlab program for DOA estimation of quaternion array)
- 2020-03-30 09:42:07下载
- 积分:1
-
Delphi 设置打印纸大小
Delphi 设置打印纸张大小,手动设置打印纸的长度和宽度,自定义纸张。相关代码:
procedure TForm1.SetPaperSize(cx, cy: Integer);
var
a,b,c: array[0..255]of char;
bb: Cardinal;
ee: PDEVMODE;
begin
printer.PrinterIndex := printer.PrinterIndex;
printer.GetPrinter(a,b,c,bb);
ee:= GlobalLock(bb);
ee^.dmPaperSize := DMPAPER_USER;
ee^.dmPaperLength := cy*10;
ee^.dmPaperWidth := cx*10;
ee^.dmFields :=ee^.dmFields or DM_PAPERSIZE or
DM_PAPERWIDTH or
DM_PAPERLENGTH;
ee^.dmFields := ee^.dmFields or DMBIN_MANUAL;
ee^.dmDefaultSource :=DMBIN_MANUAL;
GlobalUnlock(bb);
printer.PrinterIndex := printer.PrinterIndex;
end;
- 2023-01-17 00:20:03下载
- 积分:1
-
pipe
pipe类 pipe类 pipe类 pipe类-pipe-type pipe-type pipe-type pipe-type pipe-type pipe-type
- 2022-03-16 00:24:04下载
- 积分:1
-
KPCA_RVM
关于关联向量机应用的最新文献!
提出了一种核主元分析(KPCA)和关联向量机(RVM)相结合的组合建模方法。KPCA-RVM采用KPCA对原始自变量进行非线性变换并提取主成分,形成特征自变量 采用RVM,对KPCA变换后的样本数据进行回归建模,并根据模型的预报能力自适应的确定参与回归的最佳特征变量个数,消除冗余信息干扰,获得强非线性表达能力且预报性能良好的模型。并将KPCA-RVM应用于PTA装置对羧基苯甲醛(4-CBA)含量的软测量建模,结果表明该方法预测精度高于PCA-RVM和RVM。(A novel modeling method integrated KPCA with RVM was proposed. The kernel primary component analysis (KPCA) was employed to identify the principal components from the nonlinear transform data of independent variables, which were regarded as character variables. Regression between character variables and dependent variables was done based on RVM, and the optimal number of the character variables was adaptively determined according to the generalization performance of the regression model. Thus, KPCA-RVM meth...)
- 2020-06-29 05:40:01下载
- 积分:1
-
no_coherent
基于差分相关的GPS信号检测算法,该算法和传统的相关累加进行了比较分析。(Based on Differential GPS-related signal detection algorithm and the traditional a comparative analysis of the relevant additive.)
- 2010-02-26 09:39:56下载
- 积分:1
-
全国大学生数学建模竞赛试题集2002-2009
全国大学生数学建模竞赛试题集2002-2009,数学建模实例(Examples of Mathematical Modeling from 2002 to 2009 in the National Contest of Mathematical Modeling for College Students)
- 2020-06-18 21:40:01下载
- 积分:1
-
Python核心编程 第3版 中文版
本书是经典畅销图书《Python 核心编程(第二版)》的全新升级版本,总共分为 3 部分。
第 1 部分讲解了 Python 的一些通用应用,包括正则表达式、网络编程、Internet 客户端编程、多线程编程、GUI 编程、数据库编程、Microsoft Office 编程、扩展 Python 等内容。
第 2 部分
讲解了与 Web 开发相关的主题,包括 Web 客户端和服务器、CGI 和 WSGI 相关的 Web 编程、Diango Web 框架、云计算、高级 Web 服务。第 3 部分则为一个补充/实验章节,包括文本处理以及一些其他内容。
本书适合具有一定经验的 Python 开发人员阅读(This book is a new upgraded version of the classic best-selling book Python Core Programming (2nd Edition). It is divided into three parts.
Part 1 explains some general applications of Python, including regular expressions, network programming, Internet client programming, multi-threading programming, GUI programming, database programming, Microsoft Office programming, extension of Python and so on.
Part 2
Topics related to Web development are explained, including Web client and server, CGI and WSGI related Web programming, Diango Web framework, cloud computing, advanced Web services. Part 3 is a supplementary/experimental chapter, including text processing and some other contents.
This book is suitable for Python developers with some experience.)
- 2020-06-17 10:40:02下载
- 积分:1
-
uart3
STM8 LIN 初始化,已经配置其主从代码,初学者可以看看(STM8 LIN initialization, configure master slave code)
- 2020-12-29 11:09:02下载
- 积分:1
-
TI公司 控制无刷直流电机的例子源程序F24x BLDC3_1 3
TI公司 控制无刷直流电机的例子源程序F24x BLDC3_1 3-Phase Sensored Trapezoidal Control-TI control BLDCM example source F24x BLDC3_1 3-Phase Sensored Trapezoidal Control
- 2022-04-18 23:47:55下载
- 积分:1