Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - interpolation
Search - interpolation - List
本代码是《计算机常用数值计算算法与程序 C++版》一书的配套插值代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C version," a book supporting interpolation code, these procedures have been in C C 6.0 Virsual environment through. The attention of the VC 6.0 installed path, in particular include directory (folder) path, otherwise there will be compiled header files could not find the mistakes and the compiler not normal.
Update : 2024-05-07 Size : 91136 Publisher : 闻杉

The document to the quadratic interpolation algorithm program
Update : 2024-05-07 Size : 18432 Publisher : zkt

DL : 0
一个数控机床的切割模拟程序。有多种模拟方式。如逐点比较,直线插补等。很好用。内附可执行程序。-a CNC cutting simulation program. A number of simulation. If a case-by-point comparison, such as linear interpolation. Very good use. Enclosing executable.
Update : 2024-05-07 Size : 1240064 Publisher : 苏宏义

用VC编写高质量图片旋转算法(双线性插值法),生成DLL源代码,并提供VB调用例子代码。-VC prepared high-quality images rotation algorithm (bilinear interpolation), generate DLL source code, and called for VB code examples.
Update : 2024-05-07 Size : 1445888 Publisher : 李文庆

DL : 1
这是一个数控系统的插补程序,实现逐点比较法和DDA算法的圆弧插补功能-This is a CNC system interpolation procedures, a case-by-point comparison to achieve law and the DDA circular interpolation algorithm functions
Update : 2024-05-07 Size : 2092032 Publisher : 朱敏伟

DL : 0
图像插值程序,在一些场合需要提供真实接触感觉,可以根据视角位置变化而生成对应视点的视图,提供相应的三维感觉,从而能够“环视”场景中的三维物体。-image interpolation procedures, in some occasions the need to provide access to real sense, it may change position and perspective generation of the corresponding Perspective View, with a corresponding three-dimensional feel, to "look at" the scene of the 3D object.
Update : 2024-05-07 Size : 136192 Publisher :

不管对于图像的编码还是解码,三次样条算法的性能都是很好的,然后由于计算量比较大使他的效率有所下降,在次提出了一个考虑算法质量的前提下的快速算法。-regardless of the coding for images or decoding, cubic spline algorithm performance are good, and then because of the comparison calculation of the efficiency Ambassador he declined, in a meeting of the algorithm to consider the quality of the fast algorithm.
Update : 2024-05-07 Size : 275456 Publisher : 王献中

DL : 0
三次样条插值的MATLAB程序(三弯矩方程)-Cubic Spline Interpolation MATLAB (3 Moment equation)
Update : 2024-05-07 Size : 1024 Publisher : 郭嘉研

该系统是一个实现图像数据采集以及对图像数据的插值处理,供其它系统进一步处理或显示的系统。具有一定的通用性,适合大多数CMOS图像传感器接入。1准确、适时的数据采集,尽量减少延迟 2采集模块具备一定的数据缓冲功能 3快速有效的数据插值 4使用较少的逻辑器件和存储器 5代码的可读性要强 -The system is a realization of image data acquisition and the image data interpolation, other system for further processing or display system. Have certain common, for most CMOS image sensor access. An accurate and timely data collection, to minimize delay in two modules have some data buffering function three rapid and effective use of data interpolation four less logic five memory devices and readability of the code stronger
Update : 2024-05-07 Size : 2662400 Publisher : 矫渊培

DL : 0
二元拉格朗日插值方法,内含插值函数以及调用的例子-dual Lagrangian interpolation method includes interpolation function call and the example
Update : 2024-05-07 Size : 1024 Publisher :

DL : 0
双三次样条插值方法,内含函数以及函数调用的例子-bicubic spline interpolation method intron function and the function call examples
Update : 2024-05-07 Size : 1024 Publisher :

小波插值与小波构造(3个程序),3个比较简单的小程序-wavelet interpolation and wavelet construction (three procedures), three relatively simple procedures for small
Update : 2024-05-07 Size : 1024 Publisher : LS

DL : 0
FWT_DD用Deslauriers-Dubuc滤波器计算插值小波正变换 IWT_DD逆变换-FWT_DD with the 76th meeting-Philippe calculated interpolation filter wavelet transformation IWT_DD inversion
Update : 2024-05-07 Size : 15360 Publisher :

一维数字图像的滤波处理,包括中值滤波, 膨胀,腐蚀,开运算,闭运算和基于一次插值操作的求包络线算法。-one-dimensional digital image filtering, including filtering, expansion, corrosion, opened operations Based on the closing operation and an interpolation operation for the DEA algorithm.
Update : 2024-05-07 Size : 2345984 Publisher : 鲁西法

DL : 0
tecplot内插网格数据,很简单的,可以交流-tecplot interpolation grid data, a very simple and can exchange
Update : 2024-05-07 Size : 3291136 Publisher : 安莉娜

Set of functions that can be used for interpolation of scattered data of any dimensionality. -Set of functions that can be used for interp olation of scattered data of any dimensionalit y.
Update : 2024-05-07 Size : 4096 Publisher :

使用matlab做的插值和拟合的小程序,附有问题原理和具体应用的ppt-use Matlab do interpolation and fitting of small procedures, principles and problems with specific applications ppt
Update : 2024-05-07 Size : 179200 Publisher : muying

牛顿-拉格朗日插值法C++源代码,最新修改的通码,网友可以-Newton-Lagrange interpolation C source code, the latest revision of immigration code, net surfers can s
Update : 2024-05-07 Size : 1024 Publisher : 文理

matlabEOM
DL : 1
拉格朗日插值多项式拟合,牛顿插值多项式,欧拉方程解偏微分方程,使用极限微分求解导数(微分),微分方程组的N=4龙格库塔解法,雅可比爹迭代法解方程AX=B,最小二乘多项式拟合,组合辛普生公式求解积分,用三角分解法解方程AX=B-Lagrange interpolation polynomial fitting, polynomial interpolation Newton, Euler equations partial differential equations, Limit the use of derivative solving differential (differential), the equations of N = 4 Runge- Kutta method. Jacobian Davis iterative method of solving equations AX = B, least squares polynomial fitting, portfolio Simpson formula for integration, with a triangular decomposition method of solving equations AX = B.
Update : 2024-05-07 Size : 7168 Publisher : wangshen

图象处理中经常用到图象抽取和插值,本程序就是常用的双线性插值法的实现-image processing frequently used images collected and interpolation, the procedure is commonly used by the bilinear interpolation to achieve
Update : 2024-05-07 Size : 1024 Publisher : 王华
« 1 2 3 4 56 7 8 9 10 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.