Showing 15,301 - 15,320 results of 19,511 for search '"algorithms"', query time: 0.09s Refine Results
  1. 15301

    OPTIMAL DESIGN OF MODIFIED SPUR GEARS BASED ON MINIMUM FLASH TEMPERATURE by YU DongYang, JIANG JinKe, SONG Qiang, FANG ZongDe

    Published 2017-01-01
    “…Considering the installation error and tooth flank clearance of modified involute cylindrical gears influencing on load density,oil film thickness,and local friction coefficient.an optimum design method based on the minimum flash temperature was proposed.Applied TCA and LTCA to modification technology,the friction coefficient was determined according to the film thickness ratio under different lubricating condition,oil film thickness and loads on contact line were discretized,so discrete temperature according to the Blok flash temperature formula were got.used genetic algorithm to optimize the parameter of curve,and got the best deviation surface.the results shows that there are more uniform loads and flash temperature with modified gears,while the smallest is at engaging-in area due to the effect of curvature radius,besides the flash temperature has little changes in the single tooth meshing zone of spur gear.…”
    Get full text
    Article
  2. 15302

    Newfangled Linearization Formula of Certain Nonsymmetric Jacobi Polynomials: Numerical Treatment of Nonlinear Fisher’s Equation by W. M. Abd-Elhameed, Afnan Ali, Y. H. Youssri

    Published 2023-01-01
    “…To demonstrate the efficiency and usefulness of the proposed algorithm, some examples are shown, including comparisons with some existing techniques in the literature.…”
    Get full text
    Article
  3. 15303

    Multi-constrained trusted cooperative task migration strategy for edge computing by Guangxue YUE, Yasheng DAI, Xiaohui YANG, Youkang ZHU, Zhenxu YOU, Jiansheng LIU

    Published 2019-11-01
    “…In order to guarantee the quality of service of edge computing,a trusted cooperative task distribution strategy for edge computing under multi-dimensional constraints was proposed.The strategy was based on the task requirements,and the edge computing collaborative service leader node organizes the coordinated service alliance members.The priority of cooperative service alliance was determined based on the K-dimension weight index of user task migration.Using the load balancing of the members as the adaptive function,the task allocation and dispatch of alliance members were performed by greedy algorithm.The backup node was selected based on routing piggyback,and the priority of migration was evaluated.The scheduling and migration of collaborative services in case of abnormal collaborative services were realized,which improved the quality of service of edge computing task migration and ensured the reliability of task migration.The simulation results show that the mechanism can effectively complete the task distribution and migration scheduling,improve the collaborative efficiency of edge computing,and guarantee the quality of network service.…”
    Get full text
    Article
  4. 15304

    Beamforming for Non-Orthogonal Multicast and Unicast Transmissions Based on Rate Splitting in Satellite-Terrestrial Integrated Network by Bensi ZHANG, Deyi PENG, Yun LI

    Published 2022-12-01
    “…A non-orthogonal multicast and unicast transmission scenarios in the satellite-terrestrial integrated networks (STIN was considered), and a system model of joint multi-group multicast and unicast downlink transmitting was constructed.In order to improved the spectral effi ciency of STIN, a beamforming scheme that non-orthogonal transmission based on rate splitting was proposed, where a max-min fair (MMF) beamforming design problem was established to optimized transmit beamforming vector of base station and satellite respectively.And then, considered non-convex constraint caused by variable coupling in the problem, an iterative algorithm based on successive convex approximation to solved the optimization problem was proposed.Simulation results showed that our proposed scheme could improved eff ectively the MMF transmitting rate of the STIN in contrast with the traditional non-rate splitting and layer division multiplexing schemes.…”
    Get full text
    Article
  5. 15305

    ROLLING BEARING FAULT DIAGNOSIS BASED ON FUSION CNN AND PSO-SVM by WANG YongDing, JIN ZiQi

    Published 2021-01-01
    “…Aiming at the problem that it is difficult to extract subtle fault features in the process of rolling bearing fault identification,this paper proposes a rolling bearing fault diagnosis method based on fusion convolutional neural network and support vector machine based on particle swarm optimization algorithm. In this method,the bearing vibration signal is used as the input signal of the one-dimensional convolutional neural network and the two-dimensional convolutional neural network,and the extracted fault information is fused in the convergence layer. …”
    Get full text
    Article
  6. 15306

    Research on Cloudlet selection strategy for data streaming applications in mobile cloud environment by Wei LIU, Shu XIONG, Wei DU, Wei WANG

    Published 2019-01-01
    “…Most existing Cloudlet selection strategies only used the resources of one Cloudlet to compute offloading,which couldn’t obtain the superior performance improvement for mobile data streaming application with many parallel components.To address this issue,a Cloudlet selection strategy based on chemical reaction optimization algorithm was proposed.The strategy aims to reduce application’s completion time and energy consumption of mobile device.When the dependencies among application’s components was satisfied,the strategy can take full advantage of the computing capability of multi-cloudlet to execute the parallel components of mobile data stream application simultaneously.Therefore the strategy can improve the execution efficiency and reduce the energy consumption of mobile device.The simulation results reveal that the proposed strategy can achieves 18.3% on average performance improvement than POCSS strategy does in multi-Cloudlet environment.…”
    Get full text
    Article
  7. 15307

    Upper processing gain bound of the spreading signal in multipath fading channels by Wan-zhi MA, Jun WANG, You-xi TANG

    Published 2012-03-01
    “…Using the joint algorithm of coherent detection and non-coherent detection,the upper processing gain bound of the spreading signal,which is two-dimensional spread spectrum signal relative to BPSK and transmitted in rich scattering multipath fading channel,was sought.Firstly,the expression of the processing gain of the spreading signal was calculated.Secondly,with increasing signal bandwidth or symbol period unlimitedly,the processing gain was bounded.At last,it was obtained that the upper processing gain bound is determined by the channel parameters and signal noise io.By analysis and simulation,the processing gain of the spreading signal,relative to BPSK and transmits in rich scattering multipath fading channel,is not more than 30dB,when the signal noise ratio is 20dB,the maximum doppler shift is 100Hz,and the negative exponential factor is 5×10<sup>−6</sup>.…”
    Get full text
    Article
  8. 15308

    In-flight alignment method of navigation system based on microelectromechanical systems sensor measurement by Jianwei Liu, Tao Zhao

    Published 2019-04-01
    “…A high-precision combination of satellite positioning and microinertial navigation is realized through design of a new integrated algorithm framework. The experimental results show that the proposed methods can effectively solve the current problems in guided ammunition navigation.…”
    Get full text
    Article
  9. 15309

    Method to improve edge coverage in fuzzing by Chunfu JIA, Shengbo YAN, Zhi WANG, Chenlu WU, Hang LI

    Published 2019-11-01
    “…Aiming at the problems of incomplete edge coverage,insufficient uses of edge coverage information and valid bytes information in AFL (American fuzz lop),a novel method was proposed.Firstly,a new seed selection algorithm was introduced,which could completely cover all edges discovered in one cycle.Secondly,the paths were scored according to the frequency of edges,to adjust the number of tests for each seed.Finally,more mutations were crafted on the valid bytes of AFL.Based on the method above,a new fuzzing tool named efuzz was implemented.Experiment results demonstrate that efuzz outperforms AFL and AFLFast in the edge coverage,with the increases of 5% and 9% respectively.In the LAVA-M dataset,efuzz found more vulnerabilities than AFL.Moreever,in real world applications efuzz has found three new security bugs with CVEs assigned.The method can effectively improve the edge coverage and vulnerability detection ability of fuzzer.…”
    Get full text
    Article
  10. 15310

    Virtual reality compressing and transmitting system based on mobile edge computing by Bin TAN, Songyuan ZHAO, Jun WU, Wenru ZHANG

    Published 2020-04-01
    “…In order to solve the problem of the high requirements of data transmission rate and sensitivity to transmission delay in virtual reality (VR) based on cloud services,a Cloud VR system with MEC (mobile edge computing) was proposed,mainly including viewpoint-based VR processing and HDA (hybrid digital-analog) transmission optimization.Firstly,a dynamic streaming method based on user viewpoint and pyramid projection was used to implement a complete edge cloud VR system.Then,HDA transmission was introduced to optimize the transmission,and a heuristic algorithm for resource allocation was given.Finally,the base station protocol stack was transformed,and the MEC was integrated into the LTE (long term evolution) system to implement a complete mobile edge cloud VR system.Experimental results demonstrate that the proposed scheme has good robustness and efficient transmission by comparing with the existing schemes.…”
    Get full text
    Article
  11. 15311

    Orchestration mechanism for VNF hardware acceleration resources in SDN/NFV architecture by Tong DUAN, Julong LAN, Yuxiang HU, Hongwei FAN

    Published 2018-06-01
    “…The hardware acceleration mechanism for VNF (virtual network function) is recently a hot research topic in SDN/NFV architecture because of the low processing performance of VNF.Once hardware acceleration resources have been plugged into the network,how to optimally mange and orchestrate these resources under service requirements remains a question to be solved.Firstly,a unified management architecture based on separated control for hardware acceleration resources was proposed.Then,traditional network topology together with hardware acceleration resources were modeled into a unified network model and then the hardware acceleration resource orchestration problem was transferred into a multi-objective linear programming problem.Finally,a hardware-accelerator-card-prior’ heuristic algorithm was designed.Experimental results show that compared with existing methods,the proposed orchestration mechanism can efficiently manage hardware acceleration resources and reduce the processing latency by 30%.…”
    Get full text
    Article
  12. 15312

    Random 2D Composites and the Generalized Method of Schwarz by Vladimir Mityushev

    Published 2015-01-01
    “…The proposed method yields an algorithm which can be applied with symbolic computations. …”
    Get full text
    Article
  13. 15313

    Optimal Pricing of Spectrum Resources in Wireless Opportunistic Access by Hanna Bogucka

    Published 2012-01-01
    “…In the paper, we present mathematical formulation of the problem of finding the optimal taxation rate (common for all nodes) and propose a reduced-complexity algorithm for this optimization. Simulation results for these derived optimal values in various scenarios are also provided.…”
    Get full text
    Article
  14. 15314

    Program state optimal method based on variable symbolic relation analysis by Xi GUO, Pan WANG

    Published 2018-06-01
    “…Program analysis is the prime method to program property analysis,which is widely used in the domain of parameter dependent relation,path coverage and test case generation,and a lot of progress has been made.Current program analysis is based on the method of symbolic execution,but symbolic execution is usually tackled with the problems of logic expression generation of path condition and low efficiency of constrain solver,which will affect the results of program analysis.Aiming at enhancing the path analysis efficiency,the path conditions of different paths were collected,the common symbolic expression was extracted and the efficiency of symbolic analysis was enhanced,then the logic expression set was generated,the dependent relation algorithm was used to enhance the efficiency of symbolic analysis.Experimental results demonstrate that the proposed method has the advantages of accurate time complexity and better analysis efficiency compare to traditional program analysis method.…”
    Get full text
    Article
  15. 15315

    Resource management in blockchain-enabled heterogeneous edge computing system by Ping ZHANG, Shilin LI, Yiming LIU, Xiaoqi QIN, Xiaodong XU

    Published 2020-10-01
    “…In blockchain-enabled mobile edge computing (BMEC) systems,a new class of blockchain application related computation tasks was introduced to the system.Due to the differences of parallelism among computation tasks,heterogenous computing framework was introduced to suitably split various computation tasks on processors with vastly different processing power to achieve efficient task execution.Under the limited computation and communication resources,a system-wide utility maximization problem by jointly considering heterogeneous processor scheduling,computation and bandwidth resource allocation was formulated as a mixed-integer nonlinear programming problem.To solve the problem efficiently,the formulated problem was transformed into two sub-problems,namely application-driven heterogeneous processor scheduling and joint resource allocation,and a Lagrange-dual based algorithm was proposed.Simulation results show that the proposed scheme can effectively improve the system-wide utility of the BMEC system.…”
    Get full text
    Article
  16. 15316

    Optimized Sample Adaptive Offset Filter in HEVC by N. Archana, R. Menaka, P. T. Vasanth Raj, G. Keerthivasan, N. Kumar

    Published 2022-01-01
    “…The previous existing technique employs 32 bands in band offset (BO) calculation to determine the proper offset value to minimize the distortion in the SAO estimate algorithm for statistics collection and parametric determination procedure. …”
    Get full text
    Article
  17. 15317

    Application of random forest in big data completion by Zheng WANG, Hua REN, Yanping FANG

    Published 2016-12-01
    “…Relying on the country's existing log retention system, template library design data integrity, authentication could not meet the quality requirements of the data, using the random forest algorithm, the same data with or related data was found, data was completed and data quality was improved, and the template library was extended by optimization of feedback. …”
    Get full text
    Article
  18. 15318

    CRASHWORTHINESS DESIGN AND OPTIMIZATION FOR COLLISION POST OF TRAIN by SHI YueQing, QIN RuiXian, CHEN BingZhi

    Published 2022-01-01
    “…Based on the optimal Latin hypercube experimental design method, a polynomial response surface surrogate model of the specific energy absorption and the peak crush force with respect to the wall thickness of the novel multi-cell collision post was established, the multi-objective optimization problem was conducted using the Non-dominated Sorting Genetic Algorithm-Ⅱ and the Pareto front was obtained. The optimization results show that the total energy and specific energy absorption of the novel multi-cell collision post are improved significantly while meeting the structural lightweight requirements compared with the conventional single-cell structure.…”
    Get full text
    Article
  19. 15319

    Model of valorization of soils under viewpoint of their potential resistance against some selected contaminants: (based on the author’s PhD thesis) by Jan Sandner

    Published 2004-12-01
    “…To determine the balance of this environment, it is necessary to study the impact of these pollutants and to determine the so-called This paper tries to solve the problems of impact assessment by creating the so-called environmental algorithm, in which all the basic components of the soil environment are taken into account, for the simulation of pollutant emissions. …”
    Get full text
    Article
  20. 15320

    Seismic Response of Torsionally Coupled System with Magnetorheological Dampers by Snehal V. Mevada, R. S. Jangid

    Published 2012-01-01
    “…The seismic response of linearly elastic, idealized single-storey, one-way asymmetric building with semiactive magnetorheological (MR) dampers with clipped-optimal algorithm is investigated. The response is obtained by numerically solving the governing equations of motion. …”
    Get full text
    Article