首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   2365篇
  免费   103篇
  国内免费   7篇
电工技术   29篇
综合类   6篇
化学工业   531篇
金属工艺   83篇
机械仪表   52篇
建筑科学   60篇
矿业工程   3篇
能源动力   168篇
轻工业   184篇
水利工程   17篇
石油天然气   5篇
无线电   234篇
一般工业技术   584篇
冶金工业   197篇
原子能技术   8篇
自动化技术   314篇
  2024年   8篇
  2023年   35篇
  2022年   70篇
  2021年   117篇
  2020年   73篇
  2019年   83篇
  2018年   109篇
  2017年   92篇
  2016年   77篇
  2015年   53篇
  2014年   85篇
  2013年   185篇
  2012年   113篇
  2011年   150篇
  2010年   91篇
  2009年   102篇
  2008年   77篇
  2007年   88篇
  2006年   57篇
  2005年   59篇
  2004年   48篇
  2003年   49篇
  2002年   40篇
  2001年   30篇
  2000年   29篇
  1999年   29篇
  1998年   32篇
  1997年   32篇
  1996年   35篇
  1995年   38篇
  1994年   31篇
  1993年   27篇
  1992年   31篇
  1991年   24篇
  1990年   13篇
  1989年   19篇
  1988年   21篇
  1987年   21篇
  1986年   18篇
  1985年   17篇
  1984年   23篇
  1983年   26篇
  1982年   27篇
  1981年   20篇
  1980年   16篇
  1979年   7篇
  1978年   8篇
  1976年   20篇
  1975年   3篇
  1971年   3篇
