搜索资源列表
已知两点求第三点的双字节无符号定点插值算法
- 两个点的线性插值定点数算法 说明:1、基本公式 y=( y2-y1 ) ( x-x1 ) / ( x2-x1 ) + y1 2、根据直线斜率的正负、内插外插的不同,分为6种情况。 3.参见文件夹中的“插值算法的6种情况”一图。-two points of linear interpolation algorithm for determining points : one, the basic formula y = (y2 - y1) (x-x) / (x2 - x1) y1 2,
C51-CZSH
- 用C51实现插值算法,在工业控制中。很有借鉴意义!
YM12864R.rar
- 12864液晶显示波形程序,包括各种插值算法,只要更改一下管脚定义即可使用,方便快捷!希望对大家有用,12864 LCD waveform procedures, including a variety of interpolation algorithms, as long as the changes to the definition of what pin to use, convenient and quick! Want to be useful to everyone
line
- 线性插值算法与抛物线插值算法,可直接在单片机等系统中使用-Linear interpolation algorithm and parabolic interpolation algorithm can be directly used in the SCM and other systems
soso1989
- 关于图像亚像素边缘检测方法的相关文献 (薄片零件机器视觉图像亚像素边缘检测,机器视觉标定中的亚像素中心定位算法,机械零件亚像素边缘检测算法的研究,基于分层插值和最小二乘拟合的亚像素细分算法等等。)-Literature on the image sub-pixel edge detection method (thin parts machine vision image sub-pixel edge detection, sub-pixel target location in the cal
Temp_Meas
- 实现热敏电阻测温在Proteus下的仿真,使用ATMega16单片机,折半查表算法和线性插值算法,测温范围达-8~120度,精度达0.01度-Thermistor temperature measurement under the Proteus simulation, use ATMega16 microcontroller binary look-up table algorithm and linear interpolation algorithm, the temperature ra
newton
- 高等数学的插值算法程序,牛顿插值、迭代算法等,实用程序,可用于解决工程实际数学问题-Higher Mathematics interpolation algorithm, Newton interpolation, iterative algorithm, the utility can be used to solve practical engineering math problems