搜索结果
找到约 43 项符合
Computes 的查询结果
按分类筛选
matlab例程 Computes the vector gradient of an RGB image
Computes the vector gradient of an RGB image
数据结构 Computes the distance between kevin bacon and other actors (six degrees of seperation).
Computes the distance between kevin bacon and other actors (six degrees of seperation).
数学计算 Computes the length of a line using two (x,y) points. Uses pointers
Computes the length of a line using two (x,y) points. Uses pointers
其他 Computes the eigenvalues and eigenvectors of a real upper-Hessenberg Matrix using the QR method
Computes the eigenvalues and eigenvectors of a real upper-Hessenberg Matrix using
the QR method.
数值算法/人工智能 Computes the circulant matrix of a vector.
Computes the circulant matrix of a vector.
其他 A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of
A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of discrete time series. Noother wavelet package is necessary -- everything is contained in this archive. The C-code computes the DWT and maximal overlap DWT. MATLAB routines are then used to compute suc ...
编译器/解释器 encode.v The encoder syndrome.v Syndrome generator in decoder berlekamp.v Berlekamp algorithm in
encode.v The encoder
syndrome.v Syndrome generator in decoder
berlekamp.v Berlekamp algorithm in decoder
chien-search.v Chien search and Forney algorithm in decoder
decode.v The top module of the decoder
inverse.v Computes multiplication inverse of an Galois field element
test-bench.v The tes ...
数学计算 When working with mathematical simulations or engineering problems, it is not unusual to handle curv
When working with mathematical simulations or engineering problems, it is not unusual to handle curves that contains thousands of points. Usually, displaying all the points is not useful, a number of them will be rendered on the same pixel since the screen precision is finite. Hence, you use a lot o ...
人工智能/神经网络 Probability distribution functions. estimation - (dir) Probability distribution estimation. dsam
Probability distribution functions.
estimation - (dir) Probability distribution estimation.
dsamp - Generates samples from discrete distribution.
erfc2 - Normal cumulative distribution function.
gmmsamp - Generates sample from Gaussian mixture model.
gsamp - Generates sample from Gaussian dist ...
VHDL/FPGA/Verilog 16点FFT VHDL源程序
16点FFT VHDL源程序,The xFFT16 fast Fourier transform (FFT) Core computes a 16-point complex FFT. The input data
is a vector of 16 complex values represented as 16-bit 2’s complement numbers – 16-bits for
each of the real and imaginary component of a datum.