全文获取类型
收费全文 | 1438篇 |
免费 | 59篇 |
国内免费 | 23篇 |
专业分类
电工技术 | 4篇 |
综合类 | 48篇 |
化学工业 | 2篇 |
金属工艺 | 2篇 |
机械仪表 | 3篇 |
建筑科学 | 7篇 |
能源动力 | 1篇 |
轻工业 | 2篇 |
水利工程 | 2篇 |
无线电 | 12篇 |
一般工业技术 | 12篇 |
冶金工业 | 25篇 |
自动化技术 | 1400篇 |
出版年
2023年 | 3篇 |
2022年 | 4篇 |
2020年 | 6篇 |
2019年 | 9篇 |
2018年 | 10篇 |
2017年 | 30篇 |
2016年 | 34篇 |
2015年 | 31篇 |
2014年 | 59篇 |
2013年 | 46篇 |
2012年 | 59篇 |
2011年 | 62篇 |
2010年 | 55篇 |
2009年 | 63篇 |
2008年 | 68篇 |
2007年 | 67篇 |
2006年 | 65篇 |
2005年 | 54篇 |
2004年 | 54篇 |
2003年 | 56篇 |
2002年 | 52篇 |
2001年 | 34篇 |
2000年 | 35篇 |
1999年 | 32篇 |
1998年 | 30篇 |
1997年 | 34篇 |
1996年 | 22篇 |
1995年 | 24篇 |
1994年 | 41篇 |
1993年 | 21篇 |
1992年 | 21篇 |
1991年 | 22篇 |
1990年 | 10篇 |
1989年 | 16篇 |
1988年 | 16篇 |
1987年 | 8篇 |
1986年 | 7篇 |
1985年 | 25篇 |
1984年 | 17篇 |
1983年 | 30篇 |
1982年 | 25篇 |
1981年 | 22篇 |
1980年 | 11篇 |
1979年 | 30篇 |
1978年 | 23篇 |
1977年 | 15篇 |
1976年 | 22篇 |
1975年 | 13篇 |
1974年 | 6篇 |
1973年 | 8篇 |
排序方式: 共有1520条查询结果,搜索用时 15 毫秒
11.
Pei‐Chi Wu 《Software》2001,31(12):1125-1130
ISO 10646 Universal Character Set (UCS) is a 31‐bit coding architecture that covers symbols in most of the world's written languages. Identifiers in programming languages are usually defined by using alphanumeric characters of ASCII, which represent mainly English words. An approach for working around this deficiency is to encode multilingual identifiers into the alphanumeric range of ASCII. For case‐sensitive languages, an encoding that utilizes [0–9][A–Z][a–z] can be more space‐efficient for multilingual identifiers. This paper proposes a base62 transformation format of ISO 10646 called UTF‐62. The resulting string of UTF‐62 is within a [0–9][A–Z][a–z] range, a total of 62 base characters. UTF‐62 also preserves the lexicographic sorting order of UCS‐4. Copyright © 2001 John Wiley & Sons, Ltd. 相似文献
12.
Recent proposals for multi-paradigm declarative programming combine the most important features of functional, logic and concurrent programming into a single framework. The operational semantics of these languages is usually based on a combination of narrowing and residuation. In this paper, we introduce a non-standard, residualizing semantics for multi-paradigm declarative programs and prove its equivalence with a standard operational semantics. Our residualizing semantics is particularly relevant within the area of program transformation where it is useful, e.g., to perform computations during partial evaluation. Thus, the proof of equivalence is a crucial result to demonstrate the correctness of (existing) partial evaluation schemes. 相似文献
13.
Thomas Studer 《Information Processing Letters》2009,109(12):611-614
Common knowledge is an essential notion for coordination among agents. We show that the logic of common knowledge does not have the Beth property and thus it also lacks interpolation. The proof we present is a variant of Maksimova's proof that temporal logics with ‘the next’ do not have the Beth property. Our result also provides an explanation why it is so difficult to find ‘nice’ deductive systems for common knowledge. 相似文献
14.
UML for electronic systems design: a comprehensive overview 总被引:2,自引:0,他引:2
Yves Vanderperren Wolfgang Mueller Wim Dehaene 《Design Automation for Embedded Systems》2008,12(4):261-292
15.
16.
The possibility of supporting high level languages through intermediate languages to be used for direct interpretation and as intermediate forms in compilers is investigated. An accomplished project in the construction of an interpreter and a code generator using one common intermediate form is evaluated. The subject is analysed in general, and a proposal for an improved design scheme is given. 相似文献
17.
Mark Scott Johnson 《Computer Languages, Systems and Structures》1981,6(2):79-94
Dispel is a language designed to aid communication between an interactive user and a run-time, symbolic debugging system. Important attributes of Dispel are that it provides a small set of primitive debugging actions, most traditional debugging aids (such as variable traces and postmortem dumps) are written in terms of these primitives as debugging routines, and Dispel serves both as an interactive debugging command language and as a special-purpose programming language. The syntax and semantics of Dispel are explained and examples of Dispel commands and routines are presented. 相似文献
18.
19.
The relative merits of Ada and C++ have fostered numerous discussions among software developers. With the release of Ada 95 and its object-oriented features, we expect these discussions to intensify, particularly given the increasing number of features for which there are implementations in both languages. In this paper, we compare Ada and C++ based on the readability of class and client implementations. We examine this issue using a case study. Our case study illustrates a partial tradeoff that exists between the readability of a class and the readability of its clients. This tradeoff depends on the degree to which overloading is used; extensive use of overloading adds to class complexity, although it increases client readability. 相似文献
20.
本文通过讨论软件测试自动化的基本条件和特殊要求,给出了一种基于属性文法的形式描述方法,它是对一般属性文法作以下两方面扩展得到的:(1)扩展运算函数的值域;(2)补充运算函数在条件不成立时的定义.这样的形式描述方法满足软件测试自动化对形式描述的要求. 相似文献