首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   6121篇
  免费   806篇
  国内免费   575篇
电工技术   534篇
技术理论   1篇
综合类   398篇
化学工业   177篇
金属工艺   127篇
机械仪表   419篇
建筑科学   432篇
矿业工程   118篇
能源动力   128篇
轻工业   158篇
水利工程   195篇
石油天然气   101篇
武器工业   77篇
无线电   699篇
一般工业技术   558篇
冶金工业   149篇
原子能技术   124篇
自动化技术   3107篇
  2024年   41篇
  2023年   107篇
  2022年   205篇
  2021年   232篇
  2020年   243篇
  2019年   172篇
  2018年   169篇
  2017年   206篇
  2016年   251篇
  2015年   255篇
  2014年   446篇
  2013年   422篇
  2012年   457篇
  2011年   467篇
  2010年   377篇
  2009年   388篇
  2008年   373篇
  2007年   440篇
  2006年   357篇
  2005年   345篇
  2004年   254篇
  2003年   222篇
  2002年   190篇
  2001年   123篇
  2000年   123篇
  1999年   106篇
  1998年   73篇
  1997年   68篇
  1996年   57篇
  1995年   56篇
  1994年   39篇
  1993年   44篇
  1992年   30篇
  1991年   23篇
  1990年   16篇
  1989年   21篇
  1988年   15篇
  1987年   4篇
  1986年   6篇
  1985年   8篇
  1984年   9篇
  1983年   9篇
  1982年   5篇
  1980年   6篇
  1979年   6篇
  1963年   4篇
  1961年   3篇
  1956年   3篇
  1955年   3篇
  1954年   3篇
