Abstract
The current information retrieval research on industrial clusters has low precision, low recall ratio, obvious delay and high energy consumption. Thus, in this paper, a information retrieval algorithm based on vector space for industrial clusters is proposed. By optimizing the unlawful labels in the database network, dividing the web pages of the industrial cluster information database and calculating the keyword scores of the relevant information of the industrial cluster corresponding to a web page, a set of well-divided database pages is obtained, and the purification of the industrial cluster information database is realized. According to the purification of industrial cluster information database, RFD algorithm is used to extract the page data features of purified industrial cluster information database. The extracted results are substituted into the information retrieval, and the vectors composed of retrieval units are used to describe the information of various types of industrial clusters and each retrieval. The matching results of information retrieval are obtained by calculating the correlation between the information of industrial clusters and the query, and the information retrieval of industrial clusters is completed. Experimental results show that the algorithm has high precision and recall ratio, short retrieval time and low energy consumption.
1 Introduction
Industrial clusters refer to the collection of enterprises and related corporate bodies with geographical proximity, interrelated, and linked by virtue of mutual commonality and complementarity in a specific field [1]. The main components of industrial clusters include enterprises, governments, university research institutes, financial institutions, industry associations and intermediary institutions.
At present, the relevant platforms provide a variety of information retrieval services for the spatial database of industrial clusters, including fuzzy queries: approximate queries for enterprise names; classified queries: specific queries for production types in the enterprise database; peripheral queries: joint query for geographic coordinates and various types of industries in the enterprise tables; Site search: joint query for multiple fields in enterprise, product and industry information tables [2, 3]. Through the analysis and research of the above-mentioned retrieval methods for the platform, it is found that the retrieval module of this platform only supports the search of some data resources and some fields in the platform. The retrieval efficiency of the system is low, and it cannot meet the user’s retrieval needs correctly. It lacks an efficient intelligent information retrieval algorithm or method.
The humanization of retrieval is reflected in the standardization of Web site design and the clarity of navigation. Information construction and retrieval is a hot issue in recent years. Information construction is proposed to better organize and present information on the web. An important goal is to make information understood. The organization and expression of information are essential for achieving good performance of information retrieval and acquirement [4]. Information retrieval, as an indispensable and important means of inquiry in people’s daily life and work, plays an increasingly important role in today’s society. The following are some widely used information retrieval methods and algorithms.
Zhang Xiaomin et al. put forward a keyword retrieval method based on temporal semantics. Temporal informationwas introduced to construct temporal data graph, and temporal correlation scoring mechanism was designed.
Temporal semantic constraints were introduced in the process of temporal graph search, and keyword-based temporal retrieval algorithm was designed. Experimental results showed that the retrieval time was short, but the precision was low [5]. Jiang Yu et al. proposed an information query algorithm based on Top-k. This algorithm extracted the static Top-k information of inverted index, and then calculated the initial threshold for specific query terms dynamically. On this basis, combining MaxScore and WAND algorithm, a fast-start Top-k query processing algorithm was proposed. Experimental results showed that the proposed algorithm had low computational complexity, but low recall ratio [6]. Zhao Yanni et al. proposed tree matching algorithm based on effective path weight. On the basis of maintaining the effective node and tree structure of XML document tree, the information of tree root node is the most important. With the increase of tree depth, the importance of node information is gradually weakened. The path weight was calculated automatically according to the path hierarchy, and the corresponding path was given. The matching degree of the tree was calculated according to the effective information of tree node and the effective path of tree structure. Experiments on large-scale XML document queries showed that the algorithm had a high query rate, but the delay of query process was obvious [7]. Ma Youzhong et al. proposed a similarity join query algorithm for high-dimensional data based on Chi square distribution. In order to solve the problem of dimensionality disaster and high computational cost in similarity join query of high-dimensional data, high-dimensional data was mapped to low-dimensional space based on p-stable distribution. The property of chi-square distribution proved that if the distance of low-dimensional space was greater than kε, the probability of that the distance of original space was greater than ε had a lower bound, so it could be filtered effectively in low-dimensional space at a lower computational cost. Experiments on real data sets showed that the proposed algorithm had a good recall rate, but it had the problem of high query energy consumption [8].
Aiming at the problems existing in the current research results, an information retrieval algorithm for industrial clusters based on vector space is proposed. The detailed process is as follows:
The improved VIPS algorithm is used to purify the information database of industrial clusters, so as to improve the precision and recall ratio of information retrieval, and reduce the retrieval delay and the energy consumption.
RFD algorithm is used to extract the page data features of purified industrial cluster information database, which lays a foundation for information retrieval of industrial clusters.
The search space is defined, to calculate the correlation between documents and queries, and realize the information retrieval of industrial clusters by the idea that the higher the correlation between information and query words is, the more relevant the information is.
The proposed algorithm is verified.
The full text is summarized and the next research plan is proposed.
2 Material and methods
2.1 Purification of industrial cluster information database
In order to improve the precision and recall ratio of information retrieval in industrial clusters, reduce the retrieval delay and energy consumption, the information database of industrial clusters needs to be processed. Noise removal module is indispensable[9]. In this paper, the improved VIPS algorithm is used to debase information blocks. Through a large number of statistics and analysis, noise semantic blocks are identified by using the number of text and links, the relative position of the page blocks and the content attributes of the page blocks. The origin coordinates of the database web page window are defined as the top left corner of the web page, the abscissa coordinate of the web page block center X is the abscissa coordinate of the center point of the web page block in the window, the ordinate coordinate of the web page block center is Y, the width of the web page is W, and the height of the web page is H. The spatial position of the web page is defined by the relative space position K of the web block, and the expression of K is:
Where u, d, l, r, and mid represent the top, bottom, left, right and middle positions of the database pages.
According to the definition of equation (1), VIPS algorithm is used to partition the web pages, and the rules are used to purify the web pages. The optimized sorting algorithm is as follows:
Input: database web page set P and the keyword set Q of industry cluster related information.
Output: a good set SPof database pages.
The detailed process is as follows:
Optimize the illegal labels in the database network.
Use VIPS algorithm to segment web pages.
Calculate the scores of key information related to industrial clusters in a web page:
Where Sj represents the score of web page j corresponding to relevant information keywords of industrial clusters, cj represents the number of entries containing relevant information keywords of industrial clusters, tij represents the occurrence frequency of relevant information keywords of industrial clusters in web page j, fi represents the frequency of inverted words in web pages of relevant information keyword i of industrial clusters. b represents the field parameter, and lj represents the length of page j.
According to the equation (2), it can get a good set of database page SP:
Where S represents the set of original database page. The result of equation (3) is the result of purifying industrial cluster information database.
2.2 Feature extraction of industry cluster information
According to the purification of industrial cluster information database in Section 2.1, RFD algorithm is used to extract the page data features of the purified industrial cluster information database.
Usually, if a feature item becomes a representative feature of a category, most samples of that category have this feature; if a feature item becomes a discriminant feature of a category, then most samples of other categories do not have this feature. In feature extraction, the representative and discriminant features should be selected as vector representations of a class [10, 11].
Supposing that
Where A represents the number of training information belonging to category ć and containing characteristic item x̕. B represents the number of training information that does not fall into category ć and contains characteristic item x̕. C represents the number of training information data that belong to category ć and does not contain characteristic item x̕. D represents the number of training information that does not fall into category ć and does not contain characteristic item x̕. M represents the number of information belonging to category ć. N represents the total number of training data.
Since both N and N − M in the equation (4) are constants, the equation (4) can be simplified to:
In order to reduce the error of feature extraction, the equation (5) is improved.
Based on the above considerations, the calculated feature items of equation (6) have more classification discrimination ability, which is mainly to remove the information data features of industrial clusters which do not have the classification ability.
The main idea of improved feature extraction based on RFD is that for a feature to become a representative feature of a certain category, it must have the following two characteristics: representative and discriminant [12]. The absolute value of the sum of the representativeness measure of feature item x̕ and the discriminability measure of feature item x̕ are used to measure the correlation between features and categories, which is called ARFD. Conditional probability
equation (7) can be approximated to:
Where the greater the value of ARFD(x̕, ć) is, the more the relevant information of feature item x̕ and class ć is.
2.3 Information retrieval algorithm based on vector space for industrial clusters
In order to improve the precision and recall ratio of information retrieval in industrial clusters, information retrieval is realized on the basis of information feature extraction of industrial clusters. The retrieval pattern of vector space is a relatively easy to understand retrieval pattern, and is a widely used information retrieval algorithm model in the field of information retrieval[13, 14]. The basic idea is that information and query are made up of words, and each query can be described by a vector composed of retrieval units. When searching, the correlation between information and query is calculated, and the higher the correlation with a specific query is considered the more relevant information.
The common way to describe information and retrieval vectors is that the retrieval space is composed of all retrieval units contained in information and retrieval, and the information and retrieval are represented as vectors in this space.
It is assumed that the information retrieval space of industrial clusters is = 〈ť1 , ť2 , . · · , ťń〉. Among them, ťí = (í = 1, 2, · · · , ń) is the different retrieval units conitained in information and query, ń is the size of the whole retrieval space Ω, that is, the total number of different retrieval units contained in information query.
In retrieval space Ω, all information can be represented by vectors:
Combining the above information, we can approximately understand that in search space , all queries can also be represented by vectors:
According to the above analysis, not every retrieval unit is equally important in information retrieval of industrial clusters (for example, keywords should be more important than non-keywords). So, how to embody such information in vectors needs to be solved urgently [15, 16, 17, 18, 19, 20, 21]. One of the feasible schemes is to adjust the weight of vectors manually, which enlarges the weight of retrieval units that users care about. However, manual intervention is difficult to achieve because of the huge workload. Therefore, another method is more commonly used in information retrieval: the weights based on the statistical frequency of the information file set, also known as TF-IDF weights.
TF-IDF weights consist of two parts, one is the frequency of the retrieval unit appearing in the information file, that is, TF, the other is called inverted file frequency, that is, IDF. TF-IDF weight is usually the product of TF and IDF for a given retrieval unit.
For the convenience of illustrating the problem, the following definition is made:
By defining the above definition, the frequency of inversion information can be defined as:
Where, IDFj represents the frequency of reversal information.
For a given information file, the vector describing the information file is composed of ń elements, which correspond to ń retrieval units in the information file set. The weights of each element are determined by the frequency of the corresponding retrieval unit appearing in the industrial cluster information database and the frequency of the retrieval unit appearing in the entire industrial cluster information database, as shown in Eq. (10):
Using as the weight of each element in the vector, the vector of information and retrieval is further adjusted. When the value range is [0.25, 0.30], the vector of information and retrieval can be adjusted best. This vector can describe the information and query more accurately.
For vector space retrieval model, it not only needs to define vectors to represent information and retrieval, but also needs to choose an appropriate method to calculate the relevance of information and query to determine whether information and query are related. The cosine of vector angle is used as the basis for judging the relevance of industrial cluster information.
According to the above, the similarity between information ď and retrieval q is defined in retrieval space . The retrieval matching process can be expressed as follows:
Where SC(ď, q) calculated by equation (11) is the result of information retrieval based on vector space.
3 Results
In order to verify the validity of the vector space based information retrieval algorithm for industrial clusters, a correlation experiment is conducted. In the experiment, two industrial gathering information of education and entertainment in a province are selected as the source of experimental data. Experimental environment: Intel Pentium Dual E2140@1.60GHz; operating system: Microsoft Windows XP; hard disk: 160 GB; memory: 1 GB; development tools: Eclipse 3.2. The experimental indicators are: Retrieval precision; Retrieval recall ratio; Retrieval delay; Network energy consumption of retrieval. The results are as follows:
Figures 1 and 2 show that the information retrieval algorithm based on vector space for industrial clusters has higher precision and recall ratio, and is more robust than the current research results. RFD algorithm is used to extract the page data features of purified industrial cluster information database, and preliminarily determine the characteristics of industrial cluster information data, which provides support for information retrieval. Based on feature extraction, the retrieval space is set, and the cosine of vector angle is used to judge the correlation between information and retrieval in industrial clusters. The results of information retrieval in industrial clusters are obtained, which effectively improves the precision and recall ratio of information retrieval.

