Winsoft 的 PDF控件
2021-05-07 19:05:14 67.62MB Winsoft PDF] Delphi
自定义类别框组件 这是一个主题组件,将您的类别呈现为类别页面上具有自定义背景的框。 如果选择了show_banner则此组件还将为每个类别页面显示类别横幅。 为此,在设置区域中,需要将desktop category page style设置为categories with Featured Topics或Boxes with Featured Topics 有四个选项可供选择。 默认为halftones 半色调背景 交叉影线背景 没有任何 风俗 如果您想用自己的一些艺术品来创建这种效果,请在设置页面上载4个具有透明背景的.png或传统.jpg的图片。 对于每个上载,请使用custom-0的命名约定,最后一个使用custom-3 。 确保选择“ custom作为类别背景设置。
2021-05-07 13:03:30 4.6MB discourse-theme-component JavaScript
1
TMS Component,用于开发的组件,著名的TMS公司开发的用于/C++Builder的超级控件包,这是最新版本,有近300个常用控件,本版本已经支持Delphi2007,是不是很激动。TMS组件包的最新版本! TMS Component,用于Delphi开发的组件,著名的TMS公司开发的用于Delphi/C++Builder的超级控件包,这是最新版本,有近300个常用控件.
2021-05-06 14:13:16 116.23MB TMS D6 XE XE6
1
核主元分析KPCA的降维特征提取以及故障检测应用-Kernel Principal Component Analysis .zip 本帖最后由 iqiukp 于 2018-11-9 15:02 编辑      核主元分析(Kernel principal component analysis ,KPCA)在降维、特征提取以及故障检测中的应用。主要功能有:(1)训练数据和测试数据的非线性主元提取(降维、特征提取) (2)SPE和T2统计量及其控制限的计算 (3)故障检测 参考文献: Lee J M, Yoo C K, Choi S W, et al. Nonlinear process monitoring using kernel principal component analysis[J]. Chemical engineering science, 2004, 59: 223-234. 1. KPCA的建模过程(故障检测): (1)获取训练数据(工业过程数据需要进行标准化处理) (2)计算核矩阵 (3)核矩阵中心化 (4)特征值分解 (5)特征向量的标准化处理 (6)主元个数的选取 (7)计算非线性主成分(即降维结果或者特征提取结果) (8)SPE和T2统计量的控制限计算 function model = kpca_train % DESCRIPTION % Kernel principal component analysis % %       mappedX = kpca_train % % INPUT %   X            Training samples %                N: number of samples %                d: number of features %   options      Parameters setting % % OUTPUT %   model        KPCA model % % % Created on 9th November, 2018, by Kepeng Qiu. % number of training samples L = size; % Compute the kernel matrix K = computeKM; % Centralize the kernel matrix unit = ones/L; K_c = K-unit*K-K*unit unit*K*unit; % Solve the eigenvalue problem [V,D] = eigs; lambda = diag; % Normalize the eigenvalue V_s = V ./ sqrt'; % Compute the numbers of principal component % Extract the nonlinear component if options.type == 1 % fault detection     dims = find) >= 0.85,1, 'first'); else     dims = options.dims; end mappedX  = K_c* V_s ; % Store the results model.mappedX =  mappedX ; model.V_s = V_s; model.lambda = lambda; model.K_c = K_c; model.L = L; model.dims = dims; model.X = X; model.K = K; model.unit = unit; model.sigma = options.sigma; % Compute the threshold model.beta = options.beta;% corresponding probabilities [SPE_limit,T2_limit] = comtupeLimit; model.SPE_limit = SPE_limit; model.T2_limit = T2_limit; end复制代码2. KPCA的测试过程: (1)获取测试数据(工业过程数据需要利用训练数据的均值和标准差进行标准化处理) (2)计算核矩阵 (3)核矩阵中心化 (4)计算非线性主成分(即降维结果或者特征提取结果) (5)SPE和T2统计量的计算 function [SPE,T2,mappedY] = kpca_test % DESCRIPTION % Compute th
2021-05-03 15:34:52 20KB matlab
1
最新的3dsmax官方杀毒 脚本
2021-05-02 14:00:12 1.54MB 3dsmax-component
1
MiTeC System Information Component Suite 13.4.0 Full Source BDS3-DX10.4 支持Delphi 10.4悉尼
2021-05-02 09:46:54 7.92MB MiTeC System Component 13.4.0
1
带有Unity3D的纯ECS RTS 尝试使用Unity和新的DOTS(面向数据的技术堆栈)创建RTS游戏 欢迎捐款! 链接到教程系列: 使用的核心软件包: 良好的ECS资源
2021-04-30 08:52:35 57KB tutorial unity entity-component-system unity-3d
1
MX Component是一款专业的三菱plc通信软件,这款软件可简单实现从计算机到PLC、运动控制器等通信处理的Active X控件、.NET控件库。使用MX Component后,串口通信和以太网通信的程序开发变的简单。
2021-04-29 01:45:17 8.95MB MXComponent 三菱plc
TMS Component Pack v8.3.4.0 - Delphi 10.1 Berlin
2021-04-29 01:38:55 145.29MB TMS DELPHI10.1
1