Showing 11,201 - 11,220 results of 48,208 for search '"structural"', query time: 0.15s Refine Results
  1. 11201

    RESEARCH ON MECHANICAL CHARACTERISTICS OF NEW MOBILE ROLLER BRACKET CONVEYOR by ZHANG DongSheng, HE JinLong, NI Xue

    Published 2020-01-01
    “…Provide a theoretical basis for the structural improvementof the moving roller carriage conveyor.…”
    Get full text
    Article
  2. 11202

    Size Optimization Design of 3T1R Parallel Mechanism based on Workspace by Liu Zhenkun, Luo Yufeng, Shi Zhixin, Xia Yongqiang, Xie Dongfu

    Published 2018-01-01
    “…The workspace is measured by the size of workspace index,the influence of the structural parameters of the parallel mechanism on the working space volume is quantitatively analyzed. …”
    Get full text
    Article
  3. 11203

    The role of customer expectations and competitive pressure in shaping firm innovation decisions towards sustainability: mediating effects of innovation perception by Thi Anh Phuong Tran

    Published 2025-12-01
    “…Through a deductive approach associated with positivist philosophy, the study evaluated the measurement and structural models using partial least squares structural equation modelling via the SmartPls software. …”
    Get full text
    Article
  4. 11204

    Atomic-Scale Tracking of Topological Defect Motion and Incommensurate Charge Order Melting by Noah Schnitzer, Berit H. Goodge, Gregory Powers, Jaewook Kim, Sang-Wook Cheong, Ismail El Baggari, Lena F. Kourkoutis

    Published 2025-01-01
    “…Charge order pervades the phase diagrams of quantum materials where it competes with superconducting and magnetic phases, hosts electronic phase transitions and topological defects, and couples to the lattice generating intricate structural distortions. Incommensurate charge order is readily stabilized in manganese oxides, where it is associated with anomalous electronic and magnetic properties, but its nanoscale structural inhomogeneity complicates precise characterization and understanding of its relationship with competing phases. …”
    Get full text
    Article
  5. 11205

    AUTOMATIC ACQUISITION OF STRESS DISTRIBUTION CHARACTERISTIC AND INFLUENCE KNOWLEDGE FOR LARGE-SCALE COMPONENT by HUA HaiYan, LIN Hua

    Published 2019-01-01
    “…Furthermore,the influences of structural parameters for characteristic stresses and lightweight index were analyzed. …”
    Get full text
    Article
  6. 11206

    Real-Time Prediction of the Trend of Ground Motion Intensity Based on Deep Learning by Tao Liu, Zhijun Dai

    Published 2021-01-01
    “…Moreover, the correlation between the Arias intensity and structural damage is stronger than the correlation between peak acceleration and structural damage, so the model is useful for determining real-time response measures on earthquake disaster prevention and mitigation compared with the current more common antiseismic measures based on predictive PGA.…”
    Get full text
    Article
  7. 11207

    Neural Network and Performance Analysis for a Novel Reconfigurable Parallel Manipulator Based on the Spatial Multiloop Overconstrained Mechanism by Guanyu Huang, Dan Zhang, Qi Zou

    Published 2020-01-01
    “…Based on this method, the structural parameters can be chosen by the requirements of the special task in the industrial area. …”
    Get full text
    Article
  8. 11208

    Image Quality Assessment for Different Wavelet Compression Techniques in a Visual Communication Framework by Nuha A. S. Alwan, Zahir M. Hussain

    Published 2013-01-01
    “…A comparison is made between these two types of compression using both mean square error (MSE) and structural similarity (SSIM) image quality assessment (IQA) criteria applied to the reconstructed image at the receiver. …”
    Get full text
    Article
  9. 11209

    The Future of Asthma Treatment by Louis-Philippe Boulet

    Published 1995-01-01
    “…The recognition of the role of airway inflammation and structural changes in the physiopathology of asthma has led to a re-evaluation of asthma treatment guidelines. …”
    Get full text
    Article
  10. 11210

    A Semi-Supervised Framework for MMMs-Induced Fuzzy Co-Clustering with Virtual Samples by Daiji Tanaka, Katsuhiro Honda, Seiki Ubukata, Akira Notsu

    Published 2016-01-01
    “…Although the goal of clustering is to reveal structural information from unlabeled datasets, in cases with partial structural supervisions, semi-supervised clustering is expected to improve partition quality. …”
    Get full text
    Article
  11. 11211

    Topology Optimization Design of Transmission Case Housing Used in Electric Vehicle by Zhang Qing, Li Hongbiao, Zhou Qia, Yan Huidong, Guo Wentian, Yang Xianxue

    Published 2017-01-01
    “…Furthermore,the stresses state and modal frequency of the transmission case housing is also calculated in order to verify its structural strength and vibration performance. The analysis results show that the structural strength and modal frequency of the optimized transmission are higher than the design index,the optimization design of the complicated transmission case housing structure is realized.…”
    Get full text
    Article
  12. 11212

    What Must be Considered when to Perform Consumption Analytics with Facebook Posts? by Nelson Siqueira Rangel Netto, Teresa Cristina Janes Carneiro, Marcos Paulo Valadares de Oliveira, Rogério Antônio Monteiro

    Published 2016-01-01
    “…In this sense, the structural relationship among the variables was assessed through SEM - Structural Equation Modeling. …”
    Get full text
    Article
  13. 11213
  14. 11214

    Design approaches proposed for bending components made by 3D concrete printers by Thi Loan Pham

    Published 2024-12-01
    “…However, it is crucial to ensure that the printed structures are safe when subjected to loads. This requires careful attention to the materials used, the printing process, and the structural design of the building. …”
    Get full text
    Article
  15. 11215

    基于面心组合的排气歧管响应曲面优化设计 by 刘伟, 张勇, 程天才, 王海燕

    Published 2021-01-01
    “…In order to solve the limitations caused by the engine exhaust manifold structure optimization which usually adopts single factor control variable method or orthogonal test leading to the insignificant parameter interaction,the face centered combination method in the central composite design is used to respond to surface optimization,taking the engine exhaust manifold of a heavy chemical vehicle as the research object,the exhaust 38 groups of manifold structural parameters finish the fast matching,the mathematical model is established and polynomial response regression equation is concluded,fitting out of the exhaust manifold optimum structural parameters and corresponding flow uniformity index,additionally,the results of response surface optimization is verified by the numerical simulation.The results show that when the four branches are combined,the optimal structure fluid flow uniformity index of the exhaust manifold by the response surface method based on the face centered combination way is improved from the original 0.76 to 0.82,which is 6% higher than the initial structure.…”
    Get full text
    Article
  16. 11216

    Code vulnerability detection method based on graph neural network by Hao CHEN, Ping YI

    Published 2021-06-01
    “…The schemes of using neural networks for vulnerability detection are mostly based on traditional natural language processing ideas, processing the code as array samples and ignoring the structural features in the code, which may omit possible vulnerabilities.A code vulnerability detection method based on graph neural network was proposed, which realized function-level code vulnerability detection through the control flow graph feature of the intermediate language.Firstly, the source code was compiled into an intermediate representation, and then the control flow graph containing structural information was extracted.At the same time, the word vector embedding algorithm was used to initialize the vector of basic block to extract the code semantic information.Then both of above were spliced to generate the graph structure sample data.The multilayer graph neural network model was trained and tested on graph structure data features.The open source vulnerability sample data set was used to generate test data to evaluate the method proposed.The results show that the method effectively improves the vulnerability detection ability.…”
    Get full text
    Article
  17. 11217

    Thermal analysis of N-carbamoyl benzotriazole derivatives by Kos Ivan, Weitner Tin, Grgac Sandra Flinčec, Jablan Jasna

    Published 2015-06-01
    “…The results revealed a difference between structural analogs of N-carbamoyl benzotriazole derivatives. …”
    Get full text
    Article
  18. 11218

    STUDY ON IN-PLANE STABILITY OF THE WTZ350 GEOPHYSICAL RIG’S MAST by ZHANG JiaJia, JIANG FaGuang, YANG FengSHen, YANG MaoJun, ZHAN Jin

    Published 2016-01-01
    “…Then,material nonlinear analysis was conducted on 5 kinds of structural steel masts.Results show that: maximum stress of the thin-walled derrick exceeds the yield strength of the material when linear buckling occurs in the lifting drilling process for the 5 kinds of structural steel masts and the type of instability is elastic-plastic buckling;The elastic-plastic buckling safety factor y becomes larger with the increasing of yield strength of materials,and the linear fitting function is y = 0. 00707x- 0. 01651; The steel materials that whose yield strength is greater than 313. 5 MPa meet the requirements of derrick’s in-plane elastic-plastic stability.…”
    Get full text
    Article
  19. 11219

    An Approximation Mathematical Formula of Pattern Analysis for Distorted Reflector Antennas considering Surface Normal Vector Variation by Shuxin Zhang, Guigeng Yang, Yiqun Zhang

    Published 2016-01-01
    “…In this approximation formula, besides the phase error caused by the structural deformation being added in the far field integral, the surface normal vector variation is also taken into consideration. …”
    Get full text
    Article
  20. 11220

    Combustion Turbulence Flow in the Advanced Vortex Combustor with Built-In Obstacles by Yu Chen, Zhuoxiong Zeng, Haoyuan Wang

    Published 2021-01-01
    “…To obtain the advanced vortex combustor (AVC) and its optimal structure parameters in light of built-in obstacles, numerical simulation was performed. …”
    Get full text
    Article