首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   2298篇
  免费   63篇
电工技术   35篇
综合类   4篇
化学工业   537篇
金属工艺   67篇
机械仪表   49篇
建筑科学   97篇
矿业工程   23篇
能源动力   88篇
轻工业   104篇
水利工程   26篇
石油天然气   8篇
无线电   157篇
一般工业技术   383篇
冶金工业   463篇
原子能技术   29篇
自动化技术   291篇
  2022年   17篇
  2021年   29篇
  2019年   21篇
  2018年   27篇
  2017年   19篇
  2016年   50篇
  2015年   28篇
  2014年   45篇
  2013年   175篇
  2012年   67篇
  2011年   107篇
  2010年   72篇
  2009年   89篇
  2008年   94篇
  2007年   88篇
  2006年   79篇
  2005年   86篇
  2004年   59篇
  2003年   57篇
  2002年   43篇
  2001年   41篇
  2000年   18篇
  1999年   39篇
  1998年   52篇
  1997年   55篇
  1996年   38篇
  1995年   38篇
  1994年   34篇
  1993年   32篇
  1992年   39篇
  1991年   19篇
  1990年   22篇
  1989年   30篇
  1988年   20篇
  1987年   25篇
  1986年   27篇
  1985年   39篇
  1984年   26篇
  1983年   34篇
  1982年   30篇
  1981年   32篇
  1980年   28篇
  1979年   33篇
  1978年   22篇
  1977年   25篇
  1976年   29篇
  1975年   28篇
  1974年   39篇
  1972年   17篇
  1955年   17篇
排序方式: 共有2361条查询结果,搜索用时 406 毫秒
991.
Sort-last parallel rendering is widely used. Recent GPU developments mean that a PC equipped with multiple GPUs is a viable alternative to a high-cost supercomputer: the Fermi architecture of a single GPU supports uniform virtual addressing, providing a foundation for non-uniform memory access (NUMA) on multi-GPU platforms. Such hardware changes require the user to reconsider the parallel rendering algorithms. In this paper, we thoroughly investigate the NUMA-aware image compositing problem, which is the key final stage in sort-last parallel rendering. Based on a proven radix-k strategy, we find one optimal compositing algorithm, which takes advantage of NUMA architecture on the multi-GPU platform. We quantitatively analyze different image compositing modes for practical image compositing, taking into account peer-to-peer communication costs between GPUs. Our experiments on various datasets show that our image compositing method is very fast, an image of a few megapixels can be composited in about 10 ms by eight GPUs.  相似文献   
992.
Previously, Pruett et al. (2003) [3] described an N-body integrator of arbitrarily high order M with an asymptotic operation count of O(M2N2). The algorithm's structure lends itself readily to data parallelization, which we document and demonstrate here in the integration of point-mass systems subject to Newtonian gravitation. High order is shown to benefit parallel efficiency. The resulting N-body integrator is robust, parameter-free, highly accurate, and adaptive in both time-step and order. Moreover, it exhibits linear speedup on distributed parallel processors, provided that each processor is assigned at least a handful of bodies.

Program summary

