X-Loader
x-loader作为一款强大的引导加载程序,专为嵌入式系统设计,支持多种处理器架构,是启动Linux内核前不可或缺的一环。它在ARM平台上的应用尤为广泛,能够实现从非易失性存储器到RAM的数据加载,对于加速产品开发周期具有重要意义。无论是初学者还是资深工程师,都能通过研究x-loader深入理解底层...
X-Loader 全部资料 1,016 份
runs Kalman-Bucy filter over observations matrix Z for 1-step prediction onto matrix X (X can = Z)
runs Kalman-Bucy filter over observations matrix Z for 1-step prediction onto matrix X (X can = Z) with model order p ...
最大间隙问题:给定n 个实数x , x , , xn 1 2 
最大间隙问题:给定n 个实数x , x , , xn 1 2  ,求这n 个数在实轴上相邻2 个数之间的最 大差值。假设对任何实数的下取整函数耗时O(1),设计解最大间隙问题的线性时间算法。
QLandkarte - use your Garmin GPS with Linux Requirements: * > Qt 4.2.x (Qt 4.1.x will not wo
QLandkarte - use your Garmin GPS with Linux Requirements: * > Qt 4.2.x (Qt 4.1.x will not work!) * > proj4 ...
嵌入式loader下PCIe网卡驱动设计与实现
某些嵌入式系统需要在Bootloader中驱动网卡完成特定的网络功能。本文针对嵌入式系统存储容量有限的特点,提出了PCIe类网卡简化驱动模型,并给出一个具体实现。对于嵌入式系统Bootload
AutoBoot is a generic boot loader that automatically locates, loads, and executes object files from
AutoBoot is a generic boot loader that automatically locates, loads, and executes object files from multiple types of m...
This directory contains an example ADSP-BF533 subroutine that demonstrates how to create a loader
This directory contains an example ADSP-BF533 subroutine that demonstrates how to create a loader file for the BF533 E...
一、 一元三次回归方程 CubicMultinomialRegress.cs 方程模型为Y=a*X(3)+b*X(2)+c*X(1)+d public override double[] buil
一、 一元三次回归方程 CubicMultinomialRegress.cs 方程模型为Y=a*X(3)+b*X(2)+c*X(1)+d public override double[] buildFormula() 得到系数数组,存...