全文获取类型
收费全文 | 1928篇 |
免费 | 62篇 |
国内免费 | 5篇 |
专业分类
电工技术 | 26篇 |
综合类 | 16篇 |
化学工业 | 574篇 |
金属工艺 | 30篇 |
机械仪表 | 32篇 |
建筑科学 | 156篇 |
矿业工程 | 3篇 |
能源动力 | 28篇 |
轻工业 | 176篇 |
水利工程 | 12篇 |
石油天然气 | 4篇 |
无线电 | 123篇 |
一般工业技术 | 384篇 |
冶金工业 | 67篇 |
原子能技术 | 17篇 |
自动化技术 | 347篇 |
出版年
2024年 | 9篇 |
2023年 | 34篇 |
2022年 | 51篇 |
2021年 | 73篇 |
2020年 | 54篇 |
2019年 | 59篇 |
2018年 | 43篇 |
2017年 | 41篇 |
2016年 | 53篇 |
2015年 | 47篇 |
2014年 | 73篇 |
2013年 | 97篇 |
2012年 | 89篇 |
2011年 | 157篇 |
2010年 | 99篇 |
2009年 | 111篇 |
2008年 | 102篇 |
2007年 | 85篇 |
2006年 | 85篇 |
2005年 | 73篇 |
2004年 | 68篇 |
2003年 | 54篇 |
2002年 | 51篇 |
2001年 | 44篇 |
2000年 | 42篇 |
1999年 | 42篇 |
1998年 | 27篇 |
1997年 | 28篇 |
1996年 | 17篇 |
1995年 | 20篇 |
1994年 | 26篇 |
1993年 | 14篇 |
1992年 | 10篇 |
1991年 | 23篇 |
1990年 | 13篇 |
1989年 | 14篇 |
1988年 | 7篇 |
1987年 | 6篇 |
1986年 | 4篇 |
1985年 | 6篇 |
1984年 | 10篇 |
1983年 | 8篇 |
1981年 | 2篇 |
1980年 | 2篇 |
1978年 | 4篇 |
1977年 | 4篇 |
1976年 | 2篇 |
1974年 | 2篇 |
1967年 | 2篇 |
1931年 | 3篇 |
排序方式: 共有1995条查询结果,搜索用时 15 毫秒
101.
BerlinMOD: a benchmark for moving object databases 总被引:2,自引:0,他引:2
Christian Düntgen Thomas Behr Ralf Hartmut Güting 《The VLDB Journal The International Journal on Very Large Data Bases》2009,18(6):1335-1368
This document presents a method to design scalable and representative moving object data (MOD) and two sets of queries for
benchmarking spatio-temporal DBMS. Instead of programming a dedicated generator software, we use the existing Secondo DBMS to create benchmark data. The benchmark is based on a simulation scenario, where the positions of a sample of vehicles
are observed for an arbitrary period of time within the street network of Berlin. We demonstrate the data generator’s extensibility
by showing how to achieve more natural movement generation patterns, and how to disturb the vehicles’ positions to create
noisy data. As an application and for reference, we also present first benchmarking results for the Secondo DBMS. Whereas the benchmark focuses on range queries, we demonstrate its ability to incorporate new future classes of queries
by presenting a preliminary extension handling various nearest neighbour queries. Such a benchmark is useful in several ways:
It provides well-defined data sets and queries for experimental evaluations; it simplifies experimental repeatability; it
emphasizes the development of complete systems; it points out weaknesses in existing systems motivating further research.
Moreover, the BerlinMOD benchmark allows one to compare different representations of the same moving objects. 相似文献
102.
Adrian Blumer Jan Novák Ralf Habel Derek Nowrouzezahrai Wojciech Jarosz 《Computer Graphics Forum》2016,35(7):461-473
Aggregate scattering operators (ASOs) describe the overall scattering behavior of an asset (i.e., an object or volume, or collection thereof) accounting for all orders of its internal scattering. We propose a practical way to precompute and compactly store ASOs and demonstrate their ability to accelerate path tracing. Our approach is modular avoiding costly and inflexible scene‐dependent precomputation. This is achieved by decoupling light transport within and outside of each asset, and precomputing on a per‐asset level. We store the internal transport in a reduced‐dimensional subspace tailored to the structure of the asset geometry, its scattering behavior, and typical illumination conditions, allowing the ASOs to maintain good accuracy with modest memory requirements. The precomputed ASO can be reused across all instances of the asset and across multiple scenes. We augment ASOs with functionality enabling multi‐bounce importance sampling, fast short‐circuiting of complex light paths, and compact caching, while retaining rapid progressive preview rendering. We demonstrate the benefits of our ASOs by efficiently path tracing scenes containing many instances of objects with complex inter‐reflections or multiple scattering. 相似文献
103.
Pietro Abate Roberto Di Cosmo Ralf Treinen Stefano Zacchiroli 《Journal of Systems and Software》2012,85(10):2228-2240
Maintenance of component-based software platforms often has to face rapid evolution of software components. Component dependencies, conflicts, and package managers with dependency solving capabilities are the key ingredients of prevalent software maintenance technologies that have been proposed to keep software installations synchronized with evolving component repositories. We review state-of-the-art package managers and their ability to keep up with evolution at the current growth rate of popular component-based platforms, and conclude that their dependency solving abilities are not up to the task.We show that the complexity of the underlying upgrade planning problem is NP-complete even for seemingly simple component models, and argue that the principal source of complexity lies in multiple available versions of components. We then discuss the need of expressive languages for user preferences, which makes the problem even more challenging.We propose to establish dependency solving as a separate concern from other upgrade aspects, and present CUDF as a formalism to describe upgrade scenarios. By analyzing the result of an international dependency solving competition, we provide evidence that the proposed approach is viable. 相似文献
104.
We define and study an optimization problem that is motivated by bandwidth allocation in radio networks. Because radio transmissions are subject to interference constraints in radio networks, physical space is a common resource that the nodes have to share in such a way, that concurrent transmissions do not interfere. The bandwidth allocation problem we study under these constraints is the following. Given bandwidth (traffic) demands between the nodes of the network, the objective is to schedule the radio transmissions in such a way that the traffic demands are satisfied. The problem is similar to a multicommodity flow problem, where the capacity constraints are replaced by the more complex notion of non-interfering transmissions. We provide a formal specification of the problem that we call round weighting . By modeling non-interfering radio transmissions as independent sets, we relate the complexity of round weighting to the complexity of various independent set problems (e.g. maximum weight independent set, vertex coloring, fractional coloring). From this relation, we deduce that in general, round weighting is hard to approximate within n1−ε (n being the size of the radio network). We also provide polynomial (exact or approximation) algorithms e.g. in the following two cases: (a) when the interference constraints are specific (for instance for a network whose vertices belong to the Euclidean space), or (b) when the traffic demands are directed towards a unique node in the network (also called gathering, analogous to single commodity flow). 相似文献
105.
Chaoyang Wu Jing M. Chen Ankur R. Desai David Y. Hollinger M. Altaf Arain Hank A. Margolis Christopher M. Gough Ralf M. Staebler 《Remote sensing of environment》2012
Light use efficiency (LUE) is an important variable characterizing plant eco-physiological functions and refers to the efficiency at which absorbed solar radiation is converted into photosynthates. The estimation of LUE at regional to global scales would be a significant advantage for global carbon cycle research. Traditional methods for canopy level LUE determination require meteorological inputs which cannot be easily obtained by remote sensing. Here we propose a new algorithm that incorporates the enhanced vegetation index (EVI) and a modified form of land surface temperature (Tm) for the estimation of monthly forest LUE based on Moderate Resolution Imaging Spectroradiometer (MODIS) imagery. Results demonstrate that a model based on EVI × Tm parameterized from ten forest sites can provide reasonable estimates of monthly LUE for temperate and boreal forest ecosystems in North America with an R2 of 0.51 (p < 0.001) for the overall dataset. The regression coefficients (a, b) of the LUE–EVI × Tm correlation for these ten sites have been found to be closely correlated with the average EVI (EVI_ave, R2 = 0.68, p = 0.003) and the minimum land surface temperature (LST_min, R2 = 0.81, p = 0.009), providing a possible approach for model calibration. The calibrated model shows comparably good estimates of LUE for another ten independent forest ecosystems with an overall root mean square error (RMSE) of 0.055 g C per mol photosynthetically active radiation. These results are especially important for the evergreen species due to their limited variability in canopy greenness. The usefulness of this new LUE algorithm is further validated for the estimation of gross primary production (GPP) at these sites with an RMSE of 37.6 g C m? 2 month? 1 for all observations, which reflects a 28% improvement over the standard MODIS GPP products. These analyses should be helpful in the further development of ecosystem remote sensing methods and improving our understanding of the responses of various ecosystems to climate change. 相似文献
106.
In the Horn theory based approach for cryptographic protocol analysis, cryptographic protocols and (Dolev?CYao) intruders are modeled by Horn theories and security analysis boils down to solving the derivation problem for Horn theories. This approach and the tools based on this approach, including ProVerif, have been very successful in the automatic analysis of cryptographic protocols. However, dealing with the algebraic properties of operators, such as the exclusive OR (XOR), which are frequently used in cryptographic protocols has been problematic. In particular, ProVerif cannot deal with XOR. In this paper, we show how to reduce the derivation problem for Horn theories with XOR to the XOR-free case. Our reduction works for an expressive class of Horn theories. A large class of intruder capabilities and protocols that employ the XOR operator can be modeled by these theories. Our reduction allows us to carry out protocol analysis using tools, such as ProVerif, that cannot deal with XOR, but are very efficient in the XOR-free case. We implemented our reduction and, in combination with ProVerif, used it for the fully automatic analysis of several protocols that employ the XOR operator. Among others, our analysis revealed a new attack on an IBM security module. 相似文献
107.
Algorithms for Moving Objects Databases 总被引:8,自引:0,他引:8
108.
Dipl. Wirt.-Inform. Ralf Knackstedt Dipl. Kfm. Axel Winkelmann 《WIRTSCHAFTSINFORMATIK》2006,48(1):47-59
Knowledge sharing is fundamental for innovations in the scientific community. The paper examines how the interaction of knowledge sharing is supported by online services. With respect to business information systems, a survey of online literature databases is given, providing an aggregation of various publication sources, a direct access to publications, and which are available to the public. Furthermore, special analysis services are presented which describe competitive interactions of knowledge sharing via rankings on the one hand, and cooperative interactions of knowledge sharing via co-authorship evaluation on the other. 相似文献
109.
Physically Guided Animation of Trees 总被引:2,自引:0,他引:2
This paper presents a new method to animate the interaction of a tree with wind both realistically and in real time. The main idea is to combine statistical observations with physical properties in two major parts of tree animation. First, the interaction of a single branch with the forces applied to it is approximated by a novel efficient two step nonlinear deformation method, allowing arbitrary continuous deformations and circumventing the need to segment a branch to model its deformation behavior. Second, the interaction of wind with the dynamic system representing a tree is statistically modeled. By precomputing the response function of branches to turbulent wind in frequency space, the motion of a branch can be synthesized efficiently by sampling a 2D motion texture.
Using a hierarchical form of vertex displacement, both methods can be combined in a single vertex shader, fully leveraging the power of modern GPUs to realistically animate thousands of branches and ten thousands of leaves at practically no cost. 相似文献
Using a hierarchical form of vertex displacement, both methods can be combined in a single vertex shader, fully leveraging the power of modern GPUs to realistically animate thousands of branches and ten thousands of leaves at practically no cost. 相似文献
110.
Krampe Ralf T.; Kliegl Reinhold; Mayr Ulrich; Engbert Ralf; Vorberg Dirk 《Canadian Metallurgical Quarterly》2000,26(1):206
Professional pianists performed 2 bimanual rhythms at a wide range of different tempos. The polyrhythmic task required the combination of 2 isochronous sequences (3 against 4) between the hands; in the syncopated rhythm task successive keystrokes formed intervals of identical (isochronous) durations. At slower tempos, pianists relied on integrated timing control merging successive intervals between the hands into a common reference frame. A timer–motor model is proposed based on the concepts of rate fluctuation and the distinction between target specification and timekeeper execution processes as a quantitative account of performance at slow tempos. At rapid rates expert pianists used hand-independent, parallel timing control. In alternative to a model based on a single central clock, findings support a model of flexible control structures with multiple timekeepers that can work in parallel to accommodate specific task constraints. (PsycINFO Database Record (c) 2010 APA, all rights reserved) 相似文献