搜索资源列表
CDMA_ProgrammeV0.10
- 关于CDMA相关应用的一段源码,对利用C语言在VXWORK实现编程的初学者有一定参考价值.-CDMA related applications on the section of the source code, the use of C language programming in VXWORK beginners to achieve a certain reference value.
VxWorks_rwdd
- VxWorks系统的任务调度机制.pdf Vxworks经典论文 摘要:针对多任务系统而言,调度是指根据一定的算法.将CPU 分配给符合条件的任务使用,不同的系统任务调 度机制不同。本文介绍VxWorks系统的任务调度策略和算法.分析优先级倒置产生的原因并给出解决方案。重点阐述静 态表方式的实现方法并给出C语言程序框架。 关键词:调度;任务;优先级;倒置;静态表
Mail
- 一个vxworks系统下,c语言实现的smtp协议邮件发送软件。填入自己的用户名、密码、设置好后即可使用。-Under a vxworks system, c language implementation of the smtp protocol to send e-mail software. Fill in your user name, password, set up immediately after use.
Font
- 常用的50种字体的字模,C语言实现。在程序中应用这些字模的调用速度比对字体文件直接操作的方式快。-The 50 fonts matrix C language. In the program for the application of these glyphs call rate is faster than the direct operation of the font file.
Stack
- 利用C语言,链表,实现的一个入栈出栈的小例子-A small example of the C language, which pushed and poped the stack by linked lists.