期刊文献+
共找到2,610篇文章
< 1 2 131 >
每页显示 20 50 100
Intelligent Cloud Based Load Balancing System Empowered with Fuzzy Logic 被引量:2
1
作者 Atif Ishaq Khan Syed Asad Raza Kazmi +6 位作者 Ayesha Atta Muhammad Faheem Mushtaq Muhammad Idrees Ilyas Fakir Muhammad Safyan Muhammad Adnan Khan Awais Qasim 《Computers, Materials & Continua》 SCIE EI 2021年第4期519-528,共10页
Cloud computing is seeking attention as a new computing paradigm to handle operations more efficiently and cost-effectively.Cloud computing uses dynamic resource provisioning and de-provisioning in a virtualized envir... Cloud computing is seeking attention as a new computing paradigm to handle operations more efficiently and cost-effectively.Cloud computing uses dynamic resource provisioning and de-provisioning in a virtualized environment.The load on the cloud data centers is growing day by day due to the rapid growth in cloud computing demand.Elasticity in cloud computing is one of the fundamental properties,and elastic load balancing automatically distributes incoming load to multiple virtual machines.This work is aimed to introduce efficient resource provisioning and de-provisioning for better load balancing.In this article,a model is proposed in which the fuzzy logic approach is used for load balancing to avoid underload and overload of resources.A Simulator in Matlab is used to test the effectiveness and correctness of the proposed model.The simulation results have shown that our proposed intelligent cloud-based load balancing system empowered with fuzzy logic is better than previously published approaches. 展开更多
关键词 Cloud computing fuzzy logic load balancing
下载PDF
Adaptive Control of Active Balancing System for a Fast Speed-varying Jeffcott Rotor with Actuator Time Delay
2
作者 胡兵 方之楚 《Journal of Shanghai Jiaotong university(Science)》 EI 2008年第3期297-303,共7页
Due to actuator time delay existing in an adaptive control of the active balancing system for a fast speed-varying Jeffcott rotor, if an unsynchronized control force (correction imbalance) is applied to the system, it... Due to actuator time delay existing in an adaptive control of the active balancing system for a fast speed-varying Jeffcott rotor, if an unsynchronized control force (correction imbalance) is applied to the system, it may lead to degradation in control efficiency and instability of the control system. In order to avoid these shortcomings, a simple adaptive controller was designed for a strictly positive real rotor system with actuator time delay, then a Lyapunov-Krasovskii functional was constructed after an appropriate transform of this sys-tem model, the stability conditions of this adaptive control system with actuator time delay were derived. After adding a filter function, the active balancing system for the fast speed-varying Jeffcott rotor with actuator time delay can easily be converted to a strictly positive real system, and thus it can use the above adaptive controller satisfying the stability conditions. Finally, numerical simulations show that the adaptive controller proposed works very well to perform the active balancing for the fast speed-varying Jeffcott rotor with actuator time delay. 展开更多
关键词 actuator time delay fast speed-varying Jeffcott rotor active balancing adaptive control
下载PDF
Systematic Review:Load Balancing in Cloud Computing by Using Metaheuristic Based Dynamic Algorithms
3
作者 Darakhshan Syed Ghulam Muhammad Safdar Rizvi 《Intelligent Automation & Soft Computing》 2024年第3期437-476,共40页
Cloud Computing has the ability to provide on-demand access to a shared resource pool.It has completely changed the way businesses are managed,implement applications,and provide services.The rise in popularity has led... Cloud Computing has the ability to provide on-demand access to a shared resource pool.It has completely changed the way businesses are managed,implement applications,and provide services.The rise in popularity has led to a significant increase in the user demand for services.However,in cloud environments efficient load balancing is essential to ensure optimal performance and resource utilization.This systematic review targets a detailed description of load balancing techniques including static and dynamic load balancing algorithms.Specifically,metaheuristic-based dynamic load balancing algorithms are identified as the optimal solution in case of increased traffic.In a cloud-based context,this paper describes load balancing measurements,including the benefits and drawbacks associated with the selected load balancing techniques.It also summarizes the algorithms based on implementation,time complexity,adaptability,associated issue(s),and targeted QoS parameters.Additionally,the analysis evaluates the tools and instruments utilized in each investigated study.Moreover,comparative analysis among static,traditional dynamic and metaheuristic algorithms based on response time by using the CloudSim simulation tool is also performed.Finally,the key open problems and potential directions for the state-of-the-art metaheuristic-based approaches are also addressed. 展开更多
关键词 Cloud computing load balancing metaheuristic algorithm dynamic algorithm load balancer QOS
下载PDF
Hybrid Mobile Cloud Computing Architecture with Load Balancing for Healthcare Systems
4
作者 Ahyoung Lee Jui Mhatre +1 位作者 Rupak Kumar Das Min Hong 《Computers, Materials & Continua》 SCIE EI 2023年第1期435-452,共18页
Healthcare is a fundamental part of every individual’s life.The healthcare industry is developing very rapidly with the help of advanced technologies.Many researchers are trying to build cloud-based healthcare applic... Healthcare is a fundamental part of every individual’s life.The healthcare industry is developing very rapidly with the help of advanced technologies.Many researchers are trying to build cloud-based healthcare applications that can be accessed by healthcare professionals from their premises,as well as by patients from their mobile devices through communication interfaces.These systems promote reliable and remote interactions between patients and healthcare professionals.However,there are several limitations to these innovative cloud computing-based systems,namely network availability,latency,battery life and resource availability.We propose a hybrid mobile cloud computing(HMCC)architecture to address these challenges.Furthermore,we also evaluate the performance of heuristic and dynamic machine learning based task scheduling and load balancing algorithms on our proposed architecture.We compare them,to identify the strengths and weaknesses of each algorithm;and provide their comparative results,to show latency and energy consumption performance.Challenging issues for cloudbased healthcare systems are discussed in detail. 展开更多
关键词 Mobile cloud computing hybrid mobile cloud computing load balancing healthcare solution
下载PDF
Distributed Graph Database Load Balancing Method Based on Deep Reinforcement Learning
5
作者 Shuming Sha Naiwang Guo +1 位作者 Wang Luo Yong Zhang 《Computers, Materials & Continua》 SCIE EI 2024年第6期5105-5124,共20页
This paper focuses on the scheduling problem of workflow tasks that exhibit interdependencies.Unlike indepen-dent batch tasks,workflows typically consist of multiple subtasks with intrinsic correlations and dependenci... This paper focuses on the scheduling problem of workflow tasks that exhibit interdependencies.Unlike indepen-dent batch tasks,workflows typically consist of multiple subtasks with intrinsic correlations and dependencies.It necessitates the distribution of various computational tasks to appropriate computing node resources in accor-dance with task dependencies to ensure the smooth completion of the entire workflow.Workflow scheduling must consider an array of factors,including task dependencies,availability of computational resources,and the schedulability of tasks.Therefore,this paper delves into the distributed graph database workflow task scheduling problem and proposes a workflow scheduling methodology based on deep reinforcement learning(DRL).The method optimizes the maximum completion time(makespan)and response time of workflow tasks,aiming to enhance the responsiveness of workflow tasks while ensuring the minimization of the makespan.The experimental results indicate that the Q-learning Deep Reinforcement Learning(Q-DRL)algorithm markedly diminishes the makespan and refines the average response time within distributed graph database environments.In quantifying makespan,Q-DRL achieves mean reductions of 12.4%and 11.9%over established First-fit and Random scheduling strategies,respectively.Additionally,Q-DRL surpasses the performance of both DRL-Cloud and Improved Deep Q-learning Network(IDQN)algorithms,with improvements standing at 4.4%and 2.6%,respectively.With reference to average response time,the Q-DRL approach exhibits a significantly enhanced performance in the scheduling of workflow tasks,decreasing the average by 2.27%and 4.71%when compared to IDQN and DRL-Cloud,respectively.The Q-DRL algorithm also demonstrates a notable increase in the efficiency of system resource utilization,reducing the average idle rate by 5.02%and 9.30%in comparison to IDQN and DRL-Cloud,respectively.These findings support the assertion that Q-DRL not only upholds a lower average idle rate but also effectively curtails the average response time,thereby substantially improving processing efficiency and optimizing resource utilization within distributed graph database systems. 展开更多
关键词 Reinforcement learning WORKFLOW task scheduling load balancing
下载PDF
Multi-Objective Optimization of Multi-Product Parallel Disassembly Line Balancing Problem Considering Multi-Skilled Workers Using a Discrete Chemical Reaction Optimization Algorithm
6
作者 Xiwang Guo Liangbo Zhou +4 位作者 Zhiwei Zhang Liang Qi Jiacun Wang Shujin Qin Jinrui Cao 《Computers, Materials & Continua》 SCIE EI 2024年第9期4475-4496,共22页
This work investigates a multi-product parallel disassembly line balancing problem considering multi-skilled workers.A mathematical model for the parallel disassembly line is established to achieve maximized disassemb... This work investigates a multi-product parallel disassembly line balancing problem considering multi-skilled workers.A mathematical model for the parallel disassembly line is established to achieve maximized disassembly profit and minimized workstation cycle time.Based on a product’s AND/OR graph,matrices for task-skill,worker-skill,precedence relationships,and disassembly correlations are developed.A multi-objective discrete chemical reaction optimization algorithm is designed.To enhance solution diversity,improvements are made to four reactions:decomposition,synthesis,intermolecular ineffective collision,and wall invalid collision reaction,completing the evolution of molecular individuals.The established model and improved algorithm are applied to ball pen,flashlight,washing machine,and radio combinations,respectively.Introducing a Collaborative Resource Allocation(CRA)strategy based on a Decomposition-Based Multi-Objective Evolutionary Algorithm,the experimental results are compared with four classical algorithms:MOEA/D,MOEAD-CRA,Non-dominated Sorting Genetic Algorithm Ⅱ(NSGA-Ⅱ),and Non-dominated Sorting Genetic Algorithm Ⅲ(NSGA-Ⅲ).This validates the feasibility and superiority of the proposed algorithm in parallel disassembly production lines. 展开更多
关键词 Parallel disassembly line balancing problem MULTI-PRODUCT multiskilled workers discrete chemical reaction optimization algorithm
下载PDF
Stochastic Air Traffic Flow Management for Demand and Capacity Balancing Under Capacity Uncertainty
7
作者 CHEN Yunxiang XU Yan ZHAO Yifei 《Transactions of Nanjing University of Aeronautics and Astronautics》 EI CSCD 2024年第5期656-674,共19页
This paper introduces an innovative approach to the synchronized demand-capacity balance with special focus on sector capacity uncertainty within a centrally controlled collaborative air traffic flow management(ATFM)f... This paper introduces an innovative approach to the synchronized demand-capacity balance with special focus on sector capacity uncertainty within a centrally controlled collaborative air traffic flow management(ATFM)framework.Further with previous study,the uncertainty in capacity is considered as a non-negligible issue regarding multiple reasons,like the impact of weather,the strike of air traffic controllers(ATCOs),the military use of airspace and the spatiotemporal distribution of nonscheduled flights,etc.These recessive factors affect the outcome of traffic flow optimization.In this research,the focus is placed on the impact of sector capacity uncertainty on demand and capacity balancing(DCB)optimization and ATFM,and multiple options,such as delay assignment and rerouting,are intended for regulating the traffic flow.A scenario optimization method for sector capacity in the presence of uncertainties is used to find the approximately optimal solution.The results show that the proposed approach can achieve better demand and capacity balancing and determine perfect integer solutions to ATFM problems,solving large-scale instances(24 h on seven capacity scenarios,with 6255 flights and 8949 trajectories)in 5-15 min.To the best of our knowledge,our experiment is the first to tackle large-scale instances of stochastic ATFM problems within the collaborative ATFM framework. 展开更多
关键词 air traffic flow management demand and capacity balancing flight delays sector capacity uncertainty ground delay programs probabilistic scenario trees
下载PDF
Unveiling evapotranspiration patterns and energy balance in a subalpine forest of the Qinghai-Tibet Plateau:observations and analysis from an eddy covariance system
8
作者 Niu Zhu Jinniu Wang +6 位作者 Dongliang Luo Xufeng Wang Cheng Shen Ning Wu Ning Zhang Binghui Tian Aihong Gai 《Journal of Forestry Research》 SCIE EI CAS CSCD 2024年第3期175-188,共14页
Evapotranspiration is an important parameter used to characterize the water cycle of ecosystems.To under-stand the properties of the evapotranspiration and energy balance of a subalpine forest in the southeastern Qing... Evapotranspiration is an important parameter used to characterize the water cycle of ecosystems.To under-stand the properties of the evapotranspiration and energy balance of a subalpine forest in the southeastern Qinghai-Tibet Plateau,an open-path eddy covariance system was set up to monitor the forest from November 2020 to October 2021 in a core area of the Three Parallel Rivers in the Qing-hai-Tibet Plateau.The results show that the evapotranspira-tion peaked daily,the maximum occurring between 11:00 and 15:00.Environmental factors had significant effects on evapotranspiration,among them,net radiation the greatest(R^(2)=0.487),and relative humidity the least(R^(2)=0.001).The energy flux varied considerably in different seasons and sensible heat flux accounted for the main part of turbulent energy.The energy balance ratio in the dormant season was less than that in the growing season,and there is an energy imbalance at the site on an annual time scale. 展开更多
关键词 EVAPOTRANSPIRATION Energy balance Subalpine forest Three Parallel Rivers region Southeast Qinghai-Tibet Plateau
下载PDF
Joint position optimization,user association,and resource allocation for load balancing in UAV-assisted wireless networks
9
作者 Daosen Zhai Huan Li +2 位作者 Xiao Tang Ruonan Zhang Haotong Cao 《Digital Communications and Networks》 SCIE CSCD 2024年第1期25-37,共13页
Unbalanced traffic distribution in cellular networks results in congestion and degrades spectrum efficiency.To tackle this problem,we propose an Unmanned Aerial Vehicle(UAV)-assisted wireless network in which the UAV ... Unbalanced traffic distribution in cellular networks results in congestion and degrades spectrum efficiency.To tackle this problem,we propose an Unmanned Aerial Vehicle(UAV)-assisted wireless network in which the UAV acts as an aerial relay to divert some traffic from the overloaded cell to its adjacent underloaded cell.To fully exploit its potential,we jointly optimize the UAV position,user association,spectrum allocation,and power allocation to maximize the sum-log-rate of all users in two adjacent cells.To tackle the complicated joint optimization problem,we first design a genetic-based algorithm to optimize the UAV position.Then,we simplify the problem by theoretical analysis and devise a low-complexity algorithm according to the branch-and-bound method,so as to obtain the optimal user association and spectrum allocation schemes.We further propose an iterative power allocation algorithm based on the sequential convex approximation theory.The simulation results indicate that the proposed UAV-assisted wireless network is superior to the terrestrial network in both utility and throughput,and the proposed algorithms can substantially improve the network performance in comparison with the other schemes. 展开更多
关键词 Load balance Unmanned aerial vehicle Userassociation Resource management
下载PDF
Coupling Coordination Analysis of Cropland Intensification and Agroecosystem Services:Evidence from Loess Plateau in Shaanxi Province,China
10
作者 FU Shaowu FU Mengyu QIU Menglong 《Chinese Geographical Science》 SCIE CSCD 2024年第3期401-419,共19页
One of the greatest challenges in the agroecosystem is to improve cropland intensification while preserving agroecosystem services.While many studies have investigated the effect of cropland intensification on agroeco... One of the greatest challenges in the agroecosystem is to improve cropland intensification while preserving agroecosystem services.While many studies have investigated the effect of cropland intensification on agroecosystem service,the interactive coupling and coordination among these factors remain largely unexplored.In view of this,this study performed a case study of the Loess Plateau in Shaanxi Province,China and constructed comprehensive evaluation models to quantify the cropland intensification and agroecosystem service in this area.Balance analysis and the coupling coordination degree model were used to evaluate the interactive relationship between cropland intensification and agroecosystem service,and statistical analysis and spatial autocorrelation were used to analyze the spatial characteristics and potential mechanism of the coupling coordination.Results show that both the cropland intensification and agroecosystem service in the study area were relatively low yet gradually increased from 2000 to 2020.Agroecosystem service lag was identified as the dominant unbalanced development type.Improving the supply capacity of agroecosystem services plays a key role in the balanced development of cropland in the Loess Plateau.The coupling coordination degree between cropland intensification and agroecosystem service ranges from basic coordination to serious incoordination.Therefore,cropland intensification practices in the area should be optimized to enhance this coordination degree.An upward trend was also observed in the coupling coordination degree from2000 to 2020.The withdrawal of marginal cropland in the Grain for Green program is one of the most important reasons for this trend,especially for the northern region.Around 83.6%of the high-high clusters are concentrated in the southern region of the Loess Plateau,whereas 70.5%of the low-low clusters are distributed in the northern region.These clustering characteristics are mainly attributed to the environmental suitability of these areas for agriculture and their degree of economic development. 展开更多
关键词 cropland intensification agroecosystem services balance analysis coupling coordination degree Loess Plateau China
下载PDF
Coordinated Capacitor Voltage Balancing Method for Cascaded H-bridge Inverter with Supercapacitor and DC-DC Stage
11
作者 Ye Zhang Zixin Li +2 位作者 Fanqiang Gao Cong Zhao Yaohua Li 《CES Transactions on Electrical Machines and Systems》 EI CSCD 2024年第2期191-201,共11页
Cascaded H-bridge inverter(CHBI) with supercapacitors(SCs) and dc-dc stage shows significant promise for medium to high voltage energy storage applications. This paper investigates the voltage balance of capacitors wi... Cascaded H-bridge inverter(CHBI) with supercapacitors(SCs) and dc-dc stage shows significant promise for medium to high voltage energy storage applications. This paper investigates the voltage balance of capacitors within the CHBI, including both the dc-link capacitors and SCs. Balance control over the dc-link capacitor voltages is realized by the dcdc stage in each submodule(SM), while a hybrid modulation strategy(HMS) is implemented in the H-bridge to balance the SC voltages among the SMs. Meanwhile, the dc-link voltage fluctuations are analyzed under the HMS. A virtual voltage variable is introduced to coordinate the balancing of dc-link capacitor voltages and SC voltages. Compared to the balancing method that solely considers the SC voltages, the presented method reduces the dc-link voltage fluctuations without affecting the voltage balance of SCs. Finally, both simulation and experimental results verify the effectiveness of the presented method. 展开更多
关键词 Cascaded H-bridge inverter(CHBI) Hybrid modulation strategy(HMS) Capacitor voltage balancing DClink voltage fluctuation Supercapacitor(SC)
下载PDF
Risk-Balanced Routing Strategy for Service Function Chains of Cyber-Physical Power System Considering Cross-Space Cascading Failure
12
作者 He Wang Xingyu Tong +2 位作者 Huanan Yu XiaoHu Jing Bian 《Energy Engineering》 EI 2024年第9期2525-2542,共18页
Cyber-physical power system(CPPS)has significantly improved the operational efficiency of power systems.However,cross-space cascading failures may occur due to the coupling characteristics,which poses a great threat t... Cyber-physical power system(CPPS)has significantly improved the operational efficiency of power systems.However,cross-space cascading failures may occur due to the coupling characteristics,which poses a great threat to the safety and reliability of CPPS,and there is an acute need to reduce the probability of these failures.Towards this end,this paper first proposes a cascading failure index to identify and quantify the importance of different information in the same class of communication services.On this basis,a joint improved risk-balanced service function chain routing strategy(SFC-RS)is proposed,which is modeled as a robust optimization problem and solved by column-and-constraint generation(C-CG)algorithm.Compared with the traditional shortest-path routing algorithm,the superiority of SFC-RS is verified in the IEEE 30-bus system.The results demonstrate that SFC-RS effectively mitigates the risk associated with information transmission in the network,enhances information transmission accessibility,and effectively limits communication disruption from becoming the cause of cross-space cascading failures. 展开更多
关键词 Cyber-physical power system service function chain risk balance routing optimization cascading failure
下载PDF
New High-Order Numerical Methods for Hyperbolic Systems of Nonlinear PDEs with Uncertainties
13
作者 Alina Chertock Michael Herty +3 位作者 Arsen S.Iskhakov Safa Janajra Alexander Kurganov Maria Lukacova-Medvid'ova 《Communications on Applied Mathematics and Computation》 EI 2024年第3期2011-2044,共34页
In this paper,we develop new high-order numerical methods for hyperbolic systems of nonlinear partial differential equations(PDEs)with uncertainties.The new approach is realized in the semi-discrete finite-volume fram... In this paper,we develop new high-order numerical methods for hyperbolic systems of nonlinear partial differential equations(PDEs)with uncertainties.The new approach is realized in the semi-discrete finite-volume framework and is based on fifth-order weighted essentially non-oscillatory(WENO)interpolations in(multidimensional)random space combined with second-order piecewise linear reconstruction in physical space.Compared with spectral approximations in the random space,the presented methods are essentially non-oscillatory as they do not suffer from the Gibbs phenomenon while still achieving high-order accuracy.The new methods are tested on a number of numerical examples for both the Euler equations of gas dynamics and the Saint-Venant system of shallow-water equations.In the latter case,the methods are also proven to be well-balanced and positivity-preserving. 展开更多
关键词 Hyperbolic conservation and balance laws with uncertainties Finite-volume methods Central-upwind schemes Weighted essentially non-oscillatory(WENO)interpolations
下载PDF
Review of Load Balancing Mechanisms in SDN-Based Data Centers
14
作者 Qin Du Xin Cui +1 位作者 Haoyao Tang Xiangxiao Chen 《Journal of Computer and Communications》 2024年第1期49-66,共18页
With the continuous expansion of the data center network scale, changing network requirements, and increasing pressure on network bandwidth, the traditional network architecture can no longer meet people’s needs. The... With the continuous expansion of the data center network scale, changing network requirements, and increasing pressure on network bandwidth, the traditional network architecture can no longer meet people’s needs. The development of software defined networks has brought new opportunities and challenges to future networks. The data and control separation characteristics of SDN improve the performance of the entire network. Researchers have integrated SDN architecture into data centers to improve network resource utilization and performance. This paper first introduces the basic concepts of SDN and data center networks. Then it discusses SDN-based load balancing mechanisms for data centers from different perspectives. Finally, it summarizes and looks forward to the study on SDN-based load balancing mechanisms and its development trend. 展开更多
关键词 Software Defined Network Data Center Load balancing Traffic Conflicts Traffic Scheduling
下载PDF
A Sender-Initiated Fuzzy Logic Contrnol Method for Network Load Balancing
15
作者 Ming-Chang Huang 《Journal of Computer and Communications》 2024年第8期110-122,共13页
In this paper, a sender-initiated protocol is applied which uses fuzzy logic control method to improve computer networks performance by balancing loads among computers. This new model devises sender-initiated protocol... In this paper, a sender-initiated protocol is applied which uses fuzzy logic control method to improve computer networks performance by balancing loads among computers. This new model devises sender-initiated protocol for load transfer for load balancing. Groups are formed and every group has a node called a designated representative (DR). During load transferring processes, loads are transferred using the DR in each group to achieve load balancing purposes. The simulation results show that the performance of the protocol proposed is better than the compared conventional method. This protocol is more stable than the method without using the fuzzy logic control. 展开更多
关键词 Load balancing Fuzzy Logic Control Sender-Initiated
下载PDF
Tilt Angle Optimality Criteria for Stand Alone PV Systems
16
作者 Mohammad Abu-Naser 《Journal of Power and Energy Engineering》 2024年第3期1-18,共18页
The conventional approach to optimizing tilt angles for fixed solar panels aims to maximize energy generation over the entire year. However, in the context of a supply controlled electric grid, where solar energy avai... The conventional approach to optimizing tilt angles for fixed solar panels aims to maximize energy generation over the entire year. However, in the context of a supply controlled electric grid, where solar energy availability varies, this criterion may not be optimal. This study explores two alternative optimization criteria focused on maximizing baseload supply potential and minimizing required storage capacity to address seasonality in energy generation. The optimal tilt angles determined for these criteria differed significantly from the standard approach. This research highlights additional factors crucial for designing solar power systems beyond gross energy generation, essential for the global transition towards a fully renewable energy-based electric grid in the future. 展开更多
关键词 Electric Grid Fixed Solar Panels Optimal PV Tilt Angle Seasonal Solar Variability Renewable Energy Supply-Demand Balance
下载PDF
Design of the Control System of Adaptive Balancing Device Based on PLC 被引量:5
17
作者 Sha Zhu Yuexiang Li +1 位作者 Yu Wang Yonghui Wang 《Intelligent Control and Automation》 2015年第3期200-204,共5页
Due to the well condition and the un-expected imbalance movement of the pumping unit in use, the energy consumes a lot. The existing balancing equipment cannot adjust and monitor the pumping units in real time. Theref... Due to the well condition and the un-expected imbalance movement of the pumping unit in use, the energy consumes a lot. The existing balancing equipment cannot adjust and monitor the pumping units in real time. Therefore this paper introduces the new adaptive balancing equipment—fan-shaped adaptive balancing intelligent device, projects a design of such control system based on PLC, and determines the principle of the control system, the execution software and the design flow. Site commissioning effect on Daqing Oilfield shows this fan-shaped adaptive balancing intelligent device can effectively adjust and monitor the pumping unit in real time, the balance even adjusts from 0.787 to 0.901, and integrated energy saving rate is 14.2%. It is approved that this control device is professionally designed, with strong compatibility, and high reliability. 展开更多
关键词 PUMPING Unit Fan-Shaped ADAPTIVE balancing Intelligent DEVICE BALANCE Adjustment Energy SAVING PLC Remote Control
下载PDF
Dynamic Load Balancing Based on Restricted Multicast Tree in Homogeneous Multiprocessor Systems 被引量:1
18
作者 刘滨 石峰 高玉金 《Journal of Beijing Institute of Technology》 EI CAS 2008年第2期184-188,共5页
To decrease the cost of exchanging load information among processors, a dynamic load-balancing (DLB) algorithm which adopts multieast tree technology is proposed. The muhieast tree construction rules are also propos... To decrease the cost of exchanging load information among processors, a dynamic load-balancing (DLB) algorithm which adopts multieast tree technology is proposed. The muhieast tree construction rules are also proposed to avoid wrongly transferred or redundant DLB messages due to the overlapping of multicast trees. The proposed DLB algorithm is distributed controlled, sender initiated and can help heavily loaded processors with complete distribution of redundant loads with minimum number of executions. Experiments were executed to compare the effects of the proposed DLB algorithm and other three ones, the results prove the effectivity and practicability of the proposed algorithm in dealing with great scale compute-intensive tasks. 展开更多
关键词 dynamic load balancing (DLB) multicast tree RULE MESSAGE MULTIPROCESSOR
下载PDF
Research on data load balancing technology of massive storage systems for wearable devices 被引量:1
19
作者 Shujun Liang Jing Cheng Jianwei Zhang 《Digital Communications and Networks》 SCIE CSCD 2022年第2期143-149,共7页
Because of the limited memory of the increasing amount of information in current wearable devices,the processing capacity of the servers in the storage system can not keep up with the speed of information growth,resul... Because of the limited memory of the increasing amount of information in current wearable devices,the processing capacity of the servers in the storage system can not keep up with the speed of information growth,resulting in low load balancing,long load balancing time and data processing delay.Therefore,a data load balancing technology is applied to the massive storage systems of wearable devices in this paper.We first analyze the object-oriented load balancing method,and formally describe the dynamic load balancing issues,taking the load balancing as a mapping problem.Then,the task of assigning each data node and the request of the corresponding data node’s actual processing capacity are completed.Different data is allocated to the corresponding data storage node to complete the calculation of the comprehensive weight of the data storage node.According to the load information of each data storage node collected by the scheduler in the storage system,the load weight of the current data storage node is calculated and distributed.The data load balancing of the massive storage system for wearable devices is realized.The experimental results show that the average time of load balancing using this method is 1.75h,which is much lower than the traditional methods.The results show the data load balancing technology of the massive storage system of wearable devices has the advantages of short data load balancing time,high load balancing,strong data processing capability,short processing time and obvious application. 展开更多
关键词 Wearable device Massive data Data storage system Load balancing Weigh
下载PDF
A Study on PC/104 Embedded Automatic Balancing Control System 被引量:1
20
作者 曹晰 袁洪芳 高金吉 《Journal of Donghua University(English Edition)》 EI CAS 2010年第5期665-668,共4页
In this paper,an embedded real-time control system for automatic rotor balancing was studied.Benefiting from the modular design,this system can be easily re-constituted or expanded under different working conditions.T... In this paper,an embedded real-time control system for automatic rotor balancing was studied.Benefiting from the modular design,this system can be easily re-constituted or expanded under different working conditions.The special designed hardware resists harsh environment.As an embedded application,it was very important to save system consumptions on both hardware and software,so the algorithms for unbalance vibration identification and attenuation were deduced,meantime a unified fast algorithm structure was achieved through the geometric analysis.Based on this structure,the signal processing algorithm was tested by an open data source,while the control algorithm was simulated using a basic rotor model,and then connected to a hyper gravity machine running online auto-balancing.The result confirms that the unbalancing vibration is effectively restrained. 展开更多
关键词 real time automatic balancing PC/104 vibration signal processing active control SELF-RECOVERY
下载PDF
上一页 1 2 131 下一页 到第
使用帮助 返回顶部