资源简介
ThreadX 源码(2000版)
threadx_sourcecode
代码片段和文件信息
/* This is a small demo of the high-performance ThreadX kernel. It includes examples of six
threads of different priorities message queues semaphores and event flags. */
#include “tx_api.h“
#define DEMO_STACK_SIZE 1024
/* Define the ThreadX object control blocks... */
TX_THREAD thread_0;
TX_THREAD thread_1;
TX_THREAD thread_2;
TX_THREAD thread_3;
TX_THREAD thread_4;
TX_THREAD thread_5;
TX_QUEUE queue_0;
TX_SEMAPHORE semaphore_0;
TX_EVENT_FLAGS_GROUP event_flags_0;
/* Define the counters used in the demo application... */
ULONG thread_0_counter;
ULONG thread_1_counter;
ULONG thread_1_messages_sent;
ULON
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
......R 23183 1999-12-02 12:00 threadx_sourcecode\express.pdf
......R 170 1999-12-02 12:00 threadx_sourcecode\threadx\build_ap.bat
......R 4476 1999-12-02 12:00 threadx_sourcecode\threadx\build_tx.bat
......R 7309 1999-12-02 12:00 threadx_sourcecode\threadx\build_txe.bat
......R 278 1999-12-02 12:00 threadx_sourcecode\threadx\demo.bld
......R 7171 1999-12-02 12:00 threadx_sourcecode\threadx\demo.c
......R 557 1999-12-02 12:00 threadx_sourcecode\threadx\demo.lnk
......R 294 1999-12-02 12:00 threadx_sourcecode\threadx\demo_el.bld
......R 626 1999-12-02 12:00 threadx_sourcecode\threadx\demo_el.lnk
......R 1557201 1999-11-01 12:00 threadx_sourcecode\threadx\docs\ThreadX.pdf
......R 15702 1999-12-02 12:00 threadx_sourcecode\threadx\readme.txt
......R 1734 1999-12-02 12:00 threadx_sourcecode\threadx\tx.bld
......R 7760 1999-11-01 12:00 threadx_sourcecode\threadx\txe_ba.c
......R 8403 1999-11-01 12:00 threadx_sourcecode\threadx\txe_bpc.c
......R 7200 1999-11-01 12:00 threadx_sourcecode\threadx\txe_bpd.c
......R 7216 1999-11-01 12:00 threadx_sourcecode\threadx\txe_br.c
......R 8342 1999-11-01 12:00 threadx_sourcecode\threadx\txe_byta.c
......R 8161 1999-11-01 12:00 threadx_sourcecode\threadx\txe_bytc.c
......R 7178 1999-11-01 12:00 threadx_sourcecode\threadx\txe_bytd.c
......R 7145 1999-11-01 12:00 threadx_sourcecode\threadx\txe_bytr.c
......R 7526 1999-11-01 12:00 threadx_sourcecode\threadx\txe_efc.c
......R 7223 1999-11-01 12:00 threadx_sourcecode\threadx\txe_efd.c
......R 8880 1999-11-01 12:00 threadx_sourcecode\threadx\txe_efg.c
......R 7442 1999-11-01 12:00 threadx_sourcecode\threadx\txe_efs.c
......R 8388 1999-11-01 12:00 threadx_sourcecode\threadx\txe_qc.c
......R 7074 1999-11-01 12:00 threadx_sourcecode\threadx\txe_qd.c
......R 7071 1999-11-01 12:00 threadx_sourcecode\threadx\txe_qf.c
......R 7760 1999-11-01 12:00 threadx_sourcecode\threadx\txe_qr.c
......R 7568 1999-11-01 12:00 threadx_sourcecode\threadx\txe_qs.c
......R 7590 1999-11-01 12:00 threadx_sourcecode\threadx\txe_sc.c
............此处省略120个文件信息
- 上一篇:U3D 粒子烟花效果
- 下一篇:基于单片机的密码锁keil程序和protues仿真
相关资源
- 海康摄像机抓图源码
- 易语言海康摄像机抓图源码
- 微信小程序 贪吃蛇游戏源码下载542
- 身份证号码生成器源码(易语言)
- 赞vue仿 酷狗音乐app源码
- 易语言MySql简单操作源码
- 精易模块V6.9.1源码
- 智能停车 微信小程序源码
- 少儿编程:格斗游戏源码(scratch 2.0)
- 易语言模拟按键精灵源码
- Halcon 车牌识别 源码
- E4A语音合成朗读源码
- 易语言传奇私服服务端及客户端插件
- scratch飞机大战(小游戏源码)
- 《编译原理及实践》pdf以及随书源码
- 电力设备资源管理系统源码+文档毕业
- FX2N-HT32源码+sch+pcbKeil4/5/STM32/FX2N/PLC源
- STM32 PLC 源码 仿FX2N
- 赞酒店管理系统(源码+数据库)
- spring+springMVC+mybatis房屋出租项目源码
- SSH 企业人事管理系统源码(含数据库
- cocos creator 消灭星星(关卡类游戏源码
- 虎克对战平台 v 3.7 带源码
- DNF私服自动刷图源码易语言
- 身份证PSD文件源码
- B/S模式_数据库课程设计_员工人事调动
- 1000多套微信小程序源码带后台+教程
- spring boot+mybatis+spring mvc+bootstrap开发停
- loveyou系列源码(8套表白源码)
- 超级马里奥(Scratch3.0游戏源码).sb
评论
共有 条评论