首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   208篇
  免费   4篇
电工技术   5篇
化学工业   17篇
金属工艺   5篇
机械仪表   1篇
建筑科学   11篇
能源动力   8篇
轻工业   39篇
水利工程   1篇
无线电   31篇
一般工业技术   27篇
冶金工业   15篇
原子能技术   1篇
自动化技术   51篇
  2023年   1篇
  2021年   2篇
  2020年   1篇
  2019年   5篇
  2018年   6篇
  2017年   11篇
  2016年   7篇
  2015年   2篇
  2014年   9篇
  2013年   10篇
  2012年   10篇
  2011年   15篇
  2010年   15篇
  2009年   12篇
  2008年   11篇
  2007年   8篇
  2006年   12篇
  2005年   9篇
  2004年   6篇
  2003年   6篇
  2002年   9篇
  2001年   3篇
  2000年   3篇
  1999年   3篇
  1998年   4篇
  1997年   4篇
  1996年   5篇
  1995年   5篇
  1994年   1篇
  1993年   1篇
  1992年   6篇
  1991年   3篇
  1990年   1篇
  1989年   2篇
  1988年   2篇
  1984年   1篇
  1967年   1篇
排序方式: 共有212条查询结果,搜索用时 109 毫秒
1.
The problem of determining minimum total distance to be travelled by a salesman, who is to visit given cities each only once (i.e. the travelling salesman problem) is one of the most studied problems in computational mathematics. Finding an exact solution is not only intractably difficult, but also exceedingly costly. However, we implemented efficient optimal algorithms for both symmetric and asymmetric distance problems. The programs implemented can solve problems up to 180 cities in reasonable computer time.  相似文献   
2.
Given a text T[1…n] and a pattern P[1…m] over some alphabet Σ of size σ, we want to find all the (exact) occurrences of P in T. The well-known shift-or algorithm solves this problem in time O(nm/w⌉), where w is the number of bits in machine word, using bit-parallelism. We show how to extend the bit-parallelism in another direction, using super-alphabets. This gives a speed-up by a factor s, where s is the number of characters processed simultaneously. The algorithm is implemented, and we show that it works well in practice too. The result is the fastest known algorithm for exact string matching for short patterns and small alphabets.  相似文献   
3.
In this paper we propose a soft-output RAKE receiver for CDMA mobile terminals using low spreading factor and/or high-order modulation constellations for high data rates. Based on the outputs of theRAKE correlator fingers, the receiver produces symbol or bit metrics for soft decision decoding. The formulation of these metrics is derived analytically taking into account the multipath propagation, interfering users and channel estimation errors. Simulations show thata performance gain is achieved when low spreading factors or high-order modulation constellations are used.  相似文献   
4.
This article reports a study of some functionalized polyolefins evaluated as compatibilizers in polyethylene nanocomposites. The functionalized polymers were prepared by direct metallocene‐mediated copolymerizations of ethylene and a functional comonomer. The prepared nanocomposites were evaluated for mechanical and barrier property enhancement. A good combination of mechanical and barrier properties was obtained with the metallocene‐based functionalized polyethylene. The toughness–stiffness balance was better than or comparable to that achieved with conventional functionalized polymers such as maleic anhydride grafted polyethylene. The results also indicated that these metallocene‐based functionalized polyolefins, when used as compatibilizers, could have relatively higher molar masses and lower functionality than those of conventional post‐reactor‐modified compatibilizers, and so the drawbacks associated with the latter could be avoided. Their inherent properties could also further improve the final nanocomposite properties. This was attributed to the more homogeneous nature of metallocene‐catalyzed polymers in comparison with post‐reactor‐modified products. © 2004 Wiley Periodicals, Inc. J Appl Polym Sci 94: 1094–1100, 2004  相似文献   
5.
The dopamine overflow in the nucleus accumbens of rats from the high alcohol drinking AA line was measured by microdialysis before, during, and after one-half hour sessions of cued drinking of ethanol flavored with saccharin and peppermint or, as a control, saccharin-peppermint drinking. The animals had had extensive previous experience with ethanol drinking. Self-administration of the ethanol solution did not raise the dopamine level substantially: there was a small (17%) but significant increase only during the first 10 min after the onset of drinking. Giving the rats a cue for ethanol, which was part of their daily routine drinking regime, did not raise the dopamine level before ethanol was presented to the rats (i.e., during "anticipation"). The results are consistent with our previous studies showing a lack of a large ethanol-induced dopamine response in rats with previous experience of drinking ethanol and with the idea that although dopamine may play some role in alcohol drinking, it is not the central substrate producing the reinforcement from ethanol in AA rats.  相似文献   
6.
Signal processors exploiting ASIC acceleration suffer from sky-rocketing manufacturing costs and long design cycles. FPGA-based systems provide a programmable alternative for exploiting computation parallelism, but the flexibility they provide is not as high as in processor-oriented architectures: HDL or C-to-HDL flows still require specific expertise and a hardware knowledge background. On the other hand, the large size of the configuration bitstream and the inherent complexity of FPGA devices make their dynamic reconfiguration not a very viable approach. Coarse-grained reconfigurable architectures (CGRAs) are an appealing solution but they pose implementation problems and tend to be application specific. This paper presents a scalable CGRA which eases the implementation of algorithms on field programmable gate array (FPGA) platforms. This design option is based on two levels of programmability: it takes advantage of performance and reliability provided by state-of-the-art FPGA technology, and at the same time it provides the user with flexibility, performance and ease of reconfiguration typical of standard CGRAs. The basic cell template provides advanced features such as sub-word SIMD integer and floating-point computation capabilities, as well as saturating arithmetic. Multiple reconfiguration contexts and partial run-time reconfiguration capabilities are provided, tackling this way the problem of high reconfiguration overhead typical of FPGAs. Selected instances of the proposed architecture have been implemented on an Altera Stratix II EP2S180 FPGA. On this system, we mapped some common DSP, image processing, 3D graphics and audio compression algorithms in order to validate our approach and to demonstrate its effectiveness by benchmarking the benefits achieved.  相似文献   
7.
Existing empirical studies on test-driven development (TDD) report different conclusions about its effects on quality and productivity. Very few of those studies are experiments conducted with software professionals in industry. We aim to analyse the effects of TDD on the external quality of the work done and the productivity of developers in an industrial setting. We conducted an experiment with 24 professionals from three different sites of a software organization. We chose a repeated-measures design, and asked subjects to implement TDD and incremental test last development (ITLD) in two simple tasks and a realistic application close to real-life complexity. To analyse our findings, we applied a repeated-measures general linear model procedure and a linear mixed effects procedure. We did not observe a statistical difference between the quality of the work done by subjects in both treatments. We observed that the subjects are more productive when they implement TDD on a simple task compared to ITLD, but the productivity drops significantly when applying TDD to a complex brownfield task. So, the task complexity significantly obscured the effect of TDD. Further evidence is necessary to conclude whether TDD is better or worse than ITLD in terms of external quality and productivity in an industrial setting. We found that experimental factors such as selection of tasks could dominate the findings in TDD studies.  相似文献   
8.
This paper presents the design and the implementation of a coarse-grain reconfigurable machine used as an accelerator for a programmable RISC core, to speed up the execution of computationally demanding tasks like multimedia applications. We created a VHDL model of the proposed architecture and implemented it on a FPGA board for prototyping purposes; then we mapped on our architecture some DSP and image processing algorithms as a benchmark. In particular, we provided the proposed architecture with subword computation capabilities, which turns out to be extremely effective especially when dealing with image processing algorithms, achieving significant benefits in terms of speed and efficiency in resource usage. To create the configuration bitstream (configware) we created a tool based on a graphical user interface (GUI) which provides a first step towards the automation of the programming flow of our design: the tool is meant to ease the life of the programmer, relieving him from the burden of calculating the configuration bits by hand. Synthesis results indicate that the area occupation and the operating frequency of our design are reasonable also when compared to other similar design. In addition to this, the amount of clock cycles taken by our machine to perform a given algorithm is orders of magnitude smaller than the one required by a corresponding software implementation on a RISC microprocessor.  相似文献   
9.
10.
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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