期刊文献+
共找到154,243篇文章
< 1 2 250 >
每页显示 20 50 100
A NEW ALGORITHM FOR SOLVING DIFFERENTIAL/ALGEBRAIC EQUATIONS OF MULTIBODY SYSTEM DYNAMICS
1
作者 王艺兵 赵维加 潘振宽 《Applied Mathematics and Mechanics(English Edition)》 SCIE EI 1997年第9期905-912,共8页
The second order Euler-Lagrange equations are transformed to a set of first order differential/algebraic equations, which are then transformed to state equations by using local parameterization. The corresponding disc... The second order Euler-Lagrange equations are transformed to a set of first order differential/algebraic equations, which are then transformed to state equations by using local parameterization. The corresponding discretization method is presented, and the results can be used to implementation of various numerical integration methods. A numerical example is presented finally. 展开更多
关键词 multibody systems differential/algebraic equations numerical analysis
在线阅读 下载PDF
On the growth of transcendental entire solutions of algebraic differential equations 被引量:2
2
作者 朱玲妹 杨德贵 王小灵 《Journal of Southeast University(English Edition)》 EI CAS 2003年第1期98-102,共5页
In this paper, we investigate the growth of transcendental entire solutionsof the following algebraic differential equation a(z)f'~2 +(b_2(z)f^2 +b_1(z)f +b_0(z))f'=d_3(z)f^3+d_2(z)f^2 +d_1(z)f +d_0(z), where ... In this paper, we investigate the growth of transcendental entire solutionsof the following algebraic differential equation a(z)f'~2 +(b_2(z)f^2 +b_1(z)f +b_0(z))f'=d_3(z)f^3+d_2(z)f^2 +d_1(z)f +d_0(z), where a(z), b_i(z) (0<- i <=2) and d_j (z) (0<=j<= 3) are allpolynomials, and this equation relates closely to the following well-known algebraic differentialequation C(z,w)w'~2 + B(z,w)w' + A(z,w) =0, where G(z,w)not ident to 0, B(z,w) and A(z,w) are threepolynomials in z and w. We give relationships between the growth of entire solutions and the degreesof the above three polynomials in detail. 展开更多
关键词 algebraic differential equation DEGREE entire solutions
在线阅读 下载PDF
McKean-Vlasov Backward Stochastic Differential Equations with Weak Monotonicity Coefficients
3
作者 FU Zongkui FEI Dandan GUO Shanshan 《应用数学》 北大核心 2026年第1期98-107,共10页
This paper deals with Mckean-Vlasov backward stochastic differential equations with weak monotonicity coefficients.We first establish the existence and uniqueness of solutions to Mckean-Vlasov backward stochastic diff... This paper deals with Mckean-Vlasov backward stochastic differential equations with weak monotonicity coefficients.We first establish the existence and uniqueness of solutions to Mckean-Vlasov backward stochastic differential equations.Then we obtain a comparison theorem in one-dimensional situation. 展开更多
关键词 McKean-Vlasov backward stochastic differential equation Weak monotonicity condition Comparison theorem
在线阅读 下载PDF
DPIL-Traj: Differential Privacy Trajectory Generation Framework with Imitation Learning
4
作者 Huaxiong Liao Xiangxuan Zhong +4 位作者 Xueqi Chen Yirui Huang Yuwei Lin Jing Zhang Bruce Gu 《Computers, Materials & Continua》 2026年第1期1530-1550,共21页
The generation of synthetic trajectories has become essential in various fields for analyzing complex movement patterns.However,the use of real-world trajectory data poses significant privacy risks,such as location re... The generation of synthetic trajectories has become essential in various fields for analyzing complex movement patterns.However,the use of real-world trajectory data poses significant privacy risks,such as location reidentification and correlation attacks.To address these challenges,privacy-preserving trajectory generation methods are critical for applications relying on sensitive location data.This paper introduces DPIL-Traj,an advanced framework designed to generate synthetic trajectories while achieving a superior balance between data utility and privacy preservation.Firstly,the framework incorporates Differential Privacy Clustering,which anonymizes trajectory data by applying differential privacy techniques that add noise,ensuring the protection of sensitive user information.Secondly,Imitation Learning is used to replicate decision-making behaviors observed in real-world trajectories.By learning from expert trajectories,this component generates synthetic data that closely mimics real-world decision-making processes while optimizing the quality of the generated trajectories.Finally,Markov-based Trajectory Generation is employed to capture and maintain the inherent temporal dynamics of movement patterns.Extensive experiments conducted on the GeoLife trajectory dataset show that DPIL-Traj improves utility performance by an average of 19.85%,and in terms of privacy performance by an average of 12.51%,compared to state-of-the-art approaches.Ablation studies further reveal that DP clustering effectively safeguards privacy,imitation learning enhances utility under noise,and the Markov module strengthens temporal coherence. 展开更多
关键词 PRIVACY-PRESERVING trajectory generation differential privacy imitation learning Markov chain
在线阅读 下载PDF
A Mix Location Privacy Preservation Method Based on Differential Privacy with Clustering
5
作者 Fang Liu Xianghui Meng +1 位作者 Jiachen Li Sibo Guo 《Computers, Materials & Continua》 2026年第2期632-652,共21页
With the popularization of smart devices,Location-Based Services(LBS)greatly facilitates users’life,but at the same time brings the risk of users’location privacy leakage.Existing location privacy protection methods... With the popularization of smart devices,Location-Based Services(LBS)greatly facilitates users’life,but at the same time brings the risk of users’location privacy leakage.Existing location privacy protection methods are deficient,failing to reasonably allocate the privacy budget for non-outlier location points and ignoring the critical location information that may be contained in the outlier points,leading to decreased data availability and privacy exposure problems.To address these problems,this paper proposes a Mix Location Privacy Preservation Method Based on Differential Privacy with Clustering(MLDP).The method first utilizes the DBSCAN clustering algorithm to classify location points into non-outliers and outliers.For non-outliers,the scoring function is designed by combining geographic information and semantic information,and the privacy budget is allocated according to the heat intensity of the hotspot area;for outliers,the scoring function is constructed to allocate the privacy budget based on their correlation with the hotspot area.By comprehensively considering the geographic information,semantic information,and correlation with hotspot areas of the location points,a reasonable privacy budget is assigned to each location point,andfinallynoise is added throughthe Laplacemechanismto realizeprivacyprotection.Experimental results on tworeal trajectory datasets,Geolife and T-Drive,show that the MLDP approach significantly improves data availability while effectively protecting location privacy.Compared with the comparison methods,the maximum available data ratio of MLDP is 1.Moreover,compared with the RandomNoise method,its execution time is 0.056–0.061 s longer,and the logRE is 0.12951–0.62194 lower;compared with KemeansDP,QTK-DP,DPK-F,IDP-SC,and DPK-Means-up methods,it saves 0.114–0.296 s in execution time,and the logRE is 0.01112–0.38283 lower. 展开更多
关键词 Location privacy protection DBSCAN clustering differential privacy hotspot area
在线阅读 下载PDF
Determination of Phenolic Hydroxyl Content in Poly(phenylene oxide)by Differential Ultraviolet Spectrophotometry
6
作者 Qin-Yu Yan Shun-Gang Song +4 位作者 Bu-Jie Zhou Jing Hu Lian-Fang Feng Xue-Ping Gu Cai-Liang Zhang 《Chinese Journal of Polymer Science》 2026年第1期79-86,I0010,共9页
Poly(phenylene oxide)(PPO)exhibits excellent dielectric properties,making it an ideal substrate for high-frequency,high-speed copper-clad laminates.The phenolic hydroxyl group at the end of PPO plays a key role in its... Poly(phenylene oxide)(PPO)exhibits excellent dielectric properties,making it an ideal substrate for high-frequency,high-speed copper-clad laminates.The phenolic hydroxyl group at the end of PPO plays a key role in its reactivity.Accurately quantifying the phenolic hydroxyl content in PPO is essential but challenging.In this study,we proposed a method for measuring the phenolic hydroxyl content of PPO using differential UV absorption spectroscopy.In alkaline solutions,the phenolic hydroxyl in PPO completely ionizes to form phenoxide ions,leading to a significant increase in UV absorbance at approximately 250 and 300 nm.Notably,the differential UV absorbance at approximately 300 nm was directly proportional to the phenolic hydroxyl concentration.Using 2,6-dimethylphenol as a standard,a calibration curve was established to relate the phenolic hydroxyl concentration to differential UV absorbance at approximately 300 nm,providing a precise and straightforward method for phenolic hydroxyl quantification in PPO with distinct advantages over conventional techniques. 展开更多
关键词 Poly(phenylene oxide) Phenolic hydroxyl Redistribution differential UV spectrophotometry
原文传递
Algebraic insight into universal logic functions and implications for logical system modeling
7
作者 Xiaobo Li Yongyi Yan +2 位作者 Jumei Yue Penglei Hao Shuaibing Zhang 《Control Theory and Technology》 2026年第1期143-155,共13页
This paper explores the algebraic essence of universal logic functions(ULFs)from an algebraic perspective.Under the framework of semi-tensor product of matrices,the“sequential nature”of ULFs is revealed.Utilizing th... This paper explores the algebraic essence of universal logic functions(ULFs)from an algebraic perspective.Under the framework of semi-tensor product of matrices,the“sequential nature”of ULFs is revealed.Utilizing the nature,a technique called universal transformation method is proposed,by which any ULF can be transformed into an equivalent expression with desired features that facilitate achieving specific objectives,such as modeling,analyzing and synthesizing universal logical systems.Furthermore,several useful logical operators are constructed in a mixed-dimensional situation,including power-raising operator,power-descending operator,erasure operator,and appending operator.Finally,these results are applied to model and analyze finite state machines and their networks,which demonstrate the practical value of the method and operators. 展开更多
关键词 Logical systems Finite-valued systems Finite state machines Semi-tensor product of matrices algebraic method Matrix approach STP approach
原文传递
WPT-FOD Method Based on Channel Differential Response and Dynamic Threshold
8
作者 XU Xihong LIU Fuqian XIA Chenyang 《南方能源建设》 2026年第1期127-138,共12页
[Objective]As wireless power transfer(WPT)technology is increasingly deployed in scenarios such as electric vehicles,metallic foreign objects in the WPT area may cause local overheating and energy loss.Existing method... [Objective]As wireless power transfer(WPT)technology is increasingly deployed in scenarios such as electric vehicles,metallic foreign objects in the WPT area may cause local overheating and energy loss.Existing methods still suffer from poor edge/corner sensitivity,misjudgment due to fixed thresholds,and limited ability to extract position information.This work proposes a wireless power transfer-foreign object detection(WPT-FOD)method based on channel differential response and a dynamic-threshold corner-enhancement strategy,aiming to improve detection sensitivity,localization accuracy,and robustness without altering the overall coil layout.[Method]A multi-channel detection coil array is designed,and the self-inductance disturbance response of each channel coil is modeled.A channel-difference mapping mechanism is introduced to build a 2-D sensitivity matrix to characterize spatial position correlation.A corner-enhancement algorithm is developed to weight and amplify the collaborative response of adjacent channels,and a dynamic threshold adjustment mechanism is integrated to adapt to varying interference levels.Validation is carried out on a self-built 64-channel FOD platform by moving a typical metallic foreign object across central,edge,and corner regions,and by conducting comparative tests under different interference intensities.[Result]When a typical metallic foreign object moves to corner regions,the self-inductance disturbance of the detection coil increases from less than 0.02μH to more than 0.06μH,significantly enhancing the discrimination capability at corners.Under varying interference strengths,the dynamic threshold mechanism reduces the number of false positives from 13 to 2,demonstrating good environmental adaptability and stability.[Conclusion]By combining channel differential response,corner enhancement,and dynamic thresholding,the proposed WPT-FOD effectively mitigates edge/corner blind spots and fixed-threshold misjudgment,while providing localization capability and robustness.It markedly improves the accuracy of metallic foreign object detection in WPT systems and offers a feasible path and method reference for the safe application and engineering deployment of WPT systems. 展开更多
关键词 electric vehicles wireless charging foreign object detection channel differential response corner enhancement algorithm
在线阅读 下载PDF
Prediction of laser welding deformation using a deep learning model optimized by a differential evolution algorithm
9
作者 Lihong Cheng Yue Li +2 位作者 Jianfeng Wang Chao Ma Xiaohong Zhan 《Chinese Journal of Mechanical Engineering》 2026年第1期236-248,共13页
Welding deformation adversely affects the quality and precision of structural components,and traditional methods require significant material resources and time.Machine learning has demonstrated exceptional ac-curacy ... Welding deformation adversely affects the quality and precision of structural components,and traditional methods require significant material resources and time.Machine learning has demonstrated exceptional ac-curacy and efficiency in solving complex problems.Thus,the use of machine learning to predict welding de-formations is a novel approach.In this study,laser welding experiments were conducted on a TC4 titanium alloy to establish a welding deformation dataset.The deep neural network(DNN)and convolutional neural network(CNN)models were designed and constructed,with average prediction errors of 0.85 mm and 0.94 mm on the validation set,respectively.To further optimize the network parameters,a differential evolution algorithm was employed through mutation,crossover,and selection.The results indicated that after optimization,the pre-diction errors of the DNN and CNN models reduced to 0.75 mm and 0.85 mm,respectively.These represent accuracy improvements of 14.8%and 9.6%,respectively.The optimized models exhibited superior predictive performances for the validation set. 展开更多
关键词 Deep learning differential evolution algorithm Laser welding deformation Ti6Al4V alloy
在线阅读 下载PDF
Optimization of Aluminum Alloy Formation Process for Selective Laser Melting Using a Differential Evolution-Framed JAYA Algorithm
10
作者 Siwen Xu Hanning Chen +3 位作者 Rui Ni Maowei He Zhaodi Ge Xiaodan Liang 《Computers, Materials & Continua》 2026年第2期420-444,共25页
Selective Laser Melting(SLM),an advanced metal additive manufacturing technology,offers high precision and personalized customization advantages.However,selecting reasonable SLM parameters is challenging due to comple... Selective Laser Melting(SLM),an advanced metal additive manufacturing technology,offers high precision and personalized customization advantages.However,selecting reasonable SLM parameters is challenging due to complex relationships.This study proposes a method for identifying the optimal process window by combining the simulation model with an optimization algorithm.JAYA is guided by the principle of preferential behavior towards best solutions and avoidance of worst ones,but it is prone to premature convergence thus leading to insufficient global search.To overcome limitations,this research proposes a Differential Evolution-framed JAYA algorithm(DEJAYA).DEJAYA incorporates four key enhancements to improve the flexibility of the original algorithm,which include DE framework design,horizontal crossover operator,longitudinal crossover operator,and global greedy strategy.The effectiveness of DEJAYA is rigorously evaluated by a suite of 23 distinct benchmark functions.Furthermore,the numerical simulation establishes AlSi10Mg single-track formation models,and DEJAYA successfully identified the optimal process window for this problem.Experimental results validate that DEJAYA effectively guides SLM parameter selection for AlSi10Mg. 展开更多
关键词 Selective laser melting differential evolution-framed JAYA meta-heuristic algorithm AlSi10Mg singletrack formation optimal process window
在线阅读 下载PDF
THE GROWTH OF SOLUTIONS OF SYSTEMS OF COMPLEX NONLINEAR ALGEBRAIC DIFFERENTIAL EQUATIONS 被引量:19
11
作者 高凌云 《Acta Mathematica Scientia》 SCIE CSCD 2010年第3期932-938,共7页
We investigate the problem of growth order of solutions of a type of systems of non-linear algebraic differential equations, and extend some results of the growth order of solutions of algebraic differential equations... We investigate the problem of growth order of solutions of a type of systems of non-linear algebraic differential equations, and extend some results of the growth order of solutions of algebraic differential equations to systems of algebraic differential equations. 展开更多
关键词 Growth order algebraic differential equations entire function
在线阅读 下载PDF
Stochastic Differential Equation-Based Dynamic Imperfect Maintenance Strategy for Wind Turbine Systems
12
作者 Hongsheng Su Zhensheng Teng Zihan Zhou 《Energy Engineering》 2026年第2期229-258,共30页
Addressing the limitations of inadequate stochastic disturbance characterization during wind turbine degradation processes that result in constrained modeling accuracy,replacement-based maintenance practices that devi... Addressing the limitations of inadequate stochastic disturbance characterization during wind turbine degradation processes that result in constrained modeling accuracy,replacement-based maintenance practices that deviate from actual operational conditions,and static maintenance strategies that fail to adapt to accelerated deterioration trends leading to suboptimal remaining useful life utilization,this study proposes a Time-Based Incomplete Maintenance(TBIM)strategy incorporating reliability constraints through stochastic differential equations(SDE).By quantifying stochastic interference via Brownian motion terms and characterizing nonlinear degradation features through state influence rate functions,a high-precision SDE degradation model is constructed,achieving 16%residual reduction compared to conventional ordinary differential equation(ODE)methods.The introduction of age reduction factors and failure rate growth factors establishes an incomplete maintenance mechanism that transcends traditional“as-good-as-new”assumptions,with the TBIM model demonstrating an additional 8.5%residual reduction relative to baseline SDE approaches.A dynamic maintenance interval optimization model driven by dual parameters—preventive maintenance threshold R_(p) and replacement threshold R_(r)—is designed to achieve synergistic optimization of equipment reliability and maintenance economics.Experimental validation demonstrates that the optimized TBIM extends equipment lifespan by 4.4%and reducesmaintenance costs by 4.16%at R_(p)=0.80,while achieving 17.2%lifespan enhancement and 14.6%cost reduction at R_(p)=0.90.This methodology provides a solution for wind turbine preventive maintenance that integrates condition sensitivity with strategic foresight. 展开更多
关键词 Stochastic differential equations(SDE) imperfect maintenance condition-based maintenance(CBM) time-based maintenance(TBM) reliability constraint wind turbine
在线阅读 下载PDF
ON THE GROWTH OF SOLUTIONS OF HIGHER-ORDER ALGEBRAIC DIFFERENTIAL EQUATIONS 被引量:6
13
作者 高凌云 《Acta Mathematica Scientia》 SCIE CSCD 2002年第4期459-465,共7页
Using Nevanlinna theory of the value distribution of meromorphic functions, the author investigates the problem of the growth of solutions of two types of algebraic differential equation and obtains some results.
关键词 the growth algebraic differential equations algebroid solutions
在线阅读 下载PDF
A fast calculation method for three-impulse contingency return trajectory during the near-moon phase based on differential algebra
14
作者 Lin LU Haiyang LI +1 位作者 Tianshan DONG Wanmeng ZHOU 《Chinese Journal of Aeronautics》 2025年第4期286-304,共19页
Aimed at the demand of contingency return at any time during the near-moon phase in the manned lunar landing missions,a fast calculation method for three-impulse contingency return trajectories is proposed.Firstly,a t... Aimed at the demand of contingency return at any time during the near-moon phase in the manned lunar landing missions,a fast calculation method for three-impulse contingency return trajectories is proposed.Firstly,a three-impulse contingency return trajectory scheme is presented by combining the Lambert transfer and maneuver at the special point.Secondly,a calculation model of three-impulse contingency return trajectories is established.Then,fast calculation methods are proposed by adopting the high-order Taylor expansion of differential algebra in the twobody trajectory dynamics model and perturbed trajectory dynamics model.Finally,the performance of the proposed methods is verified by numerical simulation.The results indicate that the fast calculation method of two-body trajectory has higher calculation efficiency compared to the semi-analytical calculation method under a certain accuracy condition.Due to its high efficiency,the characteristics of the three-impulse contingency return trajectories under different contingency scenarios are further analyzed expeditiously.These findings can be used for the design of contingency return trajectories in future manned lunar landing missions. 展开更多
关键词 Manned lunar landing Contingency return trajectory Trajectory calculation method differential algebra Trajectory characteristic analysis
原文传递
Deformations and extensions of modified λ-differential Lie-Yamaguti algebras
15
作者 TENG Wen PAN Yuewei 《中山大学学报(自然科学版)(中英文)》 北大核心 2025年第4期115-127,共13页
The modifiedλ-differential Lie-Yamaguti algebras are considered,in which a modifiedλ-differential Lie-Yamaguti algebra consisting of a Lie-Yamaguti algebra and a modifiedλ-differential operator.First we introduce t... The modifiedλ-differential Lie-Yamaguti algebras are considered,in which a modifiedλ-differential Lie-Yamaguti algebra consisting of a Lie-Yamaguti algebra and a modifiedλ-differential operator.First we introduce the representation of modifiedλ-differential Lie-Yamaguti algebras.Furthermore,we establish the cohomology of a modifiedλ-differential Lie-Yamaguti algebra with coefficients in a representation.Finally,we investigate the one-parameter formal deformations and Abelian extensions of modifiedλ-differential Lie-Yamaguti algebras using the second cohomology group. 展开更多
关键词 Lie-Yamaguti algebra modifiedλ-differential operator representation and cohomology one-parameter formal deformation Abelian extension
在线阅读 下载PDF
The Algebraic Criteria for the All-delay Stabilityof Two-dim ensional Degenerate Differential System swith Delay 被引量:12
16
作者 蒋威 郑祖庥 《Chinese Quarterly Journal of Mathematics》 CSCD 1998年第1期87-93, ,共7页
This paper give the algebraic criteria for all delay stability of two dimensional degenerate differential systems with delays and give two examples to illustrate the use of them.
关键词 degenerate differential system with delay all delay stability algebraic criterion
在线阅读 下载PDF
EXPRESSION OF MEROMORPHIC SOLUTIONS OF SYSTEMS OF ALGEBRAIC DIFFERENTIAL EQUATIONS WITH EXPONENTIAL COEFFICIENTS 被引量:9
17
作者 高凌云 《Acta Mathematica Scientia》 SCIE CSCD 2011年第2期541-548,共8页
Using the Nevanlinna theory of the value distribution of meromorphic functions and theory of differential algebra, we investigate the problem of the forms of meromorphic solutions of some specific systems of generaliz... Using the Nevanlinna theory of the value distribution of meromorphic functions and theory of differential algebra, we investigate the problem of the forms of meromorphic solutions of some specific systems of generalized higher order algebraic differential equations with exponential coefficients and obtain some results. 展开更多
关键词 EXPRESSION exponential coefficients systems of differential equations.
在线阅读 下载PDF
ON ALGEBRAIC SOLUTIONS OF THE SECOND-ORDER COMPLEX DIFFERENTIAL EQUATIONS WITH ENTIRE ALGEBRAIC ELEMENT COEFFICIENTS 被引量:1
18
作者 孔荫莹 郭晓晶 孙道椿 《Acta Mathematica Scientia》 SCIE CSCD 2016年第3期733-739,共7页
The main purpose of this paper is to study the problems on the existence of algebraic solutions for some second-order complex differential equations with entire algebraic function element coeifficients. Several theore... The main purpose of this paper is to study the problems on the existence of algebraic solutions for some second-order complex differential equations with entire algebraic function element coeifficients. Several theorems on the existence of solutions are obtained, which perfect the solution theory of linear complex differential equations. 展开更多
关键词 complex differential equations entire algebraic function elements algebraic solutions
在线阅读 下载PDF
CONVERGENCE ANALYSIS OF RUNGE-KUTTA METHODS FOR A CLASS OF RETARDED DIFFERENTIAL ALGEBRAIC SYSTEMS 被引量:4
19
作者 肖飞雁 张诚坚 《Acta Mathematica Scientia》 SCIE CSCD 2010年第1期65-74,共10页
This article deals with a class of numerical methods for retarded differential algebraic systems with time-variable delay. The methods can be viewed as a combination of Runge-Kutta methods and Lagrange interpolation. ... This article deals with a class of numerical methods for retarded differential algebraic systems with time-variable delay. The methods can be viewed as a combination of Runge-Kutta methods and Lagrange interpolation. A new convergence concept, called DA-convergence, is introduced. The DA-convergence result for the methods is derived. At the end, a numerical example is given to verify the computational effectiveness and the theoretical result. 展开更多
关键词 CONVERGENCE Runge-Kutta Methods Lagrange interpolation retarded dif-ferential algebraic systems
在线阅读 下载PDF
Generalized Higher-Order Algebraic Differential Equations with Admissible Algebroid Solutions 被引量:4
20
作者 高凌云 《Northeastern Mathematical Journal》 CSCD 2001年第2期159-168,共10页
Using the Nevanlinna theory of the value distribution of meromorphic functions, we investigate the existence problem of admissible algebroid solutions of generalized higher order algebraic differential equations.
关键词 algebroid functions admissible solution generalized higher order algebraic differential equations.
在线阅读 下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部