代码搜索:task2

找到约 352 项符合「task2」的源代码

代码结果 352
www.eeworm.com/read/489729/6469166

txt readme.txt

采用C运行库、支持uCOS-II操作系统的框架 从OSTest4修改而来 向量文件:71x_vect_ucos.s 启动文件:71x_init_c.s 存储器映像 ----------- 以下为2种目标的存储器映像: a: DebugRam: (使用STRA71x芯片片内RAM) +----------+ 0x20010000 | stack
www.eeworm.com/read/101971/15796102

c main_entry.c

/* * hello.c * this file implement start_kernel and irqhandler * for Atmel AT91 operating system * * Bugs report: li ming ( lmcs00@mails.tsinghua.edu.cn ) * Last modified: 2003-02
www.eeworm.com/read/374165/9418465

txt readme.txt

M430/OS 演示程序 V1.10 说明: 此演示程序包含六个任务: softclock 软时钟任务 task1 向端口2的每个管脚输出方波的任务 task2 向端口3的每
www.eeworm.com/read/159076/10697476

c msp430rtos.c

/*////////////////////////////////////////////////////////////////////////////////// // MSP430 C语言框架工程 // 作者:刘兵 (public_rtos@163.com) *////////////////
www.eeworm.com/read/404742/11479289

c main.c

#include "uCOS_II.H" #include "serial.h" sbit led1=P1^7; sbit led2=P1^6; OS_STK TaskStartStk1[MaxStkSize],TaskStartStk2[MaxStkSize]; void Task1(void *nouse) OS_REENTRANT; void Task2(void
www.eeworm.com/read/157374/11716132

txt readme.txt

M430/OS 演示程序 V1.10 说明: 此演示程序包含六个任务: softclock 软时钟任务 task1 向端口2的每个管脚输出方波的任务 task2 向端口3的每
www.eeworm.com/read/115050/15028498

txt readme.txt

M430/OS 演示程序 V1.00 说明: 此演示程序包含六个任务: softclock 软时钟任务 task1 向端口2的每个管脚输出方波的任务 task2 向端口3的每
www.eeworm.com/read/105597/15664597

txt readme.txt

M430/OS 演示程序 V1.00 说明: 此演示程序包含六个任务: softclock 软时钟任务 task1 向端口2的每个管脚输出方波的任务 task2 向端口3的每
www.eeworm.com/read/105596/15664604

txt readme.txt

M430/OS 演示程序 V1.10 说明: 此演示程序包含六个任务: softclock 软时钟任务 task1 向端口2的每个管脚输出方波的任务 task2 向端口3的每
www.eeworm.com/read/143130/5758975

c main_entry.c

/* * hello.c * this file implement start_kernel and irqhandler * for Atmel AT91 operating system * * Bugs report: li ming ( lmcs00@mails.tsinghua.edu.cn ) * Last modified: 2