搜索资源列表
bresenham
- Bresenham算法的优点是: 1、不必计算直线之斜率,因此不做除法; 2、不用浮点数,只用整数; 3、只做整数加减法和乘2运算,而乘2运算可以用硬件移位实现。 Bresenham算法速度很快,并适于用硬件实现。
MidPointCircle
- 生成圆弧的中点算法,消去浮点改进方法,差分方法-generation of the mid-point arc algorithm, improved floating-point elimination method Difference Method
LedCtrlUse
- 实现浮点数的LED显示,模拟七段数码管显示数字及小数点,里面还包含数字键输入功能.-The realization of floating-point numbers of the LED display, analog Seven-Segment LED display figures and the decimal point, which also includes a numeric keypad input capabilities.
809176
- 用MATLAB分别采用浮点编码和二进制编码方法,求函数最大值的程序,-MATLAB respectively using floating-point coding and binary coding method, seek the maximum program,
chap2_08
- 将字符串转换成双精度浮点数,将字符串转换成数值(Convert a string into a double precision floating-point number)