搜索资源列表
xcorr
- c编写的互相关函数xcorr,在VC上验证,方便移植到单片机,嵌入式上-xcorr function write by C langduge
crc_pure_c
- 整理的C RC通用计算代码。可用于没有OS的嵌入式-CRC general purpose computing, finishing the C code. Can be used for the OS embedded
MatrixAndVector
- 矩阵和向量代数运算C语言函数。可用于嵌入式代码的子函数。-linear algebra functions, which can be used in an embeded system
least-square-method(first-order)
- 运用c语言进行最小二乘法运算,可用于嵌入式计算。-Using C language to order a least squares computation。
least-square-method(second-order)
- 运用c语言进行二阶最小二乘法运算,可用于嵌入式计算。-Using C language to second-order calculation method of least squares