搜索资源列表
单片机子程序库
- 用单片机汇编语言写的使用的子程序 包扩浮点书的加减还有 模糊算法-SCM assembly language used to write the use of the subroutine package expanding the floating-point addition and subtraction algorithm still fuzzy
MCS51实用子程序大全
- 51单片机常用子程序大全,包括多字节加减乘除,码字转换,浮点数格式化-51 microcontroller used subroutine Daquan, including multi-byte arithmetic, code conversion, floating point format, etc.
mcs51float
- MCS-51 浮点运算子程序库及其使用说明-MCS-51 floating-point operations and subroutine library use
51jianyijisuanqi
- 这是一个用51单片机实现的能进行浮点运算(包括浮点乘法,除法等)的计算器-This is a use of the MCS-51 microcontroller capable of floating-point operations (including floating point multiplication, division, etc.) Calculator
Float
- 单片机浮点运算子程序,使用C51编程,可分别得到整数部分和小数部分,数据存储长度为4字节.-SCM floating point routines, the use of C51 programming, respectively integral part and be part of a minority, data storage for 4-byte length.
二进制转化十六进制浮点数
- 我用VC写的十进制与十六进制数的转化程序,绝对独创,可用于需要浮点运算的单片机编程数值转化。-I write with VC metric hexadecimal number and the conversion process, absolutely original and the need for the floating-point operations into numerical microcontroller programming.
floatmathcode
- MSC-51 3字节和4字节浮点数计算程序,主要用于数据采集及上传,经过IEEE转换,在上位机直接显示-MSC-51 3-byte and four-byte floating point calculation procedure used mainly for data acquisition and uploads After IEEE conversion, the PC directly show
fdividing
- 浮点除法子程序,可以高效率计算浮点浮点除法,程序短小精干,非常讨巧-floating-point division subroutine, high efficiency calculation float float division, procedures small and lean, very quick and easy
c51_PID
- 典型的PID处理程序:这是从网上找来的一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算, 而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可 大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余 数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部
FtoI
- 一个浮点数和整数互相转换的测试程序, 不依赖于浮点库, 效率高,适合移植于单片机.-an integer and float transferable test procedure is not dependent on the floating-point, high efficiency, MCU suitable for transplant.
mcu_51_example_programmers
- C51实例代码:FLASH驱动,IIC,usart,触摸液晶控制显示,电热壶烧水程序,定点滤波,定时器及计数器的生成,二分法查表,浮点滤波,浮点滤波,控制SED1335的液晶显示,软件看门狗,十六进制_BCD码相互转换,时间倒计时,实时时钟,数字时钟,温度芯片驱动,无线数据传输,以太网芯片-C51 code examples : Flash-driven, IIC, usart, touch control LCD, Electric pot boiling water procedure, s
FLOATPOINT
- 浮点程序库,这里是AVR程序,包括浮点数比大小,加,减,乘,除,开方。-Floating-point library, here is the AVR procedures, including floating-point than the size, add, subtract, multiply, divide, prescr iption.
80C51programs
- C51单片机实用程序,包括定点数\浮点数的运算,有丰富实用的例子-C51 single-chip utility, including fixed-point \ floating-point arithmetic, there is rich in practical examples of
Floating-point
- 浮点数转化为字符数组,方便单片机数据存储和处理。-Floating-point numbers into an array of characters to facilitate data storage
PJ1-Floating-Point-Multiplication-ZiyuanCai
- Floating Point Multiplication For MIPS with Full Comments Use PCSpim to open and run first open float.s second open main.s click "No" for the PCSpim Dialog "Clear program and reinitialize simulator before loading"
PJ1-Floating-Point-Division-ZiyuanCai
- Floating Point Division for MIPS with full Comments Use PCSpim to open and run first open float.s second open main.s click "No" for the PCSpim Dialog "Clear program and reinitialize simulator before loading"
Floating-point-division-SCM
- 浮点除法运算及其在单片机上的实现 论文 -Floating-point division and its implementation on the papers in SCM
51MCU-floating-point-operations
- 单片机浮点数运算实现,参考C语言的源程序代码-51MCU floating-point operations
Floating-point-division
- 单片机浮点数除法的快速编程的方法,新的思路,好文章!-Single-chip floating-point division of the fast programming methods, new ideas, good article!
floating-point-alternative-
- 在单片机开发中,把浮点数转换成字符串可以直接代用到程序中。-In SCM, the string can be converted to floating-point alternative to the program directly.