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 algebra solution is provided, but it is fully vectorized and fully sparse in its approach. In 2-d and 3-d, if the gradients are inconsistent, then a least squares solution is generated
标签: gradient function provided versions
上传时间: 2016-11-07
上传用户:秦莞尔w
常见java数据结构的使用方法,包括ARRAYS类Collections类HashSet类List类TreeSet类Map类Vector类
上传时间: 2014-02-10
上传用户:qiao8960
MFC 視窗程式設計,視窗作業環境經多年試鍊,視窗應用程式於架構上已然出現了明顯的分類; 即便是架構不同,其間也存在著諸多共同點,例如:它們通常的都需要有功能表、 工具列等控制元件的設計,需要有用來動態管理資料的矩陣(ARRAYS)、表列(lists) 等物件類別。
上传时间: 2016-12-30
上传用户:lixinxiang
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 and random ARRAYS. You need both randomarray.fig and randomarray.m to work.
标签: beamformer narrowband realizing radiation
上传时间: 2014-01-06
上传用户:qb1993225
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 a Reader causes a corresponding read request to be made of the underlying character or byte stream. It is therefore advisable to wrap a BufferedReader around any Reader whose read() operations may be costly, such as FileReaders and InputStreamReaders.
标签: characters character buffering efficient
上传时间: 2017-02-20
上传用户:cjl42111
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, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping.
标签: lightweight embeddable Lua scripting
上传时间: 2014-01-13
上传用户:从此走出阴霾
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 terms, CDS is used for the diffusive terms. The boundary conditions are set for the lid-driven cavity flow. Only steady flows are considered.
标签: Navier-Stokes incorporates Cartesian equations
上传时间: 2017-05-14
上传用户:ryb
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 data can be stored together in ARRAYS or structures.
标签: programming variables language Fortran
上传时间: 2017-05-18
上传用户:hongmo
implement basic routines in Matlab and Octave (currently using Matlab R13) for simulating adaptive beamforming and filtering for antenna ARRAYS.
标签: Matlab simulating implement currently
上传时间: 2014-01-03
上传用户:851197153
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.
标签: programs From highschool medium
上传时间: 2014-12-04
上传用户:youke111