搜索结果
找到约 316 项符合
energy-Efficient 的查询结果
软件设计/软件工程 本文档介绍了如何使用各种内嵌工具
本文档介绍了如何使用各种内嵌工具,函数和其他一些小技巧来加强使用matlab的速度和效率,是广大爱好者必读的文档。具体内容请参阅文档。
Learn how to use the Profiler tool, vectorized functions, and other tricks to writing efficient MATLAB code. This article includes how to convert any array into a column v ...
嵌入式/单片机编程 These are P-Channel enhancement mode silicon gate power fi eld effect transistors. They are ad
These are P-Channel enhancement mode silicon gate
power &#64257 eld effect transistors. They are advanced power
MOSFETs designed, tested, and guaranteed to withstand a
speci&#64257 ed level of energy in the breakdown avalanche mode
of operation. All of these power MOSFETs are designed for
applicatio ...
数据结构 This is an implementation of double-array structure for representing trie, as proposed by Junichi A
This is an implementation of double-array structure for representing trie,
as proposed by Junichi Aoe [1].
Trie is a kind of digital search tree, an efficient indexing method with
O(1) time complexity for searching. Comparably as efficient as hashing,
trie also provides flexibility on incremental m ...
Java书籍 All of Java s Input/Output (I/O) facilities are based on streams, which provide simple ways to read
All of Java s Input/Output (I/O) facilities are based on streams, which provide simple ways to read and write data of different types. Java provides many different kinds of streams, each with its own application. The universe of streams is divided into four large categories: input streams and output ...
电子书籍 The power management problem for wireless sensor networks has been studied intensively. Various app
The power management problem for wireless sensor networks has been studied intensively.
Various approaches for reducing the energy expenditure have been presented in literature
电子书籍 The power management problem for wireless sensor networks has been studied intensively. Various app
The power management problem for wireless sensor networks has been studied intensively.
Various approaches for reducing the energy expenditure have been presented in literature
软件设计/软件工程 The SWF [pronounced 鈥渟wiff 鈥? file format delivers vector graphics, text, video, and sound over the
The SWF [pronounced 鈥渟wiff 鈥? file format delivers vector graphics, text, video, and sound
over the Internet and is supported by Adobe庐 Flash庐 Player software. The SWF file format is
designed to be an efficient delivery format, not a format for exchanging graphics between
graphics editors. ...
软件设计/软件工程 This book manage to show you how you can methodically apply different techniques to your own algor
This book manage to show you how you can methodically apply different techniques to your
own algorithms to make them more efficient. While this book mostly highlights general techniques,
some well-known algorithms are also looked at in depth.
其他书籍 This paper shows the development of a 1024-point radix-4 FFT VHDL core for applications in hardware
This paper shows the development of a 1024-point
radix-4 FFT VHDL core for applications in hardware signal processing, targeting low-cost FPGA technologies. The developed core is targeted into a Xilinx庐 Spartan鈩?3 XC3S200 FPGA with the inclusion of a VGA display interface and an external 16-bit da ...
数学计算 利用5阶精度的WENO方法求解欧拉方程
利用5阶精度的WENO方法求解欧拉方程,里面有源代码和说明文档,具体可参考论文Efficient Implementation of Weighted ENO Schemes。