chime

Category:技术

ucos-ii哪些API会导致任务调度


2014-03-05/三 by jim Category: 技术 Tags: RTOS 嵌入式操作系统

最近在复习做过的项目, ucos-ii哪些API会导致任务调度呢?以下是之前用Doxygen对ucos-ii生成文档中一张OS_SchedNew caller图,所有这些API可能会导致OS_SchedNew执行。 caller of OS_SchedNew


UC Berkeley EECS课程资源介绍


博客建立记


2013-08-01/四 by jim Category: 技术 Tags: pelican 静态博客

为了在github上托管了个人博客,这些天花了不少时间和精力。其过程曲折而折腾。 网址 http://hmean.github.com 以下是主要过程。

1.建仓库

建立hmean.github.com github上建仓库。在github上新建一个repository,名为[用户名.github.com]或者[用户名.github.io]。github就会识别这用户在github上的page ...


SICP 1.xx learnnote


2013-07-24/三 by jim Category: 技术 Tags: scheme 函数式编程语言

这是SICP1笔记。

link to picturestatic/images/blue_energy_02.png)

术语:process, procedure, self-evaluating, name, combinations, special form,

关键字:primitives (numbers and built in procedures); means of combination (ways of ...