首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   539篇
  免费   81篇
  国内免费   60篇
电工技术   18篇
综合类   43篇
化学工业   1篇
金属工艺   5篇
机械仪表   11篇
建筑科学   1篇
矿业工程   1篇
能源动力   2篇
轻工业   3篇
石油天然气   2篇
武器工业   3篇
无线电   44篇
一般工业技术   5篇
自动化技术   541篇
  2024年   5篇
  2023年   4篇
  2022年   9篇
  2021年   5篇
  2020年   3篇
  2019年   3篇
  2018年   3篇
  2017年   14篇
  2016年   9篇
  2015年   13篇
  2014年   26篇
  2013年   23篇
  2012年   30篇
  2011年   34篇
  2010年   28篇
  2009年   33篇
  2008年   40篇
  2007年   48篇
  2006年   27篇
  2005年   39篇
  2004年   37篇
  2003年   27篇
  2002年   26篇
  2001年   24篇
  2000年   23篇
  1999年   19篇
  1998年   12篇
  1997年   17篇
  1996年   10篇
  1995年   18篇
  1994年   14篇
  1993年   15篇
  1992年   11篇
  1991年   5篇
  1990年   5篇
  1989年   2篇
  1987年   2篇
  1986年   1篇
  1985年   2篇
  1984年   1篇
  1981年   2篇
  1980年   2篇
  1979年   2篇
  1977年   1篇
  1976年   2篇
  1974年   1篇
  1973年   2篇
  1972年   1篇
排序方式: 共有680条查询结果,搜索用时 15 毫秒
1.
1-read/1-write (1R1W) register file (RF) is a popular memory configuration in modern feature rich SoCs requiring significant amount of embedded memory. A memory compiler is constructed using the 8T RF bitcell spanning a range of instances from 32 b to 72 Kb. An 8T low-leakage bitcell of 0.106 μm2 is used in a 14 nm FinFET technology with a 70 nm contacted gate pitch for high-density (HD) two-port (TP) RF memory compiler which achieves 5.66 Mb/mm2 array density for a 72 Kb array which is the highest reported density in 14 nm FinFET technology. The density improvement is achieved by using techniques such as leaf-cell optimization (eliminating transistors), better architectural planning, top level connectivity through leaf-cell abutment and minimizing the number of unique leaf-cells. These techniques are fully compatible with memory compiler usage over the required span. Leakage power is minimized by using power-switches without degrading the density mentioned above. Self-induced supply voltage collapse technique is applied for write and a four stack static keeper is used for read Vmin improvement. Fabricated test chips using 14 nm process have demonstrated 2.33 GHz performance at 1.1 V/25 °C operation. Overall Vmin of 550 mV is achieved with this design at 25 °C. The inbuilt power-switch improves leakage power by 12x in simulation. Approximately 8% die area of a leading 14 nm SoC in commercialization is occupied by these compiled RF instances.  相似文献   
2.
基于Matlab与VC混合编程的研究   总被引:1,自引:1,他引:0  
针对Matlab和Visual C^ 应用的特点,讨论了在VC中调用Matlab的3种方法,着重介绍了利用Matcom和Matlab编译器进行混合编程的方法和步骤,为开发处理大量数据的应用程序提供了依据。  相似文献   
3.
4.
本文提出了一种独特的编译错误处理方法,其特点是将错误信息组成一个独立的文件。  相似文献   
5.
The error of solution of Cauchy problems for systems of ordinary differential equations is estimated in the case where the input data are approximate. It is shown how to prepare a program for computing the right-hand sides of the system automatically and simultaneously. Diagrams are presented to illustrate the efficiency of parallelization. __________ Translated from Kibernetika i Sistemnyi Analiz, No. 2, pp. 175–182, March–April 2007.  相似文献   
6.
在基于单片机的智能化重力加速度测试仪中采用C语言编程简化了程序设计任务,对于汇编语言难于处理的浮点数运算及汉字打印输出可通过C语言编译器的内部库函数调用实现,介绍了一种专为8051系列单片机设计的C语言编译器Frankilin C51,它具有代码优化功能,能产生极高效率的机器码,并且提供了丰富的内部函数库。描述了C51函数库所支持的IEEE标准浮点数的内存格式以及采用sprintf()函数处理包括  相似文献   
7.
Single-assignment and functional languages have value semantics that do not permit side-effects. This lack of side-effects makes automatic detection of parallelism and optimization for data locality in programs much easier. However, the same property poses a challenge in implementing these languages efficiently. This paper describes an optimizing compiler system that solves the key problem of aggregate copy elimination. The methods developed rely exclusively on compile-time algorithms, including interprocedural analysis, that are applied to an intermediate data flow representation. By dividing the problem into update-in-place and build-in-place analysis, a small set of relatively simple techniques—edge substitution, graph pattern matching, substructure sharing and substructure targeting—was found to be very powerful. If combined properly and implemented carefully, the algorithms eliminate unnecessary copy operations to a very high degree. No run-time overhead is imposed on the compiled programs.  相似文献   
8.
9.
This paper describes a verified compiler for PreScheme, the implementation language for thevlisp run-time system. The compiler and proof were divided into three parts: A transformational front end that translates source text into a core language, a syntax-directed compiler that translates the core language into a combinator-based tree-manipulation language, and a linearizer that translates combinator code into code for an abstract stored-program machine with linear memory for both data and code. This factorization enabled different proof techniques to be used for the different phases of the compiler, and also allowed the generation of good code. Finally, the whole process was made possible by carefully defining the semantics ofvlisp PreScheme rather than just adopting Scheme's. We believe that the architecture of the compiler and its correctness proof can easily be applied to compilers for languages other than PreScheme.This work was supported by Rome Laboratory of the United States Air Force, contract No. F19628-89-C-0001, through the MITRE Corporation, and by NSF and DARPA under NSF grants CCR-9002253 and CCR-9014603. Author's current address: Department of Computer Science and Engineering, Oregon Graduate Institute, P.O. Box 91000, Portland, OR 97291-1000.The work reported here was supported by Rome Laboratory of the United States Air Force, contract No. F19628-89-C-0001. Preparation of this paper was generously supported by The MITRE Corporation.This work was supported by Rome Laboratory of the United States Air Force, contract No. F19628-89-C-0001, through the MITRE Corporation, and by NSF and DARPA under NSF grants CCR-9002253 and CCR-9014603.  相似文献   
10.
We present a methodology for compiler synthesis based on Mosses-Watt's action semantics. Each action in action semantics notation is assigned specific “analysis functions”, such as a typing function and a binding-time function. When a language is given an action semantics, the typing and binding-time functions for the individual actions compose into typing and binding-time analyses for the language; these are implemented as the type checker and static semantics processor, respectively, in the synthesized compiler. Other analyses can be similarly formalized and implemented. We show a sample language semantics and its synthesized compiler, and we describe the compiler synthesizer that we have developed.  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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