首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   128篇
  免费   10篇
  国内免费   8篇
电工技术   3篇
综合类   12篇
化学工业   5篇
机械仪表   8篇
建筑科学   14篇
矿业工程   2篇
能源动力   3篇
轻工业   3篇
水利工程   1篇
石油天然气   3篇
无线电   3篇
一般工业技术   6篇
冶金工业   9篇
原子能技术   2篇
自动化技术   72篇
  2024年   1篇
  2023年   1篇
  2021年   1篇
  2020年   3篇
  2019年   4篇
  2018年   6篇
  2017年   4篇
  2015年   3篇
  2014年   8篇
  2013年   12篇
  2012年   4篇
  2011年   5篇
  2010年   10篇
  2009年   3篇
  2008年   4篇
  2007年   4篇
  2006年   2篇
  2005年   4篇
  2004年   8篇
  2003年   5篇
  2002年   2篇
  2001年   2篇
  2000年   4篇
  1999年   2篇
  1998年   3篇
  1997年   2篇
  1996年   2篇
  1995年   3篇
  1994年   2篇
  1993年   3篇
  1992年   1篇
  1990年   1篇
  1989年   2篇
  1987年   2篇
  1986年   2篇
  1985年   2篇
  1984年   4篇
  1983年   3篇
  1982年   2篇
  1977年   1篇
  1976年   3篇
  1975年   1篇
  1974年   1篇
  1973年   1篇
  1972年   1篇
  1971年   1篇
  1960年   1篇