Program title: PNB.f90Catalogue identifier: AEIK_v1_0Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AEIK_v1_0.htmlProgram obtainable from: CPC Program Library, Queen's University, Belfast, N. IrelandLicensing provisions: Standard CPC license, http://cpc.cs.qub.ac.uk/licence/licence.htmlNo. of lines in distributed program, including test data, etc.: 3052No. of bytes in distributed program, including test data, etc.: 68 600Distribution format: tar.gzProgramming language: Fortran 90 and OpenMPIComputer: All shared or distributed memory parallel processorsOperating system: Unix/LinuxHas the code been vectorized or parallelized?: The code has been parallelized but has not been explicitly vectorized.RAM: Dependent upon NClassification: 4.3, 4.12, 6.5Nature of problem: High accuracy numerical evaluation of trajectories of N point masses each subject to Newtonian gravitation.Solution method: Parallel and adaptive extrapolation in time via power series of arbitrary degree.Running time: 5.1 s for the demo program supplied with the package.  相似文献   
993.
Modern communication systems are becoming increasingly dynamic and complex. In this article a novel mechanism for next generation charging and billing is presented that enables self-configurability for accounting systems consisting of heterogeneous components. The mechanism is required to be simple, effective, efficient, scalable and fault-tolerant. Based on simulation results it is shown that the proposed simple distributed mechanism is competitive with usual cost-based or random mechanisms under realistic assumptions and up to non-extreme workload situations as well as fulfilling the posed requirements.  相似文献   
994.
A key approach to visualizing a flow field is to emphasize regions with significant behavior. However, it is difficult to give concrete criteria for classifying feature regions. In this paper, we use a novel framework in which fuzzy sets are used to determine flow features: Fuzzy relationships assess structural properties of features. A fuzzy c-means-like clustering algorithm is used to evaluate the importance of each voxel. Our approach can be readily modified with new fuzzy relationships describing other features of interest to users. We use a multi-resolution approach which displays structural features in greater detail, and represents the background by coarse-grained information. Experiments on synthetic and real datasets show that our framework can highlight significant aspects of the whole flow while avoiding occlusion and clutter. Interactive performance is achieved via a GPU implementation.  相似文献   
995.
In this paper, we give an overview of sketch theory as a knowledge management framework and discuss its strengths relative to logic, the semantic web and relational algebra. Sketch theory, for example, supports modularity among meta-data, instance data and uncertainty. It also provides a notion of constraint-preserving map. We explore Q-trees as a technique for inference with sketches and compare it to logical deduction. Ideas can be formulated in distinct ways even within a fixed formalism. We illustrate solution of this alignment problem using sketches and the notion of Morita equivalence of logical theories. Sketch theory provides rich notions of contextual view with which we compute illustrative examples. Finally, we outline a program for advancing sketch theory as a complement to other knowledge management technologies and discuss transformations between sketches and other models.  相似文献   
996.
Robust statistical methods are employed to reduce the noise in Monte Carlo ray tracing. Through the use of resampling, the sample mean distribution is determined for each pixel. Because this distribution is uni‐modal and normal for a large sample size, robust estimates converge to the true mean of the pixel values. Compared to existing methods, less additional storage is required at each pixel because the sample mean distribution can be distilled down to a compact size, and fewer computations are necessary because the robust estimation process is sampling independent and needs a small input size to compute pixel values. The robust statistical pixel estimators are not only resistant to impulse noise, but they also remove general noise from fat‐tailed distributions. A substantial speedup in rendering can therefore be achieved by reducing the number of samples required for a desired image quality. The effectiveness of the proposed approach is demonstrated for path tracing simulations.  相似文献   
997.
998.
Traditional approaches for solving real-world problems using computer vision have depended heavily on CCD cameras and workstations. As the computation power of workstations doubles every 1.5 years, they are now better able to handle the large amount of data presented by the cameras; yet real-time solutions for physical interaction with the real-world continues to be very hard, and relegated to large and expensive systems. Our approach attempts to solve this problem by using computational sensors and small/inexpensive embedded processors. The computational sensors are custom designed to reduce the amount of data collected, to extract only relevant information and to present this information to the simple processor, microcontrollers (Cs) or DSPs, in a format which reduces post-processing latency. Consequently, the post-processors are required to perform only high level computation on features rather than data. These systems are applied to problems such as target acquisition and tracking for image stabilization and autonomous data driven autonavigation for mobile robots. We present an example of a system that uses a pair of computational sensors and a C to solve a toy autonavigation problem.The computational sensors, however, have wide applications in many problems that require image preprocessing such as edge detection, motion detection, centroid localization and other spatiotemporal processing. This paper also presents a general-purpose computational sensor capable of extracting many visual information components at the focal plane.  相似文献   
999.
This paper considers to what extent the grain-boundary structure in a commercial material may be understood in terms of modern structural theories of crystal boundaries. It is shown that in one particular state (partially recrystallized) 78% of the boundaries, examined by transmission electron microscopy, could be said to contain the type of structure predicted by the theoretical approach (i.e. intrinsic dislocation arrays).This paper goes on to examine not only the equilibrium component of the boundary structure (intrinsic dislocation arrays) but also looks at the perturbations created in this component by the presence of other, non-equilibrium components (such as topographical discontinuities, precipitates and extrinsic dislocations produced by the dissociation of run-in matrix dislocations).  相似文献   
1000.
The potential of a highly paraffinic Fischer–Tropsch synthesis (FTS) wax as a feedstock for Fluid Catalytic Cracking (FCC) has been evaluated. A once-through microriser reactor was used to mimic realistic FCC conditions. FTS waxes are indeed attractive feedstocks for FCC. As a result of its high paraffinicity an interesting spectrum of products can be obtained by tuning process conditions and catalyst formulations. A high gasoline fraction (70 wt%) with an apparent high-quality motor octane number can be obtained. Also a relatively good diesel is expected. Due to the absence of sulfur and nitrogen in the feed extremely clean transportation fuels can be obtained that are additionally low on aromatics. The combination of an equilibrium catalyst with a steam-deactivated ZSM-5 additive yields high amounts of propene (16 wt%), isobutene (7 wt%) and n-C4-olefins (8 wt%).  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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