期刊文献+
共找到21,160篇文章
< 1 2 250 >
每页显示 20 50 100
PSR-SQUARES:基于程序空间约简器的SQL逆向合成系统
1
作者 窦全胜 张顺 +2 位作者 潘浩 王荟贤 唐焕玲 《通信学报》 EI CSCD 北大核心 2023年第11期249-259,共11页
针对SQUARES程序空间增长过快,导致程序合成效率偏低的问题,在SQUARES的基础上,增加了以深度神经网络为核心的程序空间约简器,将给定的<被查询表,查询结果>示例表示成二维张量,作为深度神经网络的输入,网络的输出是关于目标SQL语... 针对SQUARES程序空间增长过快,导致程序合成效率偏低的问题,在SQUARES的基础上,增加了以深度神经网络为核心的程序空间约简器,将给定的<被查询表,查询结果>示例表示成二维张量,作为深度神经网络的输入,网络的输出是关于目标SQL语句合成规则的相关性标记向量。约简器根据神经网络的输出结果,采用末N位淘汰策略,删除与目标SQL语句相关性弱的合成规则,以减少候选SQL语句的生成和验证,提升系统合成效率。对约简器中深度神经网络的结构设计、训练样本集的生成方法和网络训练过程进行了详细描述。同时将PSR-SQUARES与当前有代表性SQL逆向合成系统进行实验对比,实验结果表明,PSR-SQUARES的综合性能不同程度地优于其他合成系统,平均合成时间由SQUARES的251 s降低至130 s,目标程序合成成功率由80%提升至89%。 展开更多
关键词 程序合成 SQL逆向合成 squares 程序空间约简器 领域特定语言
在线阅读 下载PDF
Least-Squares及Galerkin谱元方法求解环形区域内的泊松方程 被引量:1
2
作者 王亚洲 秦国良 《西安交通大学学报》 EI CAS CSCD 北大核心 2017年第5期121-127,共7页
为研究基于Least-Squares变分及Galerkin变分两种形式的谱元方法的求解特性,推导了极坐标系中采用两种变分方法求解环形区域内Poisson方程时对应的弱解形式,采用Chebyshev多项式构造插值基函数进行空间离散,得到两种谱元方法对应的代数... 为研究基于Least-Squares变分及Galerkin变分两种形式的谱元方法的求解特性,推导了极坐标系中采用两种变分方法求解环形区域内Poisson方程时对应的弱解形式,采用Chebyshev多项式构造插值基函数进行空间离散,得到两种谱元方法对应的代数方程组,由此分析了系数矩阵结构的特点。数值计算结果显示:Least-Squares谱元方法为实现方程的降阶而引入新的求解变量,使得代数方程组形式更为复杂,但边界条件的处理比Galerkin谱元方法更为简单;两种谱元方法均能求解极坐标系中的Poisson方程且能获得高精度的数值解,二者绝对误差分布基本一致;固定单元内的插值阶数时,增加单元数可减小数值误差,且表现出代数精度的特点,误差降低速度较慢,而固定单元数时,在一定范围内数值误差随插值阶数的增加而减小的速度更快,表现出谱精度的特点;单元内插值阶数较高时,代数方程组系数矩阵的条件数急剧增多,方程组呈现病态,数值误差增大,这一特点限制了单元内插值阶数的取值。研究内容对深入了解两种谱元方法在极坐标系中求解Poisson方程时的特点、进一步采用相关分裂算法求解实际流动问题具有参考价值。 展开更多
关键词 Least-squares变分 Galerkin变分 谱元方法 POISSON方程 极坐标系
在线阅读 下载PDF
Chaotic time series multi-step direct prediction with partial least squares regression 被引量:2
3
作者 Liu Zunxiong Liu Jianhui 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2007年第3期611-615,共5页
Considering chaotic time series multi-step prediction, multi-step direct prediction model based on partial least squares (PLS) is proposed in this article, where PLS, the method for predicting a set of dependent var... Considering chaotic time series multi-step prediction, multi-step direct prediction model based on partial least squares (PLS) is proposed in this article, where PLS, the method for predicting a set of dependent variables forming a large set of predictors, is used to model the dynamic evolution between the space points and the corresponding future points. The model can eliminate error accumulation with the common single-step local model algorithm~ and refrain from the high multi-collinearity problem in the reconstructed state space with the increase of embedding dimension. Simulation predictions are done on the Mackey-Glass chaotic time series with the model. The satisfying prediction accuracy is obtained and the model efficiency verified. In the experiments, the number of extracted components in PLS is set with cross-validation procedure. 展开更多
关键词 chaotic series prediction multi-step local model partial least squares.
在线阅读 下载PDF
Improved adaptive pruning algorithm for least squares support vector regression 被引量:4
4
作者 Runpeng Gao Ye San 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2012年第3期438-444,共7页
As the solutions of the least squares support vector regression machine (LS-SVRM) are not sparse, it leads to slow prediction speed and limits its applications. The defects of the ex- isting adaptive pruning algorit... As the solutions of the least squares support vector regression machine (LS-SVRM) are not sparse, it leads to slow prediction speed and limits its applications. The defects of the ex- isting adaptive pruning algorithm for LS-SVRM are that the training speed is slow, and the generalization performance is not satis- factory, especially for large scale problems. Hence an improved algorithm is proposed. In order to accelerate the training speed, the pruned data point and fast leave-one-out error are employed to validate the temporary model obtained after decremental learning. The novel objective function in the termination condition which in- volves the whole constraints generated by all training data points and three pruning strategies are employed to improve the generali- zation performance. The effectiveness of the proposed algorithm is tested on six benchmark datasets. The sparse LS-SVRM model has a faster training speed and better generalization performance. 展开更多
关键词 least squares support vector regression machine (LS- SVRM) PRUNING leave-one-out (LOO) error incremental learning decremental learning.
在线阅读 下载PDF
Modelling of the Relaxation Least Squares-Based Neural Networks and Its Application 被引量:1
5
作者 Lu Kongkuo, Chen Zengqiang & Yuan ZhuzhiDepartment of Automation, Nankai University, Tianjin 300071, P.R.China(Received July 5, 2001) 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2002年第2期16-21,共6页
A relaxation least squares-based learning algorithm for neual networks is proposed. Not only does it have a fast convergence rate, but it involves less computation quantity. Therefore, it is suitable to deal with the ... A relaxation least squares-based learning algorithm for neual networks is proposed. Not only does it have a fast convergence rate, but it involves less computation quantity. Therefore, it is suitable to deal with the case when a network has a large scale but the number of training data is very limited. It has been used in converting furnace process modelling, and impressive result has been obtained. 展开更多
关键词 Backpropagation Learning systems Least squares approximations
在线阅读 下载PDF
Flatness intelligent control via improved least squares support vector regression algorithm 被引量:2
6
作者 张秀玲 张少宇 +1 位作者 赵文保 徐腾 《Journal of Central South University》 SCIE EI CAS 2013年第3期688-695,共8页
To overcome the disadvantage that the standard least squares support vector regression(LS-SVR) algorithm is not suitable to multiple-input multiple-output(MIMO) system modelling directly,an improved LS-SVR algorithm w... To overcome the disadvantage that the standard least squares support vector regression(LS-SVR) algorithm is not suitable to multiple-input multiple-output(MIMO) system modelling directly,an improved LS-SVR algorithm which was defined as multi-output least squares support vector regression(MLSSVR) was put forward by adding samples' absolute errors in objective function and applied to flatness intelligent control.To solve the poor-precision problem of the control scheme based on effective matrix in flatness control,the predictive control was introduced into the control system and the effective matrix-predictive flatness control method was proposed by combining the merits of the two methods.Simulation experiment was conducted on 900HC reversible cold roll.The performance of effective matrix method and the effective matrix-predictive control method were compared,and the results demonstrate the validity of the effective matrix-predictive control method. 展开更多
关键词 least squares support vector regression multi-output least squares support vector regression FLATNESS effective matrix predictive control
在线阅读 下载PDF
Recursive weighted least squares estimation algorithm based on minimum model error principle 被引量:2
7
作者 雷晓云 张志安 《Defence Technology(防务技术)》 SCIE EI CAS CSCD 2021年第2期545-558,共14页
Kalman filter is commonly used in data filtering and parameters estimation of nonlinear system,such as projectile's trajectory estimation and control.While there is a drawback that the prior error covariance matri... Kalman filter is commonly used in data filtering and parameters estimation of nonlinear system,such as projectile's trajectory estimation and control.While there is a drawback that the prior error covariance matrix and filter parameters are difficult to be determined,which may result in filtering divergence.As to the problem that the accuracy of state estimation for nonlinear ballistic model strongly depends on its mathematical model,we improve the weighted least squares method(WLSM)with minimum model error principle.Invariant embedding method is adopted to solve the cost function including the model error.With the knowledge of measurement data and measurement error covariance matrix,we use gradient descent algorithm to determine the weighting matrix of model error.The uncertainty and linearization error of model are recursively estimated by the proposed method,thus achieving an online filtering estimation of the observations.Simulation results indicate that the proposed recursive estimation algorithm is insensitive to initial conditions and of good robustness. 展开更多
关键词 Minimum model error Weighted least squares method State estimation Invariant embedding method Nonlinear recursive estimate
在线阅读 下载PDF
Generalized Predictive Control with Online Least Squares Support Vector Machines 被引量:41
8
作者 LI Li-Juan SU Hong-Ye CHU Jian 《自动化学报》 EI CSCD 北大核心 2007年第11期1182-1188,共7页
这份报纸基于能有效地处理非线性的系统的联机最少的广场支持向量机器(LS-SVM ) 建议一个实际概括预兆的控制(GPC ) 算法。在每个采样时期,算法递归地由增加新数据对并且在实时性质上从考虑删除最不重要的修改模型。删除的数据对被 lag... 这份报纸基于能有效地处理非线性的系统的联机最少的广场支持向量机器(LS-SVM ) 建议一个实际概括预兆的控制(GPC ) 算法。在每个采样时期,算法递归地由增加新数据对并且在实时性质上从考虑删除最不重要的修改模型。删除的数据对被 lagrange 的绝对值从最后一个采样时期更多样地决定。当增加新数据对并且删除存在的时,纸给模型参数的递归的算法分别地,一个大矩阵的倒置被避免,存储器能被算法完全控制。非线性的 LS-SVM 模型在每个采样时期在 GPC 算法被使用。抵销过程的 pH 上的概括预兆的控制的实验显示出建议算法的有效性和实物。 展开更多
关键词 普遍预测控制 支持向量机 联机模型 pH补偿过程 模糊控制
在线阅读 下载PDF
Robust least squares projection twin SVM and its sparse solution 被引量:1
9
作者 ZHOU Shuisheng ZHANG Wenmeng +1 位作者 CHEN Li XU Mingliang 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2023年第4期827-838,共12页
Least squares projection twin support vector machine(LSPTSVM)has faster computing speed than classical least squares support vector machine(LSSVM).However,LSPTSVM is sensitive to outliers and its solution lacks sparsi... Least squares projection twin support vector machine(LSPTSVM)has faster computing speed than classical least squares support vector machine(LSSVM).However,LSPTSVM is sensitive to outliers and its solution lacks sparsity.Therefore,it is difficult for LSPTSVM to process large-scale datasets with outliers.In this paper,we propose a robust LSPTSVM model(called R-LSPTSVM)by applying truncated least squares loss function.The robustness of R-LSPTSVM is proved from a weighted perspective.Furthermore,we obtain the sparse solution of R-LSPTSVM by using the pivoting Cholesky factorization method in primal space.Finally,the sparse R-LSPTSVM algorithm(SR-LSPTSVM)is proposed.Experimental results show that SR-LSPTSVM is insensitive to outliers and can deal with large-scale datasets fastly. 展开更多
关键词 OUTLIERS robust least squares projection twin support vector machine(R-LSPTSVM) low-rank approximation sparse solution
在线阅读 下载PDF
Least squares weighted twin support vector machines with local information 被引量:1
10
作者 花小朋 徐森 李先锋 《Journal of Central South University》 SCIE EI CAS CSCD 2015年第7期2638-2645,共8页
A least squares version of the recently proposed weighted twin support vector machine with local information(WLTSVM) for binary classification is formulated. This formulation leads to an extremely simple and fast algo... A least squares version of the recently proposed weighted twin support vector machine with local information(WLTSVM) for binary classification is formulated. This formulation leads to an extremely simple and fast algorithm, called least squares weighted twin support vector machine with local information(LSWLTSVM), for generating binary classifiers based on two non-parallel hyperplanes. Two modified primal problems of WLTSVM are attempted to solve, instead of two dual problems usually solved. The solution of the two modified problems reduces to solving just two systems of linear equations as opposed to solving two quadratic programming problems along with two systems of linear equations in WLTSVM. Moreover, two extra modifications were proposed in LSWLTSVM to improve the generalization capability. One is that a hot kernel function, not the simple-minded definition in WLTSVM, is used to define the weight matrix of adjacency graph, which ensures that the underlying similarity information between any pair of data points in the same class can be fully reflected. The other is that the weight for each point in the contrary class is considered in constructing equality constraints, which makes LSWLTSVM less sensitive to noise points than WLTSVM. Experimental results indicate that LSWLTSVM has comparable classification accuracy to that of WLTSVM but with remarkably less computational time. 展开更多
关键词 least squares similarity information hot kernel function noise points
在线阅读 下载PDF
Development a Spectrophotometric of Fe(Ⅲ), Al(Ⅲ) and Cu(Ⅱ) Using Eriochrome Cyanine R Ligand and Assessment of the Obtained Data by Partial Least-Squares and Artificial Neural Network Method-Application to Natural Waters
11
作者 A. Hakan AKTAS 《光谱学与光谱分析》 SCIE EI CAS CSCD 北大核心 2018年第8期2638-2644,共7页
Simultaneous determination of heavy metal cations and accurate quantitative prediction of them are of great interest in analytical chemistry.This work has focused on a comprehensive comparison of partial least squares... Simultaneous determination of heavy metal cations and accurate quantitative prediction of them are of great interest in analytical chemistry.This work has focused on a comprehensive comparison of partial least squares(PLS-1)and artificial neural networks(ANN)as two types of chemometric methods.For this purpose,aluminum,iron and copper were studied as three analytes whose UV-Vis absorption spectra highly overlap each other.Accordance with determined parameters(ligand concentration,pH,waiting times,the relationship between absorbance and concentration of metal ion effect and foreign ions)are provided and the optimum conditions.After establishing the optimum conditions for Fe^(3+),Al^(3+) and Cu^(2+) containing mixtures spectrophotometric determinations and the data calibration method of least squares(PLS-1)regression,and artificial neural network(ANN)methods were used.Chemometric methods are applied in a fast,simple,and the results are applicable. 展开更多
关键词 UV-Vis spectrophotometry Partial least squares Artificial neural network ALUMINUM IRON COPPER
在线阅读 下载PDF
Robust On-Line Fault Diagnosis for Nonlinear Difference-Algebraic Systems Using Least Squares Estimate
12
作者 Chen Yudong, Weng Zhengxin & Shi SongjiaoInstitute of Automation, Shanghai Jiaotong University, Shanghai 200030, P.R. China(Received April 9,2001) 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2002年第2期50-59,共10页
A robust on-line fault diagnosis methor based on least squares estimate for nonlinear difference-algebraic systems (DAS) with uncertainties is proposed. Based on the known nominal model of the DAS, this method firstly... A robust on-line fault diagnosis methor based on least squares estimate for nonlinear difference-algebraic systems (DAS) with uncertainties is proposed. Based on the known nominal model of the DAS, this method firstly constructs an auxiliary system consisting of a difference equation and an algebraic equation, then, based on the relationship between the state deviation and the faults in the difference equation and the relationship between the algebraic variable deviation and the faults in algebraic equation, it identifies the faults on-line through least squares estimate. This method can not only detect, isolate and identify faults for DAS, but also give the upper bound of the error of fault identification. The simulation results indicate that it can give satisfactory diagnostic results for both abrupt and incipient faults. 展开更多
关键词 Difference equations Least squares approximations Robustness (control systems) Sensitivity analysis
在线阅读 下载PDF
Based on Partial Least-squares Regression to Build up and Analyze the Model of Rice Evapotranspiration
13
作者 ZHAO Chang shan,FU Hong,HUANG Bu hai (Northeast Agricultural University,Harbin,Heilongjiang,150030,PRC) 《Journal of Northeast Agricultural University(English Edition)》 CAS 2003年第1期1-8,共8页
During the course of calculating the rice evapotranspiration using weather factors,we often find that some independent variables have multiple correlation.The phenomena can lead to the traditional multivariate regress... During the course of calculating the rice evapotranspiration using weather factors,we often find that some independent variables have multiple correlation.The phenomena can lead to the traditional multivariate regression model which based on least square method distortion.And the stability of the model will be lost.The model will be built based on partial least square regression in the paper,through applying the idea of main component analyze and typical correlation analyze,the writer picks up some component from original material.Thus,the writer builds up the model of rice evapotranspiration to solve the multiple correlation among the independent variables (some weather factors).At last,the writer analyses the model in some parts,and gains the satisfied result. 展开更多
关键词 Partial Least squares Regression EVAPOTRANSPIRATION
在线阅读 下载PDF
Improved scheme to accelerate sparse least squares support vector regression
14
作者 Yongping Zhao Jianguo Sun 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2010年第2期312-317,共6页
The pruning algorithms for sparse least squares support vector regression machine are common methods, and easily com- prehensible, but the computational burden in the training phase is heavy due to the retraining in p... The pruning algorithms for sparse least squares support vector regression machine are common methods, and easily com- prehensible, but the computational burden in the training phase is heavy due to the retraining in performing the pruning process, which is not favorable for their applications. To this end, an im- proved scheme is proposed to accelerate sparse least squares support vector regression machine. A major advantage of this new scheme is based on the iterative methodology, which uses the previous training results instead of retraining, and its feasibility is strictly verified theoretically. Finally, experiments on bench- mark data sets corroborate a significant saving of the training time with the same number of support vectors and predictive accuracy compared with the original pruning algorithms, and this speedup scheme is also extended to classification problem. 展开更多
关键词 least squares support vector regression machine pruning algorithm iterative methodology classification.
在线阅读 下载PDF
Influence of using plants to design landscape in city recreational squares on environment
15
作者 HU Haihui CHEN Yajun YU Lei 《Journal of Northeast Agricultural University(English Edition)》 CAS 2007年第4期306-309,共4页
Through the investigation on influence of temperature, humidity and effects of landscape in Harbin First Department Store (Hayibai) Center Recreational Square, the influence of landscape designing of plant on the en... Through the investigation on influence of temperature, humidity and effects of landscape in Harbin First Department Store (Hayibai) Center Recreational Square, the influence of landscape designing of plant on the environment was researched. Two improved suggestions were given after analyzing the results of the investigation. One is to further plan the market of designing of city recreational square, and to manage and maintain the city recreational square; the other is to make good policies to control and avoid some large scale political projects. 展开更多
关键词 city recreational square creating view by plants effects on environment improving suggestions
在线阅读 下载PDF
Robust Control Synthesis of Polynomial Nonlinear Systems Using Sum of Squares Technique 被引量:3
16
作者 HUANG Wen-Chao SUN Hong-Fei ZENG Jian-Ping 《自动化学报》 EI CSCD 北大核心 2013年第6期799-805,共7页
在这篇论文,广场(求救) 加技术被用来与多项式向量领域为不明确的仿射的非线性的系统的一个类分析柔韧的州的反馈合成问题。没有或与保证费用或 Hperformance 目的,足够的条件被给获得答案到上述控制问题。而且,如此的可解决的条件... 在这篇论文,广场(求救) 加技术被用来与多项式向量领域为不明确的仿射的非线性的系统的一个类分析柔韧的州的反馈合成问题。没有或与保证费用或 Hperformance 目的,足够的条件被给获得答案到上述控制问题。而且,如此的可解决的条件能以能被 SOS 技术直接处理的州的依赖线性矩阵不平等(LMI ) 作为求救编程问题被提出。而且,一个想法被提供由介绍一些额外的多项式描述多项式或甚至合理的矩阵的逆。一个数字例子被举说明途径的有效性。 展开更多
关键词 多项式向量场 仿射非线性系统 合成技术 鲁棒控制 平方和 线性矩阵不等式 状态反馈 SOS
在线阅读 下载PDF
Numerical modelling for predicting corrosion initiation life of reinforced concrete square piles under reverse-seepage pressure 被引量:1
17
作者 WANG Rong-bo WU Wen-bing +3 位作者 HE Si-hong XIAO Liang WEN Min-jie MEI Guo-xiong 《Journal of Central South University》 SCIE EI CAS CSCD 2024年第10期3596-3611,共16页
Square piles of reinforced concrete(RC)in marine environments are susceptible to chloride-inducedcorrosion.A novel reverse-seepage technique(RST)is applied to square piles to block the intrusion of chlorides.Thisresea... Square piles of reinforced concrete(RC)in marine environments are susceptible to chloride-inducedcorrosion.A novel reverse-seepage technique(RST)is applied to square piles to block the intrusion of chlorides.Thisresearch introduces a computational model designed to predict the lifespan of corrosion initiation in reinforced concretesquare piles when applied reverse-seepage pressure.The model considers the impacts of chloride binding and the tripletime-dependence property among the permeability,the corrected surface chloride concentration,and the diffusioncoefficient.The proposed numerical model is solved using the alternating direction implicit(ADI)approach,and itsaccuracy and reliability are evaluated by contrasting the computational outcomes with the analytical solution andexperimental results.Furthermore,the primary factors contributing to the corrosion of reinforced concrete square pilesare analyzed.The results indicate that applying RST can decrease the chloride penetration depth and prolong the lifespanof corrosion initiation in square piles.The water-cement ratio and reverse seepage pressure are the most influentialfactors.A water pressure of 0.4 MPa can double the life of concrete,and the durable life of concrete with a water-cementratio of 0.3 can reach 100 years. 展开更多
关键词 reverse-seepage technique chloride ion intrusion alternating direction implicit method reinforced concrete square pile corrosion initiation life
在线阅读 下载PDF
Adaptive Conic Trust-Region Method for Nonlinear Least Squares Problems 被引量:3
18
作者 Yang Yang Sun Wenyu 《南京师大学报(自然科学版)》 CAS CSCD 北大核心 2007年第1期13-21,共9页
关键词 非线性最小二乘问题 自适应锥模型 算法
在线阅读 下载PDF
Common least-squares solution to some matrix equations
19
作者 REHMAN Abdur WANG Qingwen 《上海大学学报(自然科学版)》 CAS CSCD 北大核心 2017年第2期267-275,共9页
Necessary and sufficient conditions are derived for some matrix equations that have a common least-squares solution.A general expression is provided when certain resolvable conditions are satisfied.This research exten... Necessary and sufficient conditions are derived for some matrix equations that have a common least-squares solution.A general expression is provided when certain resolvable conditions are satisfied.This research extends existing work in the literature. 展开更多
关键词 matrix equation LEAST-squares SOLUTION EXPLICIT SOLUTION Moore-Penrose INVERSE RANK
在线阅读 下载PDF
免疫异常数据的金属回流双极直流配电线路状态估计保护方法 被引量:1
20
作者 曾琦 曾维刚 +4 位作者 廖建权 王少雄 郑宗生 王渝红 周念成 《电力自动化设备》 北大核心 2025年第1期16-24,共9页
实际工程中的量测可能存在异常数据干扰,增加保护误动的风险。为此,基于模型匹配的思想,提出一种免疫异常数据的直流配电线路状态估计保护方法。考虑金属回流双极直流线路的极间耦合,建立线路的精细化等值模型。据此得到系统的量测方程... 实际工程中的量测可能存在异常数据干扰,增加保护误动的风险。为此,基于模型匹配的思想,提出一种免疫异常数据的直流配电线路状态估计保护方法。考虑金属回流双极直流线路的极间耦合,建立线路的精细化等值模型。据此得到系统的量测方程,并根据二次积分法将其离散化以便于求解。对于可能存在的异常数据问题,提出基于窗口图傅里叶变换对数据进行预处理,将数据视为图信号并赋予“频率”的概念,通过提取低频信号达到剔除随机脉冲等高频异常数据的目的。基于递推最小二乘算法对预处理后的状态估计模型进行求解,根据估计模型和实测模型的匹配度构建保护判据,实现区内和区外故障的识别。仿真结果表明,该方法可快速、准确识别区内故障,并有效避免异常数据干扰,同时具有较强的耐高阻、抗通信延时等性能。 展开更多
关键词 直流配电 线路保护 异常数据 图傅里叶变换 状态估计 递推最小二乘
在线阅读 下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部