排序方式: 共有7502条查询结果,搜索用时 15 毫秒
91.
基于SystemVerilog可重用测试平台的实现   总被引:1,自引:1,他引:0  
对于中小型设计,传统的验证效率低、可重用性差,而基于方法学的高级验证测试平台搭建较繁琐,验证流程不太灵活。以ARINC429收发器IP核为验证对象,采用System Verilog语言,通过层次化设计,改善工程组织架构,运用虚接口与回调等关键技术,实现了一种可重用测试平台。将不同的测试案例在测试平台上运行,结合断言与覆盖率驱动等验证技术完成了对ARINC429收发器IP核的功能验证,代码覆盖率和功能覆盖率均达到100%。实践表明,该测试平台具有良好的可重用性、易操作性,验证效率较高。  相似文献   
92.
ContextIn software, there are the error cases that are anticipated at specification and design time, those encountered at development and testing time, and those that were never anticipated before happening in production. Is it possible to learn from the anticipated errors during design to analyze and improve the resilience against the unanticipated ones in production?ObjectiveIn this paper, we aim at analyzing and improving how software handles unanticipated exceptions. The first objective is to set up contracts about exception handling and a way to assess them automatically. The second one is to improve the resilience capabilities of software by transforming the source code.MethodWe devise an algorithm, called short-circuit testing, which injects exceptions during test suite execution so as to simulate unanticipated errors. It is a kind of fault-injection techniques dedicated to exception-handling. This algorithm collects data that is used for verifying two formal contracts that capture two resilience properties w.r.t. exceptions: the source-independence and pure-resilience contracts. Then we propose a code modification technique, called “catch-stretching” which allows error-recovery code (of the form of catch blocks) to be more resilient.ResultsOur evaluation is performed on 9 open-source software applications and consists in analyzing 241 catch blocks executed during test suite execution. Our results show that 101/214 of them (47%) expose resilience properties as defined by our exception contracts and that 84/214 of them (39%) can be transformed to be more resilient.ConclusionOur work shows that it is possible to reason on software resilience by injecting exceptions during test suite execution. The collected information allows us to apply one source code transformation that improves the resilience against unanticipated exceptions. This works best if the test suite exercises the exceptional programming language constructs in many different scenarios.  相似文献   
93.
为了确保分析与设计阶段分布式软件系统中模块之间交互行为的正确性,提出了一种分布式软件系统模块交互的抽象方法,分别通过系统状态机图和对象状态机图对各模块状态变迁进行建模,使用UML2.0序列图对模块之间交互行为进行描述.采用基于命题投影时序逻辑的模型检测技术,将对象状态机图转换为 Promela 模型,系统交互性质转换为命题投影时序逻辑公式,通过模型检测器验证交互模型是否满足于系统的性质,若不满足于该性质,则能够获得反例执行的路径.给出了一个分布式软件系统测试框架,在验证后的序列图模型基础上,使用基于模型的测试用例自动生成方法得到测试用例集合,该集合能够实现对交互行为的有效测试.实例结果表明,该方法可以提高分布式软件系统中模块交互行为的有效性和可靠性.  相似文献   
94.
稳压器是压水堆核电站的重要部件之一,其压力控制的优劣直接影响到核电站能否安全的运行。在正常的运行瞬态情况下,稳压器压力控制系统使稳压器的压力维持或恢复到设定值。在瞬态过程中,稳压器控制系统产生相应动作,防止压力增加某限值,当压力大于该限值时,会触发反应堆紧急停堆或需要驱动专设安全设施来防止压力边界超压。同样,也要防止压力降低到需要驱动专设安全设施动作,以防止偏离泡核沸腾的情况发生。首先通过仿真技术建立了核电厂高精度工艺模型和实时的仪控系统模型,并基于OPC技术开发了验证真实DCS控制逻辑策略的接口通信软件,完成了对稳压器压力控制系统控制策略和响应特性的闭环验证。  相似文献   
95.
介绍了安全数据库形式化顸层规范,定义了顶层规范中SQL操作的描述,在此基础上给出简单SQL操作的定义,并对其进行分析验证,最后将一般SQL操作的分析验证转换为多个简单SQL操作的分析验证.验证过程表明,该方法既对SQL操作作了完整清晰的描述,又简化了证明.  相似文献   
96.
本文结合设计需求,提出了一种SPI主模式的接口电路设计,使其可以在多种SPI传输模式下进行数据的传输,且针对实时信息处理占用时间较长的不足,采取信息自动加载方法,有效降低了处理器占用时间.设计并搭建仿真验证平台对其进行验证.仿真测试结果表明,该SPI总线接口电路满足实际应用需求.  相似文献   
97.
非接触式手掌静脉采集系统中存在诸多干扰因素影响感兴趣区域定位的准确性.为了克服干扰,提高认证性能,将“点集操作”引入掌脉图像的预处理中,直接实现针对区域的分析和处理.通过对分割手掌区域点集进行平移、交、并运算,获取手掌指根区域,即指根点集.然后根据约束条件对指根点集元素进行筛选,得到四个指根点的准确位置.根据指根点建立相应坐标系,动态定位感兴趣区域.实验对比证明,上述方法具有更优的抗干扰能力和定位准确性.  相似文献   
98.
Database query verification schemes provide correctness guarantees for database queries. Typically such guarantees are required and advisable where queries are executed on untrusted servers. This need to verify query results, even though they may have been executed on one’s own database, is something new that has arisen with the advent of cloud services. The traditional model of hosting one’s own databases on one’s own servers did not require such verification because the hardware and software were both entirely within one’s control, and therefore fully trusted. However, with the economical and technological benefits of cloud services beckoning, many are now considering outsourcing both data and execution of database queries to the cloud, despite obvious risks. This survey paper provides an overview into the field of database query verification and explores the current state of the art in terms of query execution and correctness guarantees provided for query results. We also provide indications towards future work in the area.  相似文献   
99.
用户身份认证是安全的第一道大门,是各种安全措施可以发挥作用的前提。在计算机信息安全领域中,身份认证是一门重要课程。通过概述信息用户身份认证技术在学校数字校园网络中的应用,阐述了身份认证系统的设计目标,提出了身份认证系统要能以多种方式加以运用,然后对基于PHP的互联网身份认证系统的原理及实现进行了分析,对动态口令用户身份验证流程进行了研究。最后,对依托图片动态验证码实现身份认证和应用MD5算法实现身份验证方法进行了举例分析。  相似文献   
100.
Two mechanisms that verify knowledge contributions in electronic repositories are expert-governance and community-governance. Our goal is to examine repository users' perceptions of the conditions under which these mechanisms verify knowledge contributions. Qualitative data show that perceived credibility of experts, perceived ownership of content, and experts' (meticulous) execution of governance functions are salient for expert-governance, and the perceived involvement of community members, and community members' (continuous and collective) execution of governance functions are important for community-governance.  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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