排序方式: 共有2475条查询结果,搜索用时 421 毫秒
51.
The d.c. and a.c. (100 Hz–1 MHz) conductivities of HCl-doped polyaniline have been measured in the temperature range 77–300 K. At 77 K, the a.c. conductivity data, (), can be described by the relation ()=As, where the parameter s lies close to unity and decreases with increase in the doping level. The ratio of measured a.c. to d.c. conductivity shows dispersion at 77 K, which decreases with increase in the doping level. This decrease is found to be sharp around pH3.0. In the temperature range 77–150 K, the observed d.c. conductivity data can be described by Mott's three dimensional variable range hopping (VRH) model. Scanning electron microscopy studies reveal a sharp change in structural morphology of HCl-doped polyaniline at a pH3.0. A strikingly remarkable structural morphology has been observed in the formc of a channel at this pH value. This change is accompanied by a rapid increase in d.c. conductivity, dielectric constant, along with sharp changes in structural morphology, which indicates the existence of a doping-induced structural conductivity correlation in this system. © 1998 Chapman & Hall  相似文献   
52.
Electron paramagnetic resonance (EPR) studies have been performed on the glass system (30–x) NaF-xNa2O-50B2O3-20Bi2O3 doped with CuO as a paramagnetic probe. The calculated g values indicate that Cu2+ is in a tetragonally elongated octahedral co-ordination, and the Jahn-Teller character gives rise to anisotropic hyperfine structure. The spin-Hamiltonian parameters and -bonding parameter, 2, are calculated. Varying the fluoride ion concentration and its effect on these parameters is also discussed.  相似文献   
53.
We introduce a high order parameter-robust numerical method to solve a Dirichlet problem for one-dimensional time dependent singularly perturbed reaction-diffusion equation. A small parameter ε is multiplied with the second order spatial derivative in the equation. The parabolic boundary layers appear in the solution of the problem as the perturbation parameter ε tends to zero. To obtain the approximate solution of the problem we construct a numerical method by combining the Crank–Nicolson method on an uniform mesh in time direction, together with a hybrid scheme which is a suitable combination of a fourth order compact difference scheme and the standard central difference scheme on a generalized Shishkin mesh in spatial direction. We prove that the resulting method is parameter-robust or ε-uniform in the sense that its numerical solution converges to the exact solution uniformly well with respect to the singular perturbation parameter ε. More specifically, we prove that the numerical method is uniformly convergent of second order in time and almost fourth order in spatial variable, if the discretization parameters satisfy a non-restrictive relation. Numerical experiments are presented to validate the theoretical results and also indicate that the relation between the discretization parameters is not necessary in practice.  相似文献   
54.
Classical data mining algorithms require expensive passes over the entire database to generate frequent items and hence to generate association rules. With the increase in the size of database, it is becoming very difficult to handle large amount of data for computation. One of the solutions to this problem is to generate sample from the database that acts as representative of the entire database for finding association rules in such a way that the distance of the sample from the complete database is minimal. Choosing correct sample that could represent data is not an easy task. Many algorithms have been proposed in the past. Some of them are computationally fast while others give better accuracy. In this paper, we present an algorithm for generating a sample from the database that can replace the entire database for generating association rules and is aimed at keeping a balance between accuracy and speed. The algorithm that is proposed takes into account the average number of small, medium and large 1-itemset in the database and average weight of the transactions to define threshold condition for the transactions. Set of transactions that satisfy the threshold condition is chosen as the representative for the entire database. The effectiveness of the proposed algorithm has been tested over several runs of database generated by IBM synthetic data generator. A vivid comparative performance evaluation of the proposed technique with the existing sampling techniques for comparing the accuracy and speed has also been carried out.  相似文献   
55.
Agile software development (ASD) is an emerging approach in software engineering, initially advocated by a group of 17 software professionals who practice a set of “lightweight” methods, and share a common set of values of software development. In this paper, we advance the state-of-the-art of the research in this area by conducting a survey-based ex-post-facto study for identifying factors from the perspective of the ASD practitioners that will influence the success of projects that adopt ASD practices. In this paper, we describe a hypothetical success factors framework we developed to address our research question, the hypotheses we conjectured, the research methodology, the data analysis techniques we used to validate the hypotheses, and the results we obtained from data analysis. The study was conducted using an unprecedentedly large-scale survey-based methodology, consisting of respondents who practice ASD and who had experience practicing plan-driven software development in the past. The study indicates that nine of the 14 hypothesized factors have statistically significant relationship with “Success”. The important success factors that were found are: customer satisfaction, customer collaboration, customer commitment, decision time, corporate culture, control, personal characteristics, societal culture, and training and learning.  相似文献   
56.
Exception handling enables programmers to specify the behavior of a program when an exceptional event occurs at runtime. Exception handling, thus, facilitates software fault tolerance and the production of reliable and robust software systems. With the recent emergence of multi-processor systems and parallel programming constructs, techniques are needed that provide exception handling support in these environments that are intuitive and easy to use. Unfortunately, extant semantics of exception handling for concurrent settings is significantly more complex to reason about than their serial counterparts.In this paper, we investigate a similarly intuitive semantics for exception handling for the future parallel programming construct in Java. Futures are used by programmers to identify potentially asynchronous computations and to introduce parallelism into sequential programs. The intent of futures is to provide some performance benefits through the use of method-level concurrency while maintaining as-if-serial semantics that novice programmers can easily understand — the semantics of a program with futures is the same as that for an equivalent serial version of the program. We extend this model to provide as-if-serial exception handling semantics. Using this model our runtime delivers exceptions to the same point it would deliver them if the program was executed sequentially. We present the design and implementation of our approach and evaluate its efficiency using an open source Java virtual machine.  相似文献   
57.
In recent past, wavelet packet (WP) based speech enhancement techniques have been gaining popularity due to their inherent nature of noise minimization. WP based techniques appeared as more robust and efficient than short-time Fourier transform based methods. In the present work, a speech enhancement method using Teager energy operated equal rectangular bandwidth (ERB)-like WP decomposition has been proposed. Twenty four sub-band perceptual wavelet packet decomposition (PWPD) structure is implemented according to the auditory ERB scale. ERB scale based decomposition structure is used because the central frequency of the ERB scale distribution is similar to the frequency response of the human cochlea. Teager energy operator is applied to estimate the threshold value for the PWPD coefficients. Lastly, Wiener filtering is applied to remove the low frequency noise before final reconstruction stage. The proposed method has been applied to evaluate the Hindi sentences database, corrupted with six noise conditions. The proposed method’s performance is analysed with respect to several speech quality parameters and output signal to noise ratio levels. Performance indicates that the proposed technique outperforms some traditional speech enhancement algorithms at all SNR levels.  相似文献   
58.
Autonomous clustering using rough set theory   总被引:1,自引:0,他引:1  
This paper proposes a clustering technique that minimizes the need for subjective human intervention and is based on elements of rough set theory (RST). The proposed algorithm is unified in its approach to clustering and makes use of both local and global data properties to obtain clustering solutions. It handles single-type and mixed attribute data sets with ease. The results from three data sets of single and mixed attribute types are used to illustrate the technique and establish its efficiency.  相似文献   
59.
Solving shortest path problem using particle swarm optimization   总被引:6,自引:0,他引:6  
This paper presents the investigations on the application of particle swarm optimization (PSO) to solve shortest path (SP) routing problems. A modified priority-based encoding incorporating a heuristic operator for reducing the possibility of loop-formation in the path construction process is proposed for particle representation in PSO. Simulation experiments have been carried out on different network topologies for networks consisting of 15–70 nodes. It is noted that the proposed PSO-based approach can find the optimal path with good success rates and also can find closer sub-optimal paths with high certainty for all the tested networks. It is observed that the performance of the proposed algorithm surpasses those of recently reported genetic algorithm based approaches for this problem.  相似文献   
60.
Visual media data such as an image is the raw data representation for many important applications. Reducing the dimensionality of raw visual media data is desirable since high dimensionality degrades not only the effectiveness but also the efficiency of visual recognition algorithms. We present a comparative study on spatial interest pixels (SIPs), including eight-way (a novel SIP detector), Harris, and Lucas‐Kanade, whose extraction is considered as an important step in reducing the dimensionality of visual media data. With extensive case studies, we have shown the usefulness of SIPs as low-level features of visual media data. A class-preserving dimension reduction algorithm (using GSVD) is applied to further reduce the dimension of feature vectors based on SIPs. The experiments showed its superiority over PCA.
Chandra KambhamettuEmail:
  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号