全文获取类型
收费全文 | 2348篇 |
免费 | 38篇 |
国内免费 | 6篇 |
专业分类
电工技术 | 49篇 |
综合类 | 13篇 |
化学工业 | 622篇 |
金属工艺 | 63篇 |
机械仪表 | 88篇 |
建筑科学 | 75篇 |
矿业工程 | 4篇 |
能源动力 | 119篇 |
轻工业 | 232篇 |
水利工程 | 41篇 |
石油天然气 | 26篇 |
武器工业 | 2篇 |
无线电 | 176篇 |
一般工业技术 | 398篇 |
冶金工业 | 80篇 |
原子能技术 | 22篇 |
自动化技术 | 382篇 |
出版年
2024年 | 50篇 |
2023年 | 72篇 |
2022年 | 105篇 |
2021年 | 182篇 |
2020年 | 147篇 |
2019年 | 160篇 |
2018年 | 163篇 |
2017年 | 145篇 |
2016年 | 144篇 |
2015年 | 107篇 |
2014年 | 121篇 |
2013年 | 207篇 |
2012年 | 152篇 |
2011年 | 132篇 |
2010年 | 98篇 |
2009年 | 94篇 |
2008年 | 58篇 |
2007年 | 46篇 |
2006年 | 38篇 |
2005年 | 12篇 |
2004年 | 9篇 |
2003年 | 15篇 |
2002年 | 13篇 |
2001年 | 3篇 |
2000年 | 7篇 |
1999年 | 10篇 |
1998年 | 22篇 |
1997年 | 14篇 |
1996年 | 9篇 |
1995年 | 10篇 |
1994年 | 10篇 |
1993年 | 5篇 |
1992年 | 6篇 |
1991年 | 5篇 |
1990年 | 2篇 |
1988年 | 1篇 |
1987年 | 4篇 |
1986年 | 1篇 |
1984年 | 5篇 |
1983年 | 1篇 |
1982年 | 1篇 |
1981年 | 3篇 |
1980年 | 1篇 |
1968年 | 1篇 |
1953年 | 1篇 |
排序方式: 共有2392条查询结果,搜索用时 0 毫秒
81.
Shahrivari Joghan Hamid Bagheri Alireza Azad Meysam 《The Journal of supercomputing》2019,75(12):8094-8114
The Journal of Supercomputing - In complex networks, especially social networks, networks could be divided into disjoint partitions. However, nodes could be partitioned such that the number of... 相似文献
82.
Dimitrios?RentzosEmail author Saeed?Vaseghi Qin?Yan Ching-Hsiang?Ho 《International Journal of Speech Technology》2005,8(3):227-245
This paper presents a method for the estimation and mapping of parametric models of speech resonance at formants for voice
conversion. The spectral features at formants that contribute to voice characteristics are the trajectories of the frequencies,
the bandwidths and intensities of the resonance at formants. The formant features are extracted from the poles of a linear
prediction (LP) model of speech. The statistical distributions of formants are modelled by a two-dimensional hidden Markov
model (HMM) spanning the time and frequency dimensions. Experimental results are presented which show a close match between
HMM-based formant models and the histograms of formants. For voice conversion two alternative methods are explored for mapping
the formants of a source speaker to those of a target speaker. The first method is based on an adaptive formant-tracking warping
of the frequency response of the LP model and the second method is based on the rotation of the poles of the LP model of speech.
Both methods transform all spectral parameters of the resonance at formants of the source speaker towards those of the target
speaker. In addition, the issues affecting the selection of the warping ratios for the mapping functions are investigated.
Experimental results of formant estimation and perceptual evaluation of voice morphing based on parametric formant models
are presented. 相似文献
83.
F. Kazemyzade H. Mahdipoor A. Bagheri S. Khademzade E. Hajiebrahimi Z. Gheisari A. Sadighzadeh V. Damideh 《Journal of Fusion Energy》2012,31(4):341-345
Using OOPIC-Pro assisted-two dimensional simulation we have considered the dependencies of the electron and ion densities, as well as the central electric potential on the magnetic-field intensity in the Polywell fusion reactor. It is shown that the potential well depth increases with decreasing the magnetic intensity, while much narrower well width (thus more effective deuteron trapping) is achieved with increasing the magnetic field intensity. The results obtained can be employed to adjust the magnetic field intensities at which more effective electron confinement, thus more effective ion-flux convergence, is expected. Furthermore, this study can be used to reach the optimized conditions of the reactor operation as well as to relate to the next generation fusion fuels. 相似文献
84.
Networks with billions of vertices introduce new challenges to perform graph analysis in a reasonable time. Clustering coefficient is an important analytical measure of networks such as social networks and biological networks. To compute clustering coefficient in big graphs, existing distributed algorithms suffer from low efficiency such that they may fail due to demanding lots of memory, or even, if they complete successfully, their execution time is not acceptable for real-world applications. We present a distributed MapReduce-based algorithm, called CCFinder, to efficiently compute clustering coefficient in very big graphs. CCFinder is executed on Apache Spark, a scalable data processing platform. It efficiently detects existing triangles through using our proposed data structure, called FONL, which is cached in the distributed memory provided by Spark and reused multiple times. As data items in the FONL are fine-grained and contain the minimum required information, CCFinder requires less storage space and has better parallelism in comparison with its competitors. To find clustering coefficient, our solution to triangle counting is extended to have degree information of the vertices in the appropriate places. We performed several experiments on a Spark cluster with 60 processors. The results show that CCFinder achieves acceptable scalability and outperforms six existing competitor methods. Four competitors are those methods proposed based on graph processing systems, i.e., GraphX, NScale, NScaleSpark, and Pregel frameworks, and two others are the Cohen’s method and NodeIterator++, introduced based on MapReduce. 相似文献
85.
In the recent years, the 3D visual research has gained momentum with publications appearing for all aspects of 3D including visual tracking. This paper presents a review of the literature published for 3D visual tracking over the past five years. The work particularly focuses on stochastic filtering techniques such as particle filter and Kalman filter. These two filters are extensively used for tracking due to their ability to consider uncertainties in the estimation. The improvement in computational power of computers and increasing interest in robust tracking algorithms lead to increase in the use of stochastic filters in visual tracking in general and 3D visual tracking in particular. Stochastic filters are used for numerous applications in the literature such as robot navigation, computer games and behavior analysis. Kalman filter is a linear estimator which approximates system's dynamics with Gaussian model while particle filter approximates system's dynamics using weighted samples. In this paper, we investigate the implementation of Kalman and particle filters in the published work and we provide comparison between these techniques qualitatively as well as quantitatively. The quantitative analysis is in terms of computational time and accuracy. The quantitative analysis has been implemented using four parameters of the tracked object which are object position, velocity, size of bounding ellipse and orientation angle. 相似文献
86.
M. Saeed Jabal-Ameli Mohammad Moshref-Javadi 《The International Journal of Advanced Manufacturing Technology》2014,71(1-4):1-22
Two key decisions in designing cellular manufacturing systems are cell formation and layout design problems. In the cell formation problem, machine groups and part families are determined while in the facility layout problem the location of each machine in each cell (intra-cell layout) and the location of each cell (inter-cell layout) are decided. Owing to the fact that there are interactions between two problems, cell formation and layout design problem must be tackled concurrently to design a productive manufacturing system. In this research, two problems are investigated concurrently. Some important and realistic factors such as inter-cell layout, intra-cell layout, operations sequence, part demands, batch size, number of cells, cell size, and variable process routings are incorporated in the problem. The problem is formulated as a mathematical model. Three different methods are described to solve the problem: multi-objective scatter search (MOSS), non-dominated genetic algorithm (NSGA-II), and the ε-constraint method. The methods are employed to solve nine problems generated and adopted from the literature. Sensitivity analysis is accomplished on the parameters of the problem to investigate the effects of them on objective function values. The results show that the proposed MOSS algorithm performs better than NSGA-II and produces better solutions in comparison to multi-stage approaches. 相似文献
87.
Reconstructing damage geometry with computationally efficient and effective algorithms is of primary importance in establishing a robust structural health monitoring (SHM) system. In this paper, Born imaging algorithm is proposed for three-dimensional (3D) damage imaging of reinforced concrete structures using electromagnetic waves. This algorithm is derived in time domain for inhomogeneous isotropic and lossy structures. In order to reduce the computational cost of the algorithm, different imaging conditions are introduced. Numerical simulations in a 2D transverse magnetic case for a reinforced concrete slab with multiple damages are performed to test the effectiveness of the algorithm. In this simulated study, sensor data, incident field, and back-propagated field are computed via a finite difference time-domain method. It is concluded that the proposed imaging algorithm is capable of efficiently identifying the damages’ geometries and may be employed in a SHM system. 相似文献
88.
Muhammad Saeed Ji-Yang Yu Aniseh Ahmed Atef Abdalla Xian-Ping Zhong Mahmood Ahmad Ghazanfar 《核技术(英文版)》2017,28(10)
This paper presents the gas distribution analysis by injecting air fountain into the containment and simulations with the HYDRAGON code. Turbulence models of standard k-ε(SKE), re-normalization group k-ε(RNG) and a realizable k-ε(RLZ) are used to assess the effects on the gas distribution analysis during a severe accident in a nuclear power plant. By comparing with experimental data,the simulation results of the RNG and SKE turbulence models agree well with the experimental data on the prediction of dimensionless density distributions. The results illustrate that the turbulence model choice had a small effect on the simulation results, particularly the region near to the air fountain source. 相似文献
89.
Human gene for physical performance 总被引:2,自引:0,他引:2
90.
Saeed Farahany Ali Ourdjini Tuty Asma Abu Bakar Mohd Hasbullah Idris 《Metallurgical and Materials Transactions A》2014,45(3):1085-1088
Obtained results of micro and nano studies reveal that bismuth refines the silicon in which the flake silicon changed to lamellar structure with reduction in twin spacing from 160 to 75 nm. Bismuth segregates towards the inter-dendritic regions and decreases the Al-Si contact angle resulting in suppression of the silicon growth causing refinement of the eutectic structure. Increased recalescence temperature and time confirmed that the refinement effect is attributed to the growth stage. 相似文献