-
-
计算机专业英语教程翻译
... single computer system may have several processors. We have discussed how data are represented inside a computer system in electronic states called bits. We are now ready to expose the inner workings of the nucleus of the computer system — the processor.
-
-
-
matlab动画
... (t);
electron_y=30*sin(t);
electron_z=0*t;
n=numel(t);
nucleus=2;
electron=-1;
K0=8.98755e9;
[X,Y,Z]=meshgrid(-52:2 ... k)).^2+(Y-electron_y(k)).^2+(Z-electron_z(k)).^2);
F=K0*(nucleus./r1+electron./r2);
plot3(electron_x,electron_y,electron_z,'y')
axis([-52 52 ...
-
一个小操作系统
自己写的一个小操作系统,借鉴了Nucleus,双堆栈,单调周期调度,浮点支持,lpc3250上运行,有兴趣的可以研究一下
-
miniGUI编程指南(中文版)
miniGUI编程指南是由北京飞漫软件技术有限公司开发的,其目标是为实时嵌入式操作系统建立一个跨操作系统的、快速、稳定和轻量级的图形用户界面支持系统。我们将MiniGUI 定义为“针对嵌入式设备的、跨操作系统的图形界面支持系统”,属于一种“嵌入式图形中间件”软件产品。目前,MiniGUI已成为跨操作系统的图形用户界面支持系统,可在 Linux/uClinux、eCos、VxWorks、pSOS、
ThreadX、Nucleus、uC/OS-II、OSE 等操作系统,以及 Win32 平台上运行
-
mtk_nucleus资料集合
Nucleus plus 移植笔记,Nucleus PLUS参考手册,MTK入门导读,nucleus实验,MTk全套资料,MTK_Study,mtk 俄罗斯方块移植,MTK_MMI源码,MTK源码分析_Nucleus,MCF5307_Code等
-
-
-
Nucleus_PLUS_Reference_Manual
Nucleus PLUS Reference Manual, by Accelerated Technology, describes the operationand usage of the Nucleus PLUS kernel.
-