全文获取类型
收费全文 | 191篇 |
免费 | 2篇 |
专业分类
化学工业 | 13篇 |
机械仪表 | 3篇 |
建筑科学 | 10篇 |
能源动力 | 1篇 |
轻工业 | 6篇 |
水利工程 | 2篇 |
无线电 | 21篇 |
一般工业技术 | 40篇 |
冶金工业 | 16篇 |
原子能技术 | 11篇 |
自动化技术 | 70篇 |
出版年
2023年 | 1篇 |
2022年 | 5篇 |
2021年 | 3篇 |
2020年 | 2篇 |
2019年 | 4篇 |
2018年 | 6篇 |
2017年 | 2篇 |
2016年 | 5篇 |
2015年 | 4篇 |
2014年 | 3篇 |
2013年 | 10篇 |
2012年 | 9篇 |
2011年 | 12篇 |
2010年 | 13篇 |
2009年 | 15篇 |
2008年 | 11篇 |
2007年 | 10篇 |
2006年 | 9篇 |
2005年 | 6篇 |
2004年 | 3篇 |
2003年 | 6篇 |
2001年 | 3篇 |
2000年 | 2篇 |
1999年 | 6篇 |
1998年 | 5篇 |
1997年 | 5篇 |
1996年 | 4篇 |
1995年 | 1篇 |
1994年 | 2篇 |
1993年 | 1篇 |
1992年 | 1篇 |
1991年 | 1篇 |
1990年 | 2篇 |
1989年 | 1篇 |
1987年 | 1篇 |
1986年 | 1篇 |
1985年 | 2篇 |
1984年 | 2篇 |
1983年 | 2篇 |
1981年 | 3篇 |
1980年 | 1篇 |
1978年 | 2篇 |
1977年 | 2篇 |
1975年 | 1篇 |
1974年 | 1篇 |
1973年 | 1篇 |
1970年 | 1篇 |
排序方式: 共有193条查询结果,搜索用时 15 毫秒
51.
Livneh N Strauss A Schwarz I Rosenberg I Zimran A Yochelis S Chen G Banin U Paltiel Y Rapaport R 《Nano letters》2011,11(4):1630-1635
We demonstrate a directional beaming of photons emitted from nanocrystal quantum dots that are embedded in a subwavelength metallic nanoslit array with a divergence angle of less than 4°. We show that the eigenmodes of the structure result in localized electromagnetic field enhancements at the Bragg cavity resonances, which could be controlled and engineered in both real and momentum space. The photon beaming is achieved using the enhanced resonant coupling of the quantum dots to these Bragg cavity modes, which dominates the emission properties of the quantum dots. We show that the emission probability of a quantum dot into the narrow angular mode is 20 times larger than the emission probability to all other modes. Engineering nanocrystal quantum dots with subwavelength metallic nanostructures is a promising way for a range of new types of active optical devices, where spatial control of the optical properties of nanoemitters is essential, on both the single and many photons level. 相似文献
52.
Manuela Loeblein Asaf Bolker Siu Hon Tsang Nurit Atar Cecile Uzan‐Saguy Ronen Verker Irina Gouzman Eitan Grossman Edwin Hang Tong Teo 《Small (Weinheim an der Bergstrasse, Germany)》2015,11(48):6425-6434
Polyimides (PIs) have been praised for their high thermal stability, high modulus of elasticity and tensile strength, ease of fabrication, and moldability. They are currently the standard choice for both substrates for flexible electronics and space shielding, as they render high temperature and UV stability and toughness. However, their poor thermal conductivity and completely electrically insulating characteristics have caused other limitations, such as thermal management challenges for flexible high‐power electronics and spacecraft electrostatic charging. In order to target these issues, a hybrid of PI with 3D‐graphene (3D‐C), 3D‐C/PI, is developed here. This composite renders extraordinary enhancements of thermal conductivity (one order of magnitude) and electrical conductivity (10 orders of magnitude). It withstands and keeps a stable performance throughout various bending and thermal cycles, as well as the oxidative and aggressive environment of ground‐based, simulated space environments. This makes this new hybrid film a suitable material for flexible space applications. 相似文献
53.
54.
XML documents are often viewed as trees (basically the parse tree
of the document), and queries over such documents typically test
for ancestor relationships among tree nodes. Search engines
process such queries using an index structure summarizing the
ancestor relations. In the index, each document item (tree node)
is identified using some logical id (node label), such that, given
two labels, the engine can determine the ancestor relationship
between the corresponding nodes. The length of the labels is a
main factor of the index size. Therefore, reducing this length,
even by a constant factor, is a critical issue. In this work we consider the
following problem. Given a rooted XML tree
T, label the nodes of T in the most compact way such that
given the labels of two nodes, one can determine in constant time, by
looking at the labels only, whether one node is an ancestor of the
other. Labelings currently being used are all variants of the
following interval scheme. Number the leaves say from left to right and label each
node with a pair consisting of the numbers of its smallest and largest
leaf descendants. An ancestor query then amounts to an interval
containment test on the labels. The maximum label length
using this scheme is 2 log n, where n is the number of nodes
in the tree. (All logarithms in this paper are to base 2.) The focus of this work is finding
a scheme that works best in practice on real XML data. We suggest an orthogonal prefix-based approach, where the labeling
is such that an ancestor query roughly amounts
to testing whether one label is a prefix of the other. We present
several new labeling schemes based on this approach and analyze
their performance both theoretically and empirically. 相似文献
55.
Classical work on eliciting and representing preferences over multi-attribute alternatives has attempted to recognize conditions under which value functions take on particularly simple and compact form, making their elicitation much easier. In this paper we consider preferences over discrete domains, and show that for a certain class of simple and intuitive qualitative preference statements, one can always generate compact value functions consistent with these statements. These value functions maintain the independence structure implicit in the original statements. For discrete domains, these representation theorems are much more general than previous results. However, we also show that it is not always possible to maintain this compact structure if we add explicit ordering constraints among the available outcomes. 相似文献
56.
Roth A. Ronen R. Mendelson A. 《Proceedings of the IEEE. Institute of Electrical and Electronics Engineers》2001,89(11):1621-1637
Modern microprocessors employ dynamic instruction scheduling to select independent instructions for parallel execution. Good scheduling of loads is crucial, since the long latency of some loads makes them likely to degrade performance. A good scheduler attempts to issue loads as early as possible. Scheduling loads is not simple. First, safely resolving a load's input dependences can be done only at execution time, after the load address and all previous store addresses are known. Second, varying load latency makes it difficult to prioritize loads and to efficiently schedule load-dependent instructions. This paper surveys several techniques that optimize load scheduling. Memory disambiguation resolves store-load dependences and enables earlier execution of store-independent loads. Memory renaming and memory bypassing short-circuit memory to streamline the passing of values from stores to loads. Critical path scheduling, pre-execution, and address prediction advance long-latency loads by computing load addresses early, or predicting them. Value prediction short-circuits load execution by predicting the loaded data values. Finally, data speculation and hit-miss prediction help the scheduling of load-dependent instructions 相似文献
57.
This paper presents an analysis of the outsourcing problem. Pertinent variables are identified and the relationships between them are defined. We formulate the outsourcing problem as a Linear-Programming (LP) problem and identify an analytical solution. We proceed with an example examining three decision models: standard cost accounting, standard Theory-Of-Constraints (TOC) and our own solution. The model enables managers to determine which products to manufacture and which to outsource. The solution of the LP formulation enables managers to apply the model by computing an operational ratio, without having to solve a linear programming problem. The final model is simpler to apply and requires the computation of fewer variables than other prevalent models. 相似文献
58.
Recognition by prototypes 总被引:1,自引:0,他引:1
Ronen Basri 《International Journal of Computer Vision》1996,19(2):147-167
A scheme for recognizing 3D objects from single 2D images under orthographic projection is introduced. The scheme proceeds in two stages. In the first stage, the categorization stage, the image is compared to prototype objects. For each prototype, the view that most resembles the image is recovered, and, if the view is found to be similar to the image, the class identity of the object is determined. In the second stage, the identification stage, the observed object is compared to the individual models of its class, where classes are expected to contain objects with relatively similar shapes. For each model, a view that matches the image is sought. If such a view is found, the object's specific identity is determined. The advantage of categorizing the object before it is identified is twofold. First, the image is compared to a smaller number of models, since only models that belong to the object's class need to be considered. Second, the cost of comparing the image to each model in a class is very low, because correspondence is computed once for the whole class. More specifically, the correspondence and object pose computed in the categorization stage to align the prototype with the image are reused in the identification stage to align the individual models with the image. As a result, identification is reduced to a series of simple template comparisons. The paper concludes with an algorithm for constructing optimal prototypes for classes of objects. 相似文献
59.
David Ronen 《Information & Management》1981,4(3):127-131
This article discusses the potential for legal commercial intellegence in the ocean shipping industry through the analysis of the information in the industry; it also describes an information system for processing such industry data. The system collects and verifies data from many sources and supplies information for the decision-maker in a comprehensible format, based on facts and not on guesses. Typical applications of the system are discussed and their impact is presented for several cases. 相似文献
60.
Aneurysm of the nonpatent ductus arteriosus in the newborn is a rare, but potentially fatal condition. Of reported ductal aneurysm up to 1969, diagnosis was made at autopsy only. We report here to our knowledge for the first time on a two week old infant with correct preoperative angiographic diagnosis followed by a successful surgical cure. 相似文献