全文获取类型
收费全文 | 1403篇 |
免费 | 197篇 |
国内免费 | 134篇 |
专业分类
电工技术 | 44篇 |
技术理论 | 1篇 |
综合类 | 81篇 |
化学工业 | 13篇 |
金属工艺 | 9篇 |
机械仪表 | 23篇 |
建筑科学 | 11篇 |
矿业工程 | 1篇 |
能源动力 | 5篇 |
轻工业 | 3篇 |
水利工程 | 15篇 |
石油天然气 | 14篇 |
武器工业 | 5篇 |
无线电 | 215篇 |
一般工业技术 | 47篇 |
冶金工业 | 1篇 |
原子能技术 | 27篇 |
自动化技术 | 1219篇 |
出版年
2025年 | 6篇 |
2024年 | 19篇 |
2023年 | 35篇 |
2022年 | 37篇 |
2021年 | 43篇 |
2020年 | 72篇 |
2019年 | 61篇 |
2018年 | 63篇 |
2017年 | 79篇 |
2016年 | 111篇 |
2015年 | 125篇 |
2014年 | 180篇 |
2013年 | 210篇 |
2012年 | 152篇 |
2011年 | 184篇 |
2010年 | 118篇 |
2009年 | 84篇 |
2008年 | 66篇 |
2007年 | 38篇 |
2006年 | 30篇 |
2005年 | 14篇 |
2004年 | 5篇 |
1990年 | 2篇 |
排序方式: 共有1734条查询结果,搜索用时 0 毫秒
1.
S.J. Pennycook S.D. Hammond S.A. Wright J.A. Herdman I. Miller S.A. Jarvis 《Journal of Parallel and Distributed Computing》2013
This paper reports on the development of an MPI/OpenCL implementation of LU, an application-level benchmark from the NAS Parallel Benchmark Suite. An account of the design decisions addressed during the development of this code is presented, demonstrating the importance of memory arrangement and work-item/work-group distribution strategies when applications are deployed on different device types. The resulting platform-agnostic, single source application is benchmarked on a number of different architectures, and is shown to be 1.3–1.5× slower than native FORTRAN 77 or CUDA implementations on a single node and 1.3–3.1× slower on multiple nodes. We also explore the potential performance gains of OpenCL’s device fissioning capability, demonstrating up to a 3× speed-up over our original OpenCL implementation. 相似文献
2.
近几年图形处理器GPU的通用计算能力发展迅速,现在已经发展成为具有巨大并行运算能力的多核处理器,而CUDA架构的推出突破了传统GPU开发方式的束缚,把GPU巨大的通用计算能力解放了出来.本文利用GPU来加速AES算法,即利用GPU作为CPU的协处理器,将AES算法在GPU上实现,以提高计算的吞吐量.最后在GPU和CPU... 相似文献
3.
4.
This paper proposes new models of GPU energy consumption from the perspectives of hardware architects and graphics programmers by performing an architecture-independent analysis of the classical graphics rendering pipeline which is still in widespread use today. The detailed analysis includes graphics rendering workload, memory bandwidth and energy consumption . Although the models are derived from classical 3D pipeline, they are extensible to programmable pipelines. There are many factors that affect the performance and energy consumption of 3D graphics rendering, such as the number of textures, vertex sharing, level of details, and rendering algorithms. The proposed models are validated by our simulation study and used to guide our 3D graphics hardware design and 3D graphics programming in order to optimize performance and energy consumption of our GPU prototypes which have been successfully fabricated in SMIC 0.13 μm CMOS technology. 相似文献
5.
简要介绍了国内安卓智能手机和智能平板芯片发展现状,分析了国产智能机芯片在CPU性能、GPU能力、功耗、制程工艺等方面的技术指标以及与高通等国际领先智能机芯片厂商之间存在的差距.华为海思、珠海全志、广东新岸线等公司依托自身的特点和技术积累,针对市场的各种需求,占据了一席之地.面对更为残酷的竞争和创新的压力,中国芯还有很长的路要走. 相似文献
6.
文中剖析了Ogre渲染引擎的工作原理,描述了基于GPU的后处理技术,利用Ogre渲染引擎通过GPU实现了二维快速傅里叶变换,添加了探测器成像系统调制传递函数(MTF),实现了系统线性噪声和随机噪声的添加,模拟了实时三维红外场景中的探测器效应. 相似文献
7.
8.
宋德光 《电信工程技术与标准化》2008,21(8):23-26
EDGE网络优化过程中,有些指标对网络的整体性能起着关键性的作用,小区重选就是其中一个,为了解决小区重选过多的问题,我们进行了专项的优化研究。 相似文献
9.
为了提高数据挖掘的效率,提出了一种基于GPU加速的离散数据挖掘方法,并且详细论述了实现的过程以及关键技术。通过实验表明,相对于传统方法该方法具有较高的计算效率和准确性,是实现数据挖掘的实用方法。 相似文献
10.
Cris Cecka Adrian J. Lew E. Darve 《International journal for numerical methods in engineering》2011,85(5):640-669
Recently, graphics processing units (GPUs) have had great success in accelerating many numerical computations. We present their application to computations on unstructured meshes such as those in finite element methods. Multiple approaches in assembling and solving sparse linear systems with NVIDIA GPUs and the Compute Unified Device Architecture (CUDA) are created and analyzed. Multiple strategies for efficient use of global, shared, and local memory, methods to achieve memory coalescing, and optimal choice of parameters are introduced. We find that with appropriate preprocessing and arrangement of support data, the GPU coprocessor using single‐precision arithmetic achieves speedups of 30 or more in comparison to a well optimized double‐precision single core implementation. We also find that the optimal assembly strategy depends on the order of polynomials used in the finite element discretization. Copyright © 2010 John Wiley & Sons, Ltd. 相似文献