首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   757篇
  免费   88篇
  国内免费   76篇
电工技术   117篇
综合类   42篇
化学工业   8篇
金属工艺   7篇
机械仪表   69篇
建筑科学   29篇
矿业工程   14篇
能源动力   8篇
轻工业   6篇
水利工程   5篇
石油天然气   11篇
武器工业   11篇
无线电   404篇
一般工业技术   50篇
冶金工业   14篇
原子能技术   10篇
自动化技术   116篇
  2024年   2篇
  2023年   11篇
  2022年   15篇
  2021年   22篇
  2020年   26篇
  2019年   18篇
  2018年   15篇
  2017年   19篇
  2016年   29篇
  2015年   29篇
  2014年   55篇
  2013年   45篇
  2012年   57篇
  2011年   81篇
  2010年   55篇
  2009年   43篇
  2008年   58篇
  2007年   65篇
  2006年   47篇
  2005年   49篇
  2004年   27篇
  2003年   24篇
  2002年   19篇
  2001年   11篇
  2000年   20篇
  1999年   6篇
  1998年   12篇
  1997年   8篇
  1996年   13篇
  1995年   6篇
  1994年   10篇
  1993年   8篇
  1992年   5篇
  1991年   5篇
  1990年   1篇
  1989年   2篇
  1988年   1篇
  1985年   1篇
  1984年   1篇
排序方式: 共有921条查询结果,搜索用时 15 毫秒
1.
该工艺技术是在原三联作(TCP+MFE+JET)基础上,根据大港油田勘探试油(测试)的需要,研制开发出的又一新技术,与原三联作相比,一趟管柱不但完成求产、测压、泵排工作,而且还能进行酸化等措施,提高了资料品质,减少了作业成本。经过6井次现场应用,全部达到了设计要求,取得了工艺、资料、成本、速度的较大进步,具有较高推广应用价值。  相似文献   
2.
As we approach 100 nm technology the interconnect issues are becoming one of the main concerns in the testing of gigahertz system-on-chips. Voltage distortion (noise) and delay violations (skew) contribute to the signal integrity loss and ultimately functional error, performance degradation and reliability problems. In this paper, we first define a model for integrity faults on the high-speed interconnects. Then, we present a BIST-based test methodology that includes two special cells to detect and measure noise and skew occurring on the interconnects of the gigahertz system-on-chips. Using an inexpensive test architecture the integrity information accumulated by these special cells can be scanned out for final test and reliability analysis.  相似文献   
3.
4.
This paper introduces a new concept of testability called consecutive testability and proposes a design-for-testability method for making a given SoC consecutively testable based on integer linear programming problem. For a consecutively testable SoC, testing can be performed as follows. Test patterns of a core are propagated to the core inputs from test pattern sources (implemented either off-chip or on-chip) consecutively at the speed of system clock. Similarly the test responses are propagated to test response sinks (implemented either off-chip or on-chip) from the core outputs consecutively at the speed of system clock. The propagation of test patterns and responses is achieved by using interconnects and consecutive transparency properties of surrounding cores. All interconnects can be tested in a similar fashion. Therefore, it is possible to test not only logic faults but also timing faults that require consecutive application of test patterns at the speed of system clock since the consecutively testable SoC can achieve consecutive application of any test sequence at the speed of system clock.  相似文献   
5.
本文叙述了作者设计并制作的具有多种告警和保护功能的380V交流自动调压器的控制装置。它可使调压精度提高到工作电压的士1%以内,并在自动调压器输出电压过高或过低时、或出现故障时进行告警。当出现故障或误动作时自动切断调压电动机的电源。  相似文献   
6.
This article presents the HIST approach, which allows the automated insertion of self test hardware into hierarchically designed circuits and systems to implement the RUNBIST instruction of the IEEE 1149.1 standard. To achieve an optimal and throughout self testable system, the inherent design hierarchy is fully exploited. All chips and boards are provided with appropriate test controllers at each hierarchy level. The approach is able to detect all those faults, which are in the scope of the underlying self test algorithms. In this paper the hierarchical test architecture, the test controllers as well as all necessary synthesis procedures are presented. Finally a successful application of the HIST approach to a cryptography processor is described.  相似文献   
7.
A system-on-chip (SOC) usually consists of many memory cores with different sizes and functionality, and they typically represent a significant portion of the SOC and therefore dominate its yield. Diagnostics for yield enhancement of the memory cores thus is a very important issue. In this paper we present two data compression techniques that can be used to speed up the transmission of diagnostic data from the embedded RAM built-in self-test (BIST) circuit that has diagnostic support to the external tester. The proposed syndrome-accumulation approach compresses the faulty-cell address and March syndrome to about 28% of the original size on average under the March-17N diagnostic test algorithm. The key component of the compressor is a novel syndrome-accumulation circuit, which can be realized by a content-addressable memory. Experimental results show that the area overhead is about 0.9% for a 1Mb SRAM with 164 faults. A tree-based compression technique for word-oriented memories is also presented. By using a simplified Huffman coding scheme and partitioning each 256-bit Hamming syndrome into fixed-size symbols, the average compression ratio (size of original data to that of compressed data) is about 10, assuming 16-bit symbols. Also, the additional hardware to implement the tree-based compressor is very small. The proposed compression techniques effectively reduce the memory diagnosis time as well as the tester storage requirement.  相似文献   
8.
三层架构是数据库开发中最常用的分层架构。三层结构能够提高代码重用率,降低项目开发难度。为了解决手工编写三层架构的代码工作量大且容易出错的问题,使用.Net平台提供的动态编译和反射技术,设计并实现了基于可定制模板的自动代码生成器。该代码生成器利用三层架构的代码依赖数据库的架构信息这一特点,以数据库架构信息、Xml配置文件和模板文件作为输入,输出三层架构的各层代码。用户可以修改Xml配置文件的内容和使用该代码生成器提供的模板语言定制、修改自己的模板文件,方便、灵活地控制输出的目标代码。代码生成器的使用在实际的项目开发中具有重要的意义。  相似文献   
9.
JSP中变量的定义有全局和局部之分,局部变量并不会带来安全问题,而对全局变量的使用,就要慎之又慎。内置对象application的使用要特别注意线程安全。此外,JavaBean的使用也要注意线程安全问题,特别是当scope属性设置为application的时候。  相似文献   
10.
针对气动锚杆钻机冲击频率不易测量的问题,提出了一种新型气动锚杆钻机冲击频率测量仪的设计方案。该测量仪采用压力传感器采集钻机冲击信号,采用电压比较器和单稳态触发器处理冲击信号并输入到单片机,由单片机计算出钻机冲击频率。实际应用表明,该测量仪可准确、方便地测量出钻机冲击频率。  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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