搜索结果
找到约 74 项符合
ARRAYS 的查询结果
按分类筛选
- 全部分类
- 数学计算 (8)
- 技术资料 (6)
- 其他 (5)
- 学术论文 (4)
- 其他书籍 (4)
- 文章/文档 (4)
- 数据结构 (4)
- Java编程 (3)
- 书籍 (2)
- 电源技术 (2)
- 嵌入式综合 (2)
- 教程资料 (2)
- 可编程逻辑 (2)
- Linux/Unix编程 (2)
- 编译器/解释器 (2)
- matlab例程 (2)
- 软件设计/软件工程 (2)
- JavaScript (2)
- VC书籍 (2)
- 论文 (1)
- 单片机编程 (1)
- Linux/uClinux/Unix编程 (1)
- 数值算法/人工智能 (1)
- 书籍源码 (1)
- Matlab (1)
- 模拟电子 (1)
- 电子书籍 (1)
- USB编程 (1)
- BREW编程 (1)
- VHDL/FPGA/Verilog (1)
- Symbian (1)
- Jsp/Servlet (1)
- VIP专区 (1)
其他 builds an alternate memory allocation scheme into ToyFDTD1. Contributed by John Schneider, it guaran
builds an alternate memory allocation scheme into ToyFDTD1. Contributed by John Schneider, it guarantees that the data arrays are contiguous, which the ToyFDTD1 scheme does not. Released 6 December, 1999.
数学计算 Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any si
Using Gaussian elimination to solve linear equations.
// In this version, we allow matrix of any size. This is done by treating
// the name of a 2-dimensional array as pointer to the beginning of the
// array. This makes use of the fact that arrays in C are stored in
// row-major order.
VC书籍 As a programming language, C is rather like Pascal or Fortran.. Values are stored in variables. Pro
As a programming language, C is rather like Pascal or Fortran.. Values are stored in variables.
Programs are structured by defining and calling functions. Program flow is controlled using loops, if
statements and function calls. Input and output can be directed to the terminal or to files. Related d ...
嵌入式综合 针对Xilinx FPGA的电源解决方案
Abstract: Field-programmable gate arrays (FPGAs) are used in a wide variety of applications and end markets, including digital signalprocessing, medical imaging, and high-performance computing. This application note outlines the issues related to powering FPGAs.It also discusses Maxim's soluti ...
电源技术 Altera FPGA的电源解决方案
Abstract: Field-programmable gate arrays (FPGAs) are used in a wide variety of applications and end markets, including digital signalprocessing, medical imaging, and high-performance computing. This application note outlines the issues related to powering FPGAs.It also discusses Maxim's soluti ...
BREW编程 A MATLAB GUI platform for realizing the radiation pattern of narrowband beamformer with random array
A MATLAB GUI platform for realizing the radiation pattern of narrowband beamformer with random array geometry. User can specify the array geometry, directions of incoming signals, noise power, and the type of beamformer. Useful for gaining insight about collaborative beamforming in sensor networks a ...
编译器/解释器 Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedura
Lua is a powerful, fast, lightweight, embeddable scripting language.
Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, an ...
数学计算 OFELI is an object oriented library of C++ classes for development of finite element codes. Its main
OFELI is an object oriented library of C++ classes for development of finite element codes. Its main features are : * Various storage schemes of matrices (dense, sparse, skyline). * Direct methods of solution of linear systems of equations as well as various combinations of iterative solvers and pre ...
论文 A Rate Adaptive Channel Estimation Approach
In this paper, we consider the channel estimation
problem in Millimeter wave (mmWave) wireless systems with
large antenna arrays. By exploiting the inherent sparse nature of
the mmWave channel, we develop a novel rate-adaptive channel
estimation (RACE) algorithm, which can adaptively adjust the
numb ...
JavaScript <JavaScript:The Good Parts>全英文版,O Reilly出品,必属精品,该书的英文版是2008年5月才出版的,此为对应的chm文档,支持目录索引和搜索功能.目录如下
<JavaScript:The Good Parts>全英文版,O Reilly出品,必属精品,该书的英文版是2008年5月才出版的,此为对应的chm文档,支持目录索引和搜索功能.目录如下:Syntax/Objects/Functions/Inheritance/Arrays/Regular expressions/Methods/Style/Beautiful features