Showing 1,781 - 1,800 results of 12,438 for search '(structure OR (structures OR structural)) programming', query time: 0.20s Refine Results
  1. 1781
  2. 1782

    Financial and Economic Performance of the Russian Railways in the Context of Reform by D. A. Macheret, N. A. Valeev

    Published 2019-06-01
    “…The aim of the article is to identify trends in key financial and economic indicators of the Russian railways in the context of the structural reform of the industry. The objective of the study is to develop a methodology for the long-term management of the financial and economic performance of the railways, as well as recommendations for its sustainable growth. …”
    Get full text
    Article
  3. 1783

    Supply Chain Management Using Evolutionary Algorithms by Skitsko Volodymyr I., Voinikov Mykola Yu.

    Published 2024-09-01
    “…A comparative analysis is carried out and recommendations are provided for the selection of the appropriate algorithm, taking into account the characteristics of the problem, in particular, the structure of the solution (coding), the discreteness or continuity of variables, and the speed of getting into the local optimum. …”
    Get full text
    Article
  4. 1784

    The Relationship between Foreign Direct Investments and EU Funding During the 2007–2013 Programming Period by Łukasz Cywiński

    Published 2018-12-01
    “…In contrast to analysis of previous programming periods, the results did not indicate that there was a statistically significant relationship between structural or cohesion funds and the stock of FDI. …”
    Get full text
    Article
  5. 1785

    Impact of corporate social responsibility of integrated petroleum engineering enterprises on the performance of their activities by S. V. Frolova

    Published 2023-07-01
    “…The assessment carried out in the integrated structures of oil engineering enterprises can further form the basis for the formed program of measures to involve employees in innovative activity and increase the level of motivation and establishment of CSR policy in the integrated company.…”
    Get full text
    Article
  6. 1786

    Multistage reliability-constrained stochastic planning of diamond distribution network: An approximate dynamic programming approach by Zhi Wu, Ao Li, Qirun Sun, Shu Zheng, Jingtao Zhao, Pengxiang Liu, Wei Gu

    Published 2024-02-01
    “…In order to solve the “curse of dimensionality” problem in multi-stage stochastic planning model, the approximate dynamic programming algorithm is used to solve it. The case study is based on the typical structure of the diamond distribution network and realistic data of an actual district in Shanghai, China. …”
    Get full text
    Article
  7. 1787

    TLS and immune cell profiling: immunomodulatory effects of immunochemotherapy on tumor microenvironment in resectable stage III NSCLC by Chaopin Yang, Chaopin Yang, Jinqi You, Jinqi You, Yizhi Wang, Yizhi Wang, Si Chen, Si Chen, Yan Tang, Yan Tang, Hao Chen, Hao Chen, Haoran Zhong, Ruyue Song, Hao Long, Hao Long, Tong Xiang, Ze-Rui Zhao, Ze-Rui Zhao, Jianchuan Xia, Jianchuan Xia

    Published 2024-12-01
    “…The complex interactions between immune cell subtypes and tertiary lymphoid structures (TLSs) within the tumor microenvironment (TME) may influence prognosis and the response to immunochemotherapy. …”
    Get full text
    Article
  8. 1788

    Evolutionary Search for Polynomial Lyapunov Functions: A Genetic Programming Method for Exponential Stability Certification by Roman Pykhnivskyi, Anton Ryzhov, Andrii Sobchuk, Yurii Kravchenko

    Published 2025-04-01
    “…The approach is based on genetic programming, a variant of genetic algorithms where the search space consists of hierarchical tree structures. …”
    Get full text
    Article
  9. 1789
  10. 1790
  11. 1791

    Providing Models of the Compressive Strength of Square and Rectangular (S/R) Concrete Confined Using Genetic Programming by Yaser Moodi

    Published 2025-03-01
    “…The accurate prediction of the compressive strength of FRP (Fiber-Reinforced Polymer)-confined is essential for structural engineers and designers. Several experimental studies have been conducted on concrete confined with FRP sheets. …”
    Get full text
    Article
  12. 1792

    Quadratic unconstrained binary optimization and constraint programming approaches for lattice-based cyclic peptide docking by J. Kyle Brubaker, Kyle E. C. Booth, Akihiko Arakawa, Fabian Furrer, Jayeeta Ghosh, Tsutomu Sato, Helmut G. Katzgraber

    Published 2025-07-01
    “…Abstract The peptide-protein docking problem is an important problem in structural biology that facilitates rational and efficient drug design. …”
    Get full text
    Article
  13. 1793

    Multiobjective Genetic Programming Can Improve the Explanatory Capabilities of Mechanism-Based Models of Social Systems by Tuong M. Vu, Charlotte Buckley, Hao Bai, Alexandra Nielsen, Charlotte Probst, Alan Brennan, Paul Shuper, Mark Strong, Robin C. Purshouse

    Published 2020-01-01
    “…The framework exploits the implicit ontology of an existing human-built generative model to propose and test a plurality of new candidate model structures. Genetic programming is used to automate this search process. …”
    Get full text
    Article
  14. 1794

    What is the biggest motivator for 10 th-graders when learning programming? Case study in Vietnam by Hung Tran Van, Hoa Nguyen Thi, Kiet Tran Ly Anh, Kiet Nguyen Ba Tuan

    Published 2025-01-01
    “…Our analysis, conducted using SPSS24 and Structural Equation Modeling (SEM), highlighted that self-influence, family influence, learning environment, and teaching influence significantly drive student motivation. …”
    Get full text
    Article
  15. 1795

    Adaptive dynamic programming optimal tracking control of multi-UAVs based on zero-sum game by Shuaibin Guan, Xingjian Fu

    Published 2025-07-01
    “…To overcome the computational challenges of solving the HJI equation, a three-layer neural network structure comprising evaluation, execution, and disturbance networks is employed, integrated with the ADP algorithm to approximate the value function and optimize the control strategy iteratively. …”
    Get full text
    Article
  16. 1796

    Binary program taint analysis optimization method based on function summary by Pan YANG, Fei KANG, Hui SHU, Yuyao HUANG, Xiaoshao LYU

    Published 2023-04-01
    “…Taint analysis is a popular software analysis method, which has been widely used in the field of information security.Most of the existing binary program dynamic taint analysis frameworks use instruction-level instrumentation analysis methods, which usually generate huge performance overhead and reduce the program execution efficiency by several times or even dozens of times.This limits taint analysis technology’s wide usage in complex malicious samples and commercial software analysis.An optimization method of taint analysis based on function summary was proposed, to improve the efficiency of taint analysis, reduce the performance loss caused by instruction-level instrumentation analysis, and make taint analysis to be more widely used in software analysis.The taint analysis method based on function summary used function taint propagation rules instead of instruction taint propagation rules to reduce the number of data stream propagation analysis and effectively improve the efficiency of taint analysis.For function summary, the definition of function summary was proposed.And the summary generation algorithms of different function structures were studied.Inside the function, a path-sensitive analysis method was designed for acyclic structures.For cyclic structures, a finite iteration method was designed.Moreover, the two analysis methods were combined to solve the function summary generation of mixed structure functions.Based on this research, a general taint analysis framework called FSTaint was designed and implemented, consisting of a function summary generation module, a data flow recording module, and a taint analysis module.The efficiency of FSTaint was evaluated in the analysis of real APT malicious samples, where the taint analysis efficiency of FSTaint was found to be 7.75 times that of libdft, and the analysis efficiency was higher.In terms of accuracy, FSTaint has more accurate and complete propagation rules than libdft.…”
    Get full text
    Article
  17. 1797

    Integrating AI and Multi-objective Optimization for Enhanced Microgrid Energy Management Using Quadratic Programming by Agrawal Priyanka, Thethi H. Pal, Mohammad Q., Gupta Navya, Asha V., Reddy K. Jyothsna

    Published 2025-01-01
    “…The simulated machine learning possesses good generalisation capacity and an excellent learning structure. Managing batteries or auxiliary devices in order to maximise microgrid operating efficiency runs counter to the traditional optimisation laws. …”
    Get full text
    Article
  18. 1798

    Mixed-Integer Linear Programming Based Distribution Network Reconfiguration Model Considering Reliability Enhancement by Junpeng Zhu, Yi Zhou, Xiaofeng Dong, Li Zhou, Qiong Zhu, Yue Yuan

    Published 2025-01-01
    “…Accordingly, this paper proposes a reconfiguration method of distribution network considering the enhancement of reliability, which reconfigures the network structure both under normal operation conditions and outage scenarios, and considers factors such as power loss, load distribution and voltage quality considered in conventional reconfiguration methods. …”
    Get full text
    Article
  19. 1799

    Design and Application of Reliability Calculation Program Based on Secondary Development of ABAQUS by ZOU Hong, WU Jian, XU Zhichun, YANG Li

    Published 2021-01-01
    “…As a kind of finite element analysis software,ABAQUS is widely used in nonlinear simulation field,but there is no universal and mature reliability calculation module.Therefore,it is necessary to establish a general reliability calculation program for Monte Carlo simulation based on finite element model to meet the automation requirements of reliability calculation of various structures in ABAQUS.This paper firstly puts forward the design idea and main functions of reliability calculation program in ABAQUS,including random number generation,model batch building,automatic result extraction and so on;then,develops the pre-processing and post-processing modules of ABAQUS with Python language for modularizing the main functions of the program;finally,introduces the application method of this reliability calculation program in detail taking the reliability calculation process of the finite element model of a simply supported steel truss bridge as an example.This reliability calculation program can effectively improve the degree of automation in the process of structural reliability calculation,and reduce the calculation time,which has great reference value in engineering application.…”
    Get full text
    Article
  20. 1800

    Applicability of the adjusted morbidity groups algorithm for healthcare programming: results of a pilot study in Italy by Roberta Papa, Francesco Balducci, Giulia Franceschini, Marco Pompili, Marco De Marco, Josep Roca, Rubèn González-Colom, David Monterde

    Published 2024-10-01
    “…AMG algorithm was applied and descriptive analysis performed. A dashboard structure was developed to exploit the results of the tool. …”
    Get full text
    Article