Welcome![Sign In][Sign Up]
Location:
Search - arbitrary

Search list

[Algorithmttl-1.0.0

Description: 德劳内三角算法实现二维或三维任意点的三角网格划分C-Delaunay triangulation algorithm arbitrary two-dimensional or three-dimensional triangular point mesh C
Platform: | Size: 728064 | Author: 朱磊 | Hits:

[VOIP programzlib123

Description: The deflation algorithm used by gzip (also zip and zlib) is a variation of LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in the input data. The second occurrence of a string is replaced by a pointer to the previous string, in the form of a pair (distance, length). Distances are limited to 32K bytes, and lengths are limited to 258 bytes. When a string does not occur anywhere in the previous 32K bytes, it is emitted as a sequence of literal bytes. (In this description, `string must be taken as an arbitrary sequence of bytes, and is not restricted to printable characters.) -The deflation algorithm used by gzip (also zip and zlib) is a variation of LZ77 (Lempel- Ziv 1977. see reference below). It finds duplicated Stri stayed in the input data. The second occurrence of a string is replaced by a pointer to the previous s tring, in the form of a pair (distance, length). Distances are limited to 32K bytes, and lengths are limited to 258 bytes. When a Stri ng does not occur anywhere in the previous 32K by tes, it is emitted as a sequence of literal bytes. (In this description, `string must be taken as an arbitrary sequence o f bytes, and is not restricted to printable characters. )
Platform: | Size: 5143552 | Author: MCU2000 | Hits:

[AI-NN-PRrbfSrc

Description: This program demonstrates some function approximation capabilities of a Radial Basis Function Network. The user supplies a set of training points which represent some "sample" points for some arbitrary curve. Next, the user specifies the number of equally spaced gaussian centers and the variance for the network. Using the training samples, the weights multiplying each of the gaussian basis functions arecalculated using the pseudo-inverse (yielding the minimum least-squares solution). The resulting network is then used to approximate the function between the given "sample" points. -This program demonstrates some function a pproximation capabilities of a Radial Basis Fu nction Network. The user supplies a set of train ing points which represent some "sample" point s for some arbitrary curve. Next, the user specifies the number of equally spaced Response centers and the variance for the netwo rk. Using the training samples, the weights multiplying each of the Gaussian ba sis functions arecalculated using the pseudo- inverse (yielding the minimum least-squares s middleware). The resulting network is then used to approximate the function between the given "sa mple "points.
Platform: | Size: 18432 | Author: 陈伟 | Hits:

[Documentsshjuan

Description: 这是一个DELPHI实现使图片任意转动的编程例子,有意者请下载-DELPHI Photo arbitrary rotation so that the programming examples, please download interested to s
Platform: | Size: 60416 | Author: 张海 | Hits:

[Special Effectstoolbox_signal

Description: This toolbox implements the algorithm in a fairly general way in a C file that can be called from Matlab. It allows to perform the traditional NL-means for denoising (for both B&W and color images) but also to use an arbitrary set of patches to perform the denoising. -This toolbox implements the algorithm in a fairly general way in a C file that can be called f rom Matlab. It allows to perform the traditiona l NL-means for denoising (for both B
Platform: | Size: 1406976 | Author: 张文国 | Hits:

[VHDL-FPGA-VerilogFPGA+DSS+UART

Description: 用FPGA实现任意波形发生器的源代码,另外还包括FPGA实现UART,从而与MCU实现串行通信。-Using FPGA to achieve arbitrary waveform generator of the source code, including the FPGA also realize UART, in order to realize serial communication with the MCU.
Platform: | Size: 2048 | Author: zhuangxb | Hits:

[3D GraphicSTLViewerBACKUP

Description: 读取并显示STEP格式文件,未完成,能正确将平面上任意单连通或多连通区域进行三角剖分-STEP format to read and display documents, not completed correctly will be the plane of arbitrary simply connected or multi-connected region triangulation
Platform: | Size: 1156096 | Author: KIDXT | Hits:

[Special Effectsimagezoom

Description: 实现图像的任意缩放,只支持256色灰度图-Arbitrary image scaling, only support 256-color grayscale
Platform: | Size: 229376 | Author: 曾国卿 | Hits:

[AlgorithmCurveFit_Poly

Description: 多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector<FloatType> parameters. Added a method to handle some EMathError exceptions. If do NOT want to use this just call PolyFit2 directly. usage: Call PolyFit by something like this. CPolyFit<double> PolyFitObj double correlation_coefficiant = PolyFitObj.PolyFit(X, Y, A) where X and Y are vectors of doubles which must have the same size and A is a vector of doubles which must be the same size as the number of coefficients required. returns: The correlation coefficient or -1 on failure. produces: A vector (A) which holds the coefficients.-Polynomial curve fitting the number of arbitrary referral Purpose- Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector
Platform: | Size: 12288 | Author: bilka | Hits:

[GDI-Bitmapquyutianchong

Description: 对任意的多边形图形按照多边形扫描线法进行颜色填充-Of arbitrary polygonal graphics in accordance with the scan line polygon fill color of law
Platform: | Size: 47104 | Author: 武学森 | Hits:

[Special EffectsLineFill

Description: 快速任意多边形填充算法演示,种子点填充算法演示-Fast arbitrary polygon filling algorithm demo, seed fill algorithm point presentation
Platform: | Size: 1024 | Author: 中国 | Hits:

[Special Effectsduobianxingtianchong

Description: 本程序为多边形填充,画任意多边形对其填充-This procedure for polygon filling, painting their fill arbitrary polygons
Platform: | Size: 281600 | Author: SANMIL | Hits:

[DSP programClass_definition_file_FIR_Filter

Description: FIR滤波器的C++实现 Below are program source listings for FIR.h and FIR.cpp, the header file and class file for implementing arbitrary causal FIR filters in the Synthesis Tool Kit (STK) framework-FIR filter C++ Realize Below are program source listings for FIR.h and FIR.cpp, the header file and class file for implementing arbitrary causal FIR filters in the Synthesis Tool Kit (STK) framework
Platform: | Size: 1024 | Author: maxi | Hits:

[Mathimatics-Numerical algorithmsfft

Description: FFT算法的基本原理是把长序列的DFT逐次分解为较短序列的DFT。按照抽取方式的不同可分为DIT-FFT(按时间抽取)和DIF-FFT(按频率抽取)算法。按照蝶形运算的构成不同可分为基2、基4、基8以及任意因子(2n,n为大于1的整数),基2、基4算法较为常用。-FFT algorithm is the basic principle of DFT successive long sequence is broken down into shorter sequences of DFT. In accordance with the different extraction methods can be divided into the DIT-FFT (time taken) and the DIF-FFT (according to the frequency of extraction) algorithm. In accordance with the composition of different butterfly operations can be divided into base 2, base 4, base 8, as well as arbitrary factor (2n, n is an integer greater than 1), radix-2, Radix-4 algorithm is more commonly used.
Platform: | Size: 1024 | Author: 李文 | Hits:

[Special Effectsregionfill

Description: 任意构建多边形,然后填充多边形区域。填充颜色可以任意选取。-Constructing arbitrary polygon, and then filled polygon region. Fill color can be selected.
Platform: | Size: 34816 | Author: tony | Hits:

[GDI-BitmapTriangulate

Description: 平面任意多边形三角化的delauney经典算法-Arbitrary planar polygon triangulation algorithm of classical delauney
Platform: | Size: 1895424 | Author: myz12345678 | Hits:

[matlabgeneralnyquist

Description: Generalized Nyquist diagram for stability analysis of linear time invariant systems (Nyquist on arbitrary contour)
Platform: | Size: 1024 | Author: Anry | Hits:

[Windows Developtriangle

Description: 通过用户输入任意三个点的坐标计算三角形的面积和周长-Through the user input the coordinates of an arbitrary three-point calculation of the area and perimeter of a triangle
Platform: | Size: 1024 | Author: liutubing | Hits:

[2D GraphicfftInterpolate

Description: Performs N-D FFT interpolation any data for which fftn works. Will upsample by zero-filling, downsample by truncating high frequencies, or combine both up- and downsampling by dimension to allow arbitrary reshaping.-Performs N-D FFT interpolation on any data for which fftn works. Will upsample by zero-filling, downsample by truncating high frequencies, or combine both up- and downsampling by dimension to allow arbitrary reshaping.
Platform: | Size: 2048 | Author: ragada | Hits:

[VHDL-FPGA-VerilogArbitrary-points-frequency

Description: 任意分频用verilog实现,偶数分频,奇数分频-Arbitrary points frequency
Platform: | Size: 26624 | Author: liu | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net