搜索资源列表
双机通信源程序
- 嵌入式系统中实现双机通信的程序,用c编程,解压无需密码-embedded system to achieve double-machine communications procedures, using c programming, without extracting passwords
nTreeOP
- 一个C语言的N叉树的操作代码,可扩展成设备管理系统,用于嵌入式开发-a C language N-tree operation code, which can be expanded into equipment management system for embedded development
中文字体Gen
- 一个能够将windows的中文字体转换成Vxworks中C语言源代码的工具,中文字体无删除线。在其他uCOS等嵌入式系统中也应该都能用。-one of the windows can be converted into Chinese fonts Vxworks C language source code tools, Chinese fonts without deleted. In other uCOS other embedded system can also be used.
mem
- 在了解实时嵌入式操作系统内存管理机制的特点以及实时处理对内存管理需求的基础上,练习并掌握有效处理内存碎片的内存管理机制,同时理解防止内存泄漏问题的良好设计方法。使用预先规划的思想,构建自己的私有内存管理机制,在系统内存池中申请内存,并将其纳入私有内存管理机制中,形成静态预分配内存池; 静态预分配内存池支持一种以上固定长度内存池,如16 字节内存池和256 字节内存池。固定长度内存池的单块长度应考虑体系结构开销,并尽量减少内部碎片;固定长度内存池数量应可配置; 静态预分配内存池与系统内存池
VxWorkscomunication
- 以上两个程序是基于VxWorks嵌入式操作系统C源代码程序,其中程序msgQDemo.c是针对消息队列的通信示例,pipeServer.c是针对管道通信的程序示例。 在TORNADO集成开发环境中经过调试成功。
fsm
- 嵌入式系统控制面通常的状态机实现 调用FSM_Create创建状态机 调用FSM_Add创建状态机 调用FSM_Execute进入状态机执行 通过修改宏FSM_MAX_MSG_NUM定义系统最大的状态机数目-Embedded system control surfaces typical state machine implementation
hello
- 基于VxWorks的嵌入式实验源程序,hello.c,hello "world" function-Based on VxWorks embedded experimental source, hello.c, hello " world" function
priority
- 基于VxWorks的嵌入式实验程序,priority.c,任务优先级实验-Based on VxWorks embedded experimental procedures, priority.c, task priority experiments
PriorityInversion
- 基于VxWorks的嵌入式实验程序,PriorityInversion.c,任务优先级反转实验-Based on VxWorks embedded experimental procedures, PriorityInversion.c, task priority inversion experiments
msgQDemo
- 基于VxWorks的嵌入式实验源程序msgQDemo.c及头文件msgQDemo.h,使用消息队列实现任务间的通信,生产者任务通过消息队列向消费者任务传递8条消息。-Based on VxWorks embedded experimental source and header files msgQDemo.c msgQDemo.h, use the Message Queue task to achieve communication between the producer to the c
vxWorks-programing
- Vxworks嵌入式开发指南,是c语言.详细的编程指南,使用手册,可供查阅-Vxworks embedded development guidelines, the c language