搜索结果
找到约 68 项符合
Arrays 的查询结果
按分类筛选
- 全部分类
- 数学计算 (8)
- 其他 (5)
- 数据结构 (4)
- 文章/文档 (4)
- 其他书籍 (4)
- 学术论文 (4)
- Java编程 (3)
- 电源技术 (2)
- 教程资料 (2)
- 嵌入式综合 (2)
- 可编程逻辑 (2)
- Linux/Unix编程 (2)
- JavaScript (2)
- VC书籍 (2)
- 软件设计/软件工程 (2)
- 编译器/解释器 (2)
- matlab例程 (2)
- 书籍 (2)
- 模拟电子 (1)
- 单片机编程 (1)
- 书籍源码 (1)
- 电子书籍 (1)
- Jsp/Servlet (1)
- BREW编程 (1)
- 数值算法/人工智能 (1)
- Symbian (1)
- USB编程 (1)
- VHDL/FPGA/Verilog (1)
- Linux/uClinux/Unix编程 (1)
- Matlab (1)
- 论文 (1)
- VIP专区 (1)
数学计算 The inverse of the gradient function. I ve provided versions that work on 1-d vectors, or 2-d or 3-d
The inverse of the gradient function. I ve provided versions that work on 1-d vectors, or 2-d or 3-d arrays. In the 1-d case I offer 5 different methods, from cumtrapz, and an integrated cubic spline, plus several finite difference methods.
In higher dimensions, only a finite difference/linear alge ...
数据结构 常见java数据结构的使用方法
常见java数据结构的使用方法,包括Arrays类Collections类HashSet类List类TreeSet类Map类Vector类
VC书籍 MFC 視窗程式設計,視窗作業環境經多年試鍊
MFC 視窗程式設計,視窗作業環境經多年試鍊,視窗應用程式於架構上已然出現了明顯的分類;
即便是架構不同,其間也存在著諸多共同點,例如:它們通常的都需要有功能表、
工具列等控制元件的設計,需要有用來動態管理資料的矩陣(arrays)、表列(lists)
等物件類別。 ...
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 ...
Java编程 Reads/writes text as a character stream, buffering characters so as to provide for the efficient rea
Reads/writes text as a character stream, buffering characters so as to provide for the efficient reading/writing of characters, arrays, and lines.
The buffer size may be specified, or the default size may be used. The default is large enough for most purposes.
In general, each read request made of ...
编译器/解释器 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 ...
数值算法/人工智能 This program incorporates the FV method for solving the Navier-Stokes equations using 2D, Cartesian
This program incorporates the FV method for solving the Navier-Stokes equations using 2D, Cartesian grids and the staggered arrangement of variables. Variables are stored as 2D arrays. SIMPLE method is used for pressure calculation. UDS and CDS are implemented for the discretization of convective te ...
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 ...
数学计算 implement basic routines in Matlab and Octave (currently using Matlab R13) for simulating adaptive b
implement basic routines in Matlab and Octave (currently using Matlab R13) for simulating adaptive beamforming and filtering for antenna arrays.
其他 This ar the basic programs that i did in highschool. From very simple to medium programs. From array
This ar the basic programs that i did in highschool. From very simple to medium programs. From arrays to backtracking and graphs. Ther are more then 100 programs.