Comparison of precision of different information retrieval methods

Comparison of recall ratio with different information retrieval methods
As can be seen from Figures 3 and 4, compared with the current research, the information retrieval algorithm based on vector space has a great advantage in terms of retrieval delay and energy consumption. Before searching for industrial clusters, this algorithm uses improved VIPS algorithm to purify the information database of industrial clusters. The noisy semantic blocks are identified and removed by the number of text and links, the relative position of web blocks and the content attributes of web blocks, thus greatly reducing the information retrieval delay and reduce retrieval energy consumption.

Comparison of retrieval time for different information retrieval methods

Comparison of energy consumption in different information retrieval methods
4 Discussion
This paper discusses the effect of adjusting the weight
In Figure 5, when the value of

Influence of different values of
coefficient of information and retrieval is the largest, which means that the vector can describe information and query content to the greatest extent.
5 Conclusions
As a hot social content, industrial clusters play a positive role in social development. Information retrieval of industrial clusters is conducive to understanding the development
status of industrial clusters, which is of great significance to the regulation and progress in this field. Therefore, an information retrieval algorithm of industrial clusters based on vector space is proposed. The information retrieval of industrial clusters is completed by purifying the information database of industrial clusters, extracting the information features of industrial clusters and matching the information similarity of industrial clusters. Experimental results show that the proposed algorithm has a high retrieval rate and retrieval efficiency, and has absolute advantages over the current research results.
Acknowledgement
Major project of applied research of philosophy and social science in Henan higher schools “research on development strategy of higher career education in the context of higher education globalization” (2016-yyzd-21);
Research project of decision-making of Henan provincial government “study on occupational education promoting industrial upgrading mechanism of Henan province” (2016B090).
References
[1] Wu Z., Gao K., Wang Z., Wei C., Wali F., Zan G. et al., Direct information retrieval after 3D reconstruction in grating-based X-ray phase-contrast computed tomography, J. Synchr. Radiat., 2018, 25(Pt 4), 1222-1228.10.1107/S1600577518008019Search in Google Scholar
[2] Li G.L., Chen J.L., Liu B., Yin Y., Zhang H.B., Cross-media retrieval of online product based on tag-rank and CCA, Sci. Technol. Eng., 2016, 16(14), 222-227.Search in Google Scholar
[3] Lu N., Gao Q.M., An algorithm for retrieving internet tourism resources based on mixed feature threshold, B Sci. Technolo., 2017, 33(8), 162-165.Search in Google Scholar
[4] Hu J.H., Qin Z.C., Shi L., Lu Z., Zhou B., Research on spatial information cloud service platform and application, J. China Acad. Electron. Inf. Tech., 2016, 11(1), 51-58.Search in Google Scholar
[5] Zhang X.M., Qi W., Zhang J., Gui X.Q., T-STAR: Keywords-based temporal information retrieval method over relational databases, Appl. Res. Comput., 2017, 34(10), 3051-3056.Search in Google Scholar
[6] Jiang Y., Song X.S., Yang Y.X., Jiang K., Rapid start top-k query based on threshold, J. Chinese Inf. Process, 2017, 31(5), 163-170.Search in Google Scholar
[7] Zhao Y.N., Guo H.L., XML tree matching algorithm based on effective path weight, Comput. Eng. Des., 2016, 37(4), 949-953.Search in Google Scholar
[8] Ma Y.Z., Jia S.J., Zhang Y.X., Chi-square distribution based similarity join query algorithm on high-dimensional data, J. Comp. Appl., 2016, 36(7), 1993-1997.Search in Google Scholar
[9] Li Y.X., The simulation research on the optimization management of mass library information retrieval, Comput. Simulat., 2017, 34(5), 389-392.Search in Google Scholar
[10] Ren Y., Design and implementation of a fault searching system combined with semantic web, Comput. Meas. Control, 2017, 25(5), 35-37.Search in Google Scholar
[11] Wei Y.P., Banawan K., Ulukus S., Cache-aided private information retrieval with partially known uncoded prefetching: fundamental limits, IEEE J. Sel. Area Comm., 2017, (99), 1-1.10.1109/JSAC.2018.2844940Search in Google Scholar
[12] Huang X.X., He Y., Application of cloud computing technology in library group resource retrieval, Automat. Instrum., 2017, (2), 139-142.Search in Google Scholar
[13] Rocha V., Kon F., Cobe R., Wassermann R., A hybrid cloud-P2P architecture for multimedia information retrieval on VoD services, Comput., 2016, 98(1-2), 73-92.10.1007/s00607-014-0428-3Search in Google Scholar
[14] Jiang Y., Zhang J., Zhu L.X., Ontology based knowledge graph model of genealogical record and retrieval system, Electron. Des. Eng., 2017, 25(12), 161-165.Search in Google Scholar
[15] Metwally O.N., Sinha S.R., Sa2026 a novel voice-activated web application for rapid knowledge generation and information retrieval through semantic parsing of verbal communication, Gastroenterol., 2016,150(4), S433-S433.10.1016/S0016-5085(16)31503-7Search in Google Scholar
[16] Zandebasiri M., Soosani J., Pourhashemi M., Evaluating existing strategies in environmental crisis of Zagros Forests of Iran, Appl. Ecol. Env. Res., 2017, 15(3), 621-632.10.15666/aeer/1503_621632Search in Google Scholar
[17] Jezewska-Frackowiak J., Seroczynska K., Banaszczyk J., Wozniak D., Skowron M., Ozog A. et al., Detection of endospore producing bacillus species from commercial probiotics and their preliminary microbiological characterization, J. Environ. Biol., 2017, 38(6), 1435-1440.10.22438/jeb/38/6/MRN-478Search in Google Scholar
[18] Delgado J., Peña J.M., Monotonicity preserving representations of curves and surfaces, Appl. Math. Nonlin. Sci., 2016, 1(2), 517-528.10.21042/AMNS.2016.2.00041Search in Google Scholar
[19] Li D., Wang L., Peng W., Ge S., Li N., Furuta Y., Chemical structure of hemicellulosic polymers isolated from bamboo biocomposite during mold pressing, Polym. Compos., 2017, 38(9), 2009-2015.10.1002/pc.23772Search in Google Scholar
[20] Brown T., Du S., Eruslu H., Sayas F.J., Analysis of models for viscoelastic wave propagation, Appl. Math. Nonlin. Sci., 2018, 3, 55-96.10.21042/AMNS.2018.1.00006Search in Google Scholar
[21] Gao W., Zhu L., Guo Y., Wang K., Ontology learning algorithm for similarity measuring and ontology mapping using linear programming, J Intell. Fuzzy Syst., 2017, 33(5), 3153-3163.10.3233/JIFS-169367Search in Google Scholar
© 2019 Rongsheng Li and Nasruddin Hassan, published by De Gruyter
This work is licensed under the Creative Commons Attribution 4.0 International License.
Articles in the same Issue
- Regular Articles
- Non-equilibrium Phase Transitions in 2D Small-World Networks: Competing Dynamics
- Harmonic waves solution in dual-phase-lag magneto-thermoelasticity
- Multiplicative topological indices of honeycomb derived networks
- Zagreb Polynomials and redefined Zagreb indices of nanostar dendrimers
- Solar concentrators manufacture and automation
- Idea of multi cohesive areas - foundation, current status and perspective
- Derivation method of numerous dynamics in the Special Theory of Relativity
- An application of Nwogu’s Boussinesq model to analyze the head-on collision process between hydroelastic solitary waves
- Competing Risks Model with Partially Step-Stress Accelerate Life Tests in Analyses Lifetime Chen Data under Type-II Censoring Scheme
- Group velocity mismatch at ultrashort electromagnetic pulse propagation in nonlinear metamaterials
- Investigating the impact of dissolved natural gas on the flow characteristics of multicomponent fluid in pipelines
- Analysis of impact load on tubing and shock absorption during perforating
- Energy characteristics of a nonlinear layer at resonant frequencies of wave scattering and generation
- Ion charge separation with new generation of nuclear emulsion films
- On the influence of water on fragmentation of the amino acid L-threonine
- Formulation of heat conduction and thermal conductivity of metals
- Displacement Reliability Analysis of Submerged Multi-body Structure’s Floating Body for Connection Gaps
- Deposits of iron oxides in the human globus pallidus
- Integrability, exact solutions and nonlinear dynamics of a nonisospectral integral-differential system
- Bounds for partition dimension of M-wheels
- Visual Analysis of Cylindrically Polarized Light Beams’ Focal Characteristics by Path Integral
- Analysis of repulsive central universal force field on solar and galactic dynamics
- Solitary Wave Solution of Nonlinear PDEs Arising in Mathematical Physics
- Understanding quantum mechanics: a review and synthesis in precise language
- Plane Wave Reflection in a Compressible Half Space with Initial Stress
- Evaluation of the realism of a full-color reflection H2 analog hologram recorded on ultra-fine-grain silver-halide material
- Graph cutting and its application to biological data
- Time fractional modified KdV-type equations: Lie symmetries, exact solutions and conservation laws
- Exact solutions of equal-width equation and its conservation laws
- MHD and Slip Effect on Two-immiscible Third Grade Fluid on Thin Film Flow over a Vertical Moving Belt
- Vibration Analysis of a Three-Layered FGM Cylindrical Shell Including the Effect Of Ring Support
- Hybrid censoring samples in assessment the lifetime performance index of Chen distributed products
- Study on the law of coal resistivity variation in the process of gas adsorption/desorption
- Mapping of Lineament Structures from Aeromagnetic and Landsat Data Over Ankpa Area of Lower Benue Trough, Nigeria
- Beta Generalized Exponentiated Frechet Distribution with Applications
- INS/gravity gradient aided navigation based on gravitation field particle filter
- Electrodynamics in Euclidean Space Time Geometries
- Dynamics and Wear Analysis of Hydraulic Turbines in Solid-liquid Two-phase Flow
- On Numerical Solution Of The Time Fractional Advection-Diffusion Equation Involving Atangana-Baleanu-Caputo Derivative
- New Complex Solutions to the Nonlinear Electrical Transmission Line Model
- The effects of quantum spectrum of 4 + n-dimensional water around a DNA on pure water in four dimensional universe
- Quantum Phase Estimation Algorithm for Finding Polynomial Roots
- Vibration Equation of Fractional Order Describing Viscoelasticity and Viscous Inertia
- The Errors Recognition and Compensation for the Numerical Control Machine Tools Based on Laser Testing Technology
- Evaluation and Decision Making of Organization Quality Specific Immunity Based on MGDM-IPLAO Method
- Key Frame Extraction of Multi-Resolution Remote Sensing Images Under Quality Constraint
- Influences of Contact Force towards Dressing Contiguous Sense of Linen Clothing
- Modeling and optimization of urban rail transit scheduling with adaptive fruit fly optimization algorithm
- The pseudo-limit problem existing in electromagnetic radiation transmission and its mathematical physics principle analysis
- Chaos synchronization of fractional–order discrete–time systems with different dimensions using two scaling matrices
- Stress Characteristics and Overload Failure Analysis of Cemented Sand and Gravel Dam in Naheng Reservoir
- A Big Data Analysis Method Based on Modified Collaborative Filtering Recommendation Algorithms
- Semi-supervised Classification Based Mixed Sampling for Imbalanced Data
- The Influence of Trading Volume, Market Trend, and Monetary Policy on Characteristics of the Chinese Stock Exchange: An Econophysics Perspective
- Estimation of sand water content using GPR combined time-frequency analysis in the Ordos Basin, China
- Special Issue Applications of Nonlinear Dynamics
- Discrete approximate iterative method for fuzzy investment portfolio based on transaction cost threshold constraint
- Multi-objective performance optimization of ORC cycle based on improved ant colony algorithm
- Information retrieval algorithm of industrial cluster based on vector space
- Parametric model updating with frequency and MAC combined objective function of port crane structure based on operational modal analysis
- Evacuation simulation of different flow ratios in low-density state
- A pointer location algorithm for computer visionbased automatic reading recognition of pointer gauges
- A cloud computing separation model based on information flow
- Optimizing model and algorithm for railway freight loading problem
- Denoising data acquisition algorithm for array pixelated CdZnTe nuclear detector
- Radiation effects of nuclear physics rays on hepatoma cells
- Special issue: XXVth Symposium on Electromagnetic Phenomena in Nonlinear Circuits (EPNC2018)
- A study on numerical integration methods for rendering atmospheric scattering phenomenon
- Wave propagation time optimization for geodesic distances calculation using the Heat Method
- Analysis of electricity generation efficiency in photovoltaic building systems made of HIT-IBC cells for multi-family residential buildings
- A structural quality evaluation model for three-dimensional simulations
- WiFi Electromagnetic Field Modelling for Indoor Localization
- Modeling Human Pupil Dilation to Decouple the Pupillary Light Reflex
- Principal Component Analysis based on data characteristics for dimensionality reduction of ECG recordings in arrhythmia classification
- Blinking Extraction in Eye gaze System for Stereoscopy Movies
- Optimization of screen-space directional occlusion algorithms
- Heuristic based real-time hybrid rendering with the use of rasterization and ray tracing method
- Review of muscle modelling methods from the point of view of motion biomechanics with particular emphasis on the shoulder
- The use of segmented-shifted grain-oriented sheets in magnetic circuits of small AC motors
- High Temperature Permanent Magnet Synchronous Machine Analysis of Thermal Field
- Inverse approach for concentrated winding surface permanent magnet synchronous machines noiseless design
- An enameled wire with a semi-conductive layer: A solution for a better distibution of the voltage stresses in motor windings
- High temperature machines: topologies and preliminary design
- Aging monitoring of electrical machines using winding high frequency equivalent circuits
- Design of inorganic coils for high temperature electrical machines
- A New Concept for Deeper Integration of Converters and Drives in Electrical Machines: Simulation and Experimental Investigations
- Special Issue on Energetic Materials and Processes
- Investigations into the mechanisms of electrohydrodynamic instability in free surface electrospinning
- Effect of Pressure Distribution on the Energy Dissipation of Lap Joints under Equal Pre-tension Force
- Research on microstructure and forming mechanism of TiC/1Cr12Ni3Mo2V composite based on laser solid forming
- Crystallization of Nano-TiO2 Films based on Glass Fiber Fabric Substrate and Its Impact on Catalytic Performance
- Effect of Adding Rare Earth Elements Er and Gd on the Corrosion Residual Strength of Magnesium Alloy
- Closed-die Forging Technology and Numerical Simulation of Aluminum Alloy Connecting Rod
- Numerical Simulation and Experimental Research on Material Parameters Solution and Shape Control of Sandwich Panels with Aluminum Honeycomb
- Research and Analysis of the Effect of Heat Treatment on Damping Properties of Ductile Iron
- Effect of austenitising heat treatment on microstructure and properties of a nitrogen bearing martensitic stainless steel
- Special Issue on Fundamental Physics of Thermal Transports and Energy Conversions
- Numerical simulation of welding distortions in large structures with a simplified engineering approach
- Investigation on the effect of electrode tip on formation of metal droplets and temperature profile in a vibrating electrode electroslag remelting process
- Effect of North Wall Materials on the Thermal Environment in Chinese Solar Greenhouse (Part A: Experimental Researches)
- Three-dimensional optimal design of a cooled turbine considering the coolant-requirement change
- Theoretical analysis of particle size re-distribution due to Ostwald ripening in the fuel cell catalyst layer
- Effect of phase change materials on heat dissipation of a multiple heat source system
- Wetting properties and performance of modified composite collectors in a membrane-based wet electrostatic precipitator
- Implementation of the Semi Empirical Kinetic Soot Model Within Chemistry Tabulation Framework for Efficient Emissions Predictions in Diesel Engines
- Comparison and analyses of two thermal performance evaluation models for a public building
- A Novel Evaluation Method For Particle Deposition Measurement
- Effect of the two-phase hybrid mode of effervescent atomizer on the atomization characteristics
- Erratum
- Integrability analysis of the partial differential equation describing the classical bond-pricing model of mathematical finance
- Erratum to: Energy converting layers for thin-film flexible photovoltaic structures
Articles in the same Issue
- Regular Articles
- Non-equilibrium Phase Transitions in 2D Small-World Networks: Competing Dynamics
- Harmonic waves solution in dual-phase-lag magneto-thermoelasticity
- Multiplicative topological indices of honeycomb derived networks
- Zagreb Polynomials and redefined Zagreb indices of nanostar dendrimers
- Solar concentrators manufacture and automation
- Idea of multi cohesive areas - foundation, current status and perspective
- Derivation method of numerous dynamics in the Special Theory of Relativity
- An application of Nwogu’s Boussinesq model to analyze the head-on collision process between hydroelastic solitary waves
- Competing Risks Model with Partially Step-Stress Accelerate Life Tests in Analyses Lifetime Chen Data under Type-II Censoring Scheme
- Group velocity mismatch at ultrashort electromagnetic pulse propagation in nonlinear metamaterials
- Investigating the impact of dissolved natural gas on the flow characteristics of multicomponent fluid in pipelines
- Analysis of impact load on tubing and shock absorption during perforating
- Energy characteristics of a nonlinear layer at resonant frequencies of wave scattering and generation
- Ion charge separation with new generation of nuclear emulsion films
- On the influence of water on fragmentation of the amino acid L-threonine
- Formulation of heat conduction and thermal conductivity of metals
- Displacement Reliability Analysis of Submerged Multi-body Structure’s Floating Body for Connection Gaps
- Deposits of iron oxides in the human globus pallidus
- Integrability, exact solutions and nonlinear dynamics of a nonisospectral integral-differential system
- Bounds for partition dimension of M-wheels
- Visual Analysis of Cylindrically Polarized Light Beams’ Focal Characteristics by Path Integral
- Analysis of repulsive central universal force field on solar and galactic dynamics
- Solitary Wave Solution of Nonlinear PDEs Arising in Mathematical Physics
- Understanding quantum mechanics: a review and synthesis in precise language
- Plane Wave Reflection in a Compressible Half Space with Initial Stress
- Evaluation of the realism of a full-color reflection H2 analog hologram recorded on ultra-fine-grain silver-halide material
- Graph cutting and its application to biological data
- Time fractional modified KdV-type equations: Lie symmetries, exact solutions and conservation laws
- Exact solutions of equal-width equation and its conservation laws
- MHD and Slip Effect on Two-immiscible Third Grade Fluid on Thin Film Flow over a Vertical Moving Belt
- Vibration Analysis of a Three-Layered FGM Cylindrical Shell Including the Effect Of Ring Support
- Hybrid censoring samples in assessment the lifetime performance index of Chen distributed products
- Study on the law of coal resistivity variation in the process of gas adsorption/desorption
- Mapping of Lineament Structures from Aeromagnetic and Landsat Data Over Ankpa Area of Lower Benue Trough, Nigeria
- Beta Generalized Exponentiated Frechet Distribution with Applications
- INS/gravity gradient aided navigation based on gravitation field particle filter
- Electrodynamics in Euclidean Space Time Geometries
- Dynamics and Wear Analysis of Hydraulic Turbines in Solid-liquid Two-phase Flow
- On Numerical Solution Of The Time Fractional Advection-Diffusion Equation Involving Atangana-Baleanu-Caputo Derivative
- New Complex Solutions to the Nonlinear Electrical Transmission Line Model
- The effects of quantum spectrum of 4 + n-dimensional water around a DNA on pure water in four dimensional universe
- Quantum Phase Estimation Algorithm for Finding Polynomial Roots
- Vibration Equation of Fractional Order Describing Viscoelasticity and Viscous Inertia
- The Errors Recognition and Compensation for the Numerical Control Machine Tools Based on Laser Testing Technology
- Evaluation and Decision Making of Organization Quality Specific Immunity Based on MGDM-IPLAO Method
- Key Frame Extraction of Multi-Resolution Remote Sensing Images Under Quality Constraint
- Influences of Contact Force towards Dressing Contiguous Sense of Linen Clothing
- Modeling and optimization of urban rail transit scheduling with adaptive fruit fly optimization algorithm
- The pseudo-limit problem existing in electromagnetic radiation transmission and its mathematical physics principle analysis
- Chaos synchronization of fractional–order discrete–time systems with different dimensions using two scaling matrices
- Stress Characteristics and Overload Failure Analysis of Cemented Sand and Gravel Dam in Naheng Reservoir
- A Big Data Analysis Method Based on Modified Collaborative Filtering Recommendation Algorithms
- Semi-supervised Classification Based Mixed Sampling for Imbalanced Data
- The Influence of Trading Volume, Market Trend, and Monetary Policy on Characteristics of the Chinese Stock Exchange: An Econophysics Perspective
- Estimation of sand water content using GPR combined time-frequency analysis in the Ordos Basin, China
- Special Issue Applications of Nonlinear Dynamics
- Discrete approximate iterative method for fuzzy investment portfolio based on transaction cost threshold constraint
- Multi-objective performance optimization of ORC cycle based on improved ant colony algorithm
- Information retrieval algorithm of industrial cluster based on vector space
- Parametric model updating with frequency and MAC combined objective function of port crane structure based on operational modal analysis
- Evacuation simulation of different flow ratios in low-density state
- A pointer location algorithm for computer visionbased automatic reading recognition of pointer gauges
- A cloud computing separation model based on information flow
- Optimizing model and algorithm for railway freight loading problem
- Denoising data acquisition algorithm for array pixelated CdZnTe nuclear detector
- Radiation effects of nuclear physics rays on hepatoma cells
- Special issue: XXVth Symposium on Electromagnetic Phenomena in Nonlinear Circuits (EPNC2018)
- A study on numerical integration methods for rendering atmospheric scattering phenomenon
- Wave propagation time optimization for geodesic distances calculation using the Heat Method
- Analysis of electricity generation efficiency in photovoltaic building systems made of HIT-IBC cells for multi-family residential buildings
- A structural quality evaluation model for three-dimensional simulations
- WiFi Electromagnetic Field Modelling for Indoor Localization
- Modeling Human Pupil Dilation to Decouple the Pupillary Light Reflex
- Principal Component Analysis based on data characteristics for dimensionality reduction of ECG recordings in arrhythmia classification
- Blinking Extraction in Eye gaze System for Stereoscopy Movies
- Optimization of screen-space directional occlusion algorithms
- Heuristic based real-time hybrid rendering with the use of rasterization and ray tracing method
- Review of muscle modelling methods from the point of view of motion biomechanics with particular emphasis on the shoulder
- The use of segmented-shifted grain-oriented sheets in magnetic circuits of small AC motors
- High Temperature Permanent Magnet Synchronous Machine Analysis of Thermal Field
- Inverse approach for concentrated winding surface permanent magnet synchronous machines noiseless design
- An enameled wire with a semi-conductive layer: A solution for a better distibution of the voltage stresses in motor windings
- High temperature machines: topologies and preliminary design
- Aging monitoring of electrical machines using winding high frequency equivalent circuits
- Design of inorganic coils for high temperature electrical machines
- A New Concept for Deeper Integration of Converters and Drives in Electrical Machines: Simulation and Experimental Investigations
- Special Issue on Energetic Materials and Processes
- Investigations into the mechanisms of electrohydrodynamic instability in free surface electrospinning
- Effect of Pressure Distribution on the Energy Dissipation of Lap Joints under Equal Pre-tension Force
- Research on microstructure and forming mechanism of TiC/1Cr12Ni3Mo2V composite based on laser solid forming
- Crystallization of Nano-TiO2 Films based on Glass Fiber Fabric Substrate and Its Impact on Catalytic Performance
- Effect of Adding Rare Earth Elements Er and Gd on the Corrosion Residual Strength of Magnesium Alloy
- Closed-die Forging Technology and Numerical Simulation of Aluminum Alloy Connecting Rod
- Numerical Simulation and Experimental Research on Material Parameters Solution and Shape Control of Sandwich Panels with Aluminum Honeycomb
- Research and Analysis of the Effect of Heat Treatment on Damping Properties of Ductile Iron
- Effect of austenitising heat treatment on microstructure and properties of a nitrogen bearing martensitic stainless steel
- Special Issue on Fundamental Physics of Thermal Transports and Energy Conversions
- Numerical simulation of welding distortions in large structures with a simplified engineering approach
- Investigation on the effect of electrode tip on formation of metal droplets and temperature profile in a vibrating electrode electroslag remelting process
- Effect of North Wall Materials on the Thermal Environment in Chinese Solar Greenhouse (Part A: Experimental Researches)
- Three-dimensional optimal design of a cooled turbine considering the coolant-requirement change
- Theoretical analysis of particle size re-distribution due to Ostwald ripening in the fuel cell catalyst layer
- Effect of phase change materials on heat dissipation of a multiple heat source system
- Wetting properties and performance of modified composite collectors in a membrane-based wet electrostatic precipitator
- Implementation of the Semi Empirical Kinetic Soot Model Within Chemistry Tabulation Framework for Efficient Emissions Predictions in Diesel Engines
- Comparison and analyses of two thermal performance evaluation models for a public building
- A Novel Evaluation Method For Particle Deposition Measurement
- Effect of the two-phase hybrid mode of effervescent atomizer on the atomization characteristics
- Erratum
- Integrability analysis of the partial differential equation describing the classical bond-pricing model of mathematical finance
- Erratum to: Energy converting layers for thin-film flexible photovoltaic structures