排序方式: 共有146条查询结果,搜索用时 15 毫秒
1.
雷达软件规模日益庞大,其软件测试也变得非常复杂,测试需求追踪逐步变成非常困难的任务,目前急需解决雷达软件中测试需求追踪管理、文档自动生成等问题。通过对软件测试需求的识别与定位、软件测试任务的分派,实现了雷达软件测试需求的跟踪、追溯,以及按标准模板产生相应的文档,重点对实现该追踪系统的关键技术进行了分析和描述。  相似文献   
2.
API (application programming interface) documentation is critical for developers to learn APIs. However, it is unclear whether API documentation indeed improves the API learnability for developers. In this paper, we focus on two types of API documentation, i.e., official API tutorials and API crowd documentation. First, we analyze API coverage and check API consistencies in API documentation based on the API traceability. Then, we conduct a survey and extract several characteristics to analyze which API documentation can help developers learn APIs. Our findings show that: 1) API crowd documentation can be regarded as a supplement to the official API tutorials to some extent;2) the concerns for frequently-used APIs between different types of API documentation show a huge mismatch, which may prevent developers from deeply understanding the usages of APIs through only one type of API documentation;3) official API tutorials can help developers seek API information on a long page and API crowd documentation could provide long codes for a particular programming task. These findings may help developers select the suitable API documentation and find the useful information they need.  相似文献   
3.
Defining the meaning of tabular mathematical expressions   总被引:2,自引:0,他引:2  
Mathematical expressions in tabular form (also called “tabular expressions” or “tables”) have been shown to be useful for documenting and analysing software systems. They are usually easier to read than conventional mathematical expressions but are no less precise. They can be used wherever mathematical expressions are used. To avoid misunderstandings, and to support users with trustworthy tools, the meaning of these expressions must be fully defined.This paper presents a new method for defining the meaning of tabular expressions. Each definition of an expression type names the expression’s constituents, and provides a restriction schema and one or more evaluation schemas. The restriction schema defines the class of well-formed expressions of the type. An evaluation schema maps a well-formed tabular expression of the type to a mathematical expression of a previously defined type. Since the meaning of conventional mathematical expressions is well known, describing an equivalent expression fully defines the meaning of a tabular expression.In this approach, indexation is used to decouple the appearance of a tabular expression from its semantics. A tabular expression is an indexed set of grids; a grid is an indexed set of expressions. The expressions in a grid can be either conventional expressions or tabular expressions of a previously defined type.Defining the meaning of a tabular expression in this way facilitates the building of tools that faithfully implement the semantics. The decoupling of syntax and semantics by means of indices overcomes some limitations of older approaches.The method presented in the paper is illustrated by defining several previously known types of tabular expressions and some new ones. The use of the new model to build a suite of tools for the input, presentation, validation, evaluation, simplification, conversion and composition of tabular expressions is discussed.  相似文献   
4.
朱文辉  黄罡  孙艳春  梅宏 《软件学报》2011,22(11):2577-2592
软件体系结构由不同的视图组成,每个视图包含不同的体系结构关注点.在软件工程领域中,如何对这些视图进行比对和合并是一项非常重要的研究工作.然而,目前视图比对的主要研究都着眼于视图元素之间的比对,因而并不能有效地发现视图之间的隐含冲突.主要原因是由于不同视图背后隐含着不同的关注点,而关注点之间的冲突并不能显式地在视图中表现出来,因此仅作视图元素比对不能发现这种隐含冲突.针对该问题,提出了一种基于编档的体系结构视图隐含冲突检测方法.在该方法中,通过对设计方法进行建模来捕获体系结构关注点和视图之间的关联关系;以软件体系结构文档作为通用平台,通过4个连续的活动来检测关注点之间的隐含关系;为了支持方法的自动化,就其中出现的关系给出了一套数学定义.  相似文献   
5.
Aiming to fill a gap in traditional methods of source code documentation, which focus mainly on the API (application programming interface) documentation for other programmers, this article presents a new approach for business requirements, mapping them through a set of annotations. These annotations, in turn, are interpreted by the GaiaDoc tool, which is specified in this paper and is able to generate documentation in form of use case specifications in a language and format easily understandable by the project stakeholders. Along with the GaiaDoc tool proposal, a RUP (rational unified process) based requirements flow is developed to fit with its needs and it is validated through CMMI (capability maturity model integration) requirement process areas and a case study of the proposed methodology's application is presented before the final considerations.  相似文献   
6.
SCOUNIXSYSTEMV/386是目前非常流行的多用户操作系统,而ORACLE关系数据库管理系统是目前世界上最流行的高性能数据库管理系统之一,基于上述系统开发了工程文档管理。文章论述了工程文档管理实现过程,并详细介绍了利用UNIXShell及PRO*C实现文档查询的特点。  相似文献   
7.
In name and in practice, the World‐Wide Web (hereafter Web) is used around the World beyond English‐speaking areas. This creates a tremendous need to internationalize standard terminology used in the technologies that make the Web possible. Existing efforts on XML internationalization (i18n) and localization (i10n) have focused on the content of XML documents instead of the terms used in markup (annotations) such as elements and attributes. The SGML standard ISO 8879 supports the use of Unicode (ISO 10646) throughout a document, including markups. However, most elements and attributes of XML documents are still defined in English, thereby limiting their use among non‐English speakers. This paper presents an XSLT‐based method that can completely localize the markup of XML documents into different natural languages. We also describe how the proposed technique can be applied to translation problems in programming (e.g. C and Java) or documentation (e.g. LATEX or other formatting languages) so that a program or a document can be converted to and from an XML format. Copyright © 2004 John Wiley & Sons, Ltd.  相似文献   
8.
总承包项目因为承担了工程的EPC任务,构建快速可靠的工程管理平台十分重要。由于承包商承担了设计和采购供货的责任,在项目团队内部需要设计图纸、设备材料供应状况进行信息化管理。采用数据库型式的局域网开放系统是国际上通行的做法,利用现在计算机网络的便利,使以上信息在项目部成为可广泛获得的资源,将设计交付件信息、设备材料信息、与业主和其他方的往来信函及时输入到设计数据库形成一个动态的信息源,不但可以了解信息的设计采购情况,而且可以对现场的施工给予支持。  相似文献   
9.
In this paper, we look at the current scenario in multilingual documentation generation and the types of tools currently being used in support of the translation task, and discuss their shortcomings. We examine emergent trends in the document industry, observing a reorganisation of the workflow which mirrors a shift of attention from translating to authoring and from the ergonomics of post-editing the target text to the ergonomics of producing the source text. We argue that these trends invite the design and development of new tools for the task of producing multilingual texts, and that multilingual generation provides the appropriate technology, shifting attention to an even earlier stage in the authoring process, that of specifying the semantics of the text to be produced. We describe a prototype system which exploits this technology to meet the expressed needs of authors and translators by supporting them in the drafting of multilingual instructions. We suggest that, in the future, a single platform to support multilingual documentation should integrate translation-oriented tools and generation-based tools to be employed as appropriate by different types of users (translators and authors) in different circumstances.  相似文献   
10.
软件体系结构描述研究与进展   总被引:8,自引:0,他引:8  
软件体系结构是当前软件工程领域的一个研究热点,是大型软件开发中必须解决的核心技术。无数的软件工程实践也证明了:一个成功的软件系统往往都有一个好的软件体系结构。由于软件体系结构描述是体系结构构造、演化、验证、分析、维护和基于体系结构的软件开发的基础,因此体系结构  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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