搜索资源列表
Bipolar-pid-integer-
- 双极性pid 单极性就是输出只有整数没有负数,双极性有负数,比如一个温度控制系统,只有加热或者只有制冷,这就是单极性,又有加热也有制冷这就是双极性-Bipolar pid integer not only unipolar output is negative, bipolar have a negative, such as a temperature control system, only heating or only cooling, which is unipolar, there
I2C(EEPROM)
- 该驱动程序库包含了I2C总线基本时序以及AT24C系列EEPROM的读写函数。 还包含了常用数据格式变量的保存、读取函数。除了字节读写之外,还可以很方便的向EEPROM里写入和读出整型、浮点数、长整型格式的数据。 要使用该库函数,需要将本文件(AT24C02.c)添加进工程,并在需要调用函数的文件开头处包含"AT24C02.h" 演示程序向AT24C02存储器内部保存1字节、整型数据、长整型数据和 浮点型数据,再将他们依次读出,结果用超级终端显示。如果
DigitalApart
- (凌阳的IDE平台) 用于16位单片机的无符号整数超过65535的数码显示,可以防止溢出的分离数位代码。 最后结果无论是什么请回复,因为我真的很想成为编程高手,谢谢!-(Sunplus the IDE platform) for the 16-bit unsigned integer SCM more than 65,535 digital display, you can prevent the overflow of the separation of digital code. W
1
- 嵌入式系统实践 ARM7用键盘实现整数的加减乘-The practice of embedded systems using the keyboard to achieve ARM7 integer addition and subtraction by
inter_action
- 开发环境是Silab,里面有两个代码,实现的功能是两单片机C8051F040的CAN通信,发送程度先将浮点数3.14159和长整型数1234567L转换成MSGNUMD号消息数据。发送给接收端。接收端将接收到的数据重新转换成浮点数和长整型数。-Development environment is Silab, it there are two codes, to achieve the function of two of the CAN microcontroller C8051F040 co
KeilFloat
- 这里详细教你如何从float中取得整数部分和小数部分-from float get integer and decimal
Pinnacle
- mathematical function integer to decimal and decimal to integer for 8051
fixed-sqroot
- Fixed point square root routine for any microcontroller (8/16/32 bit), faster than libc version. Function calculates the integer square root for 32-bit number. Calculated as 16-bit integer part and 16-bit fractional part. Computation is performed f
cvEucdist
- In pattern recognition, the k-nearest neighbor algorithm (k-NN) is a method for classifying objects based on closest training examples in the feature space. k-NN is a type of instance-based learning, or lazy learning where the function is only approx
danpianji
- 基于单片机的数字温度计的设计 要求使用6位数码显示管,最高位为符号位,如果温度为正,不显示,如果温度为负,则显示负号;第2~4位显示温度值的整数部分,并在第4位数据上显示小数点;第5位显示一位小数,最低位显示摄氏度符号“℃”。-Based design requires the use of single-chip digital thermometer digital display tubes, the most significant bit is the sign bit
Automatically-printf-
- STM32程序 自动电脑打印小数,整数等变量值。在实际调试程序中非常简明的可以看到一个变量的变化。从而给程序的调试工作带来极大的便利-The program automatically STM32 computer print a decimal integer variable values. Very concise in the actual debugger can see the change of a variable. Bring great convenience to the
misc_Int32ToHexStr
- 把无符号整形数转换为16进制字符串,长度为len。 -The unsigned integer converted to hexadecimal string of length len
HandoutNew
- 1 随机产生一批整数 2 手动输入一批整数3 将表中数据随机化4 快速排序 5 希尔排序6 堆排序7 归并排序 -A number of randomly generated integer integer from 2 to manually enter the number of the data in Table 3 randomized quicksort 4 5 6 Hill sort merge sort heap sort 7
LCD-4-bit
- LCD 4 bit AVR ATMEGA 328 P. Includes many command functions of LCD and optional functions like writing an Integer or a Float to LCD
int-to-bits
- 一个c语言的源码,整数传值给位域,用于数据转换-A C language source code, integer value to the bit domain, for data conversion