Welcome![Sign In][Sign Up]
Location:
Search - task2

Search list

[Other resourceLMS11

Description: 自己编的LMS自适应算法的MATLAB源程序 本程序内容: 产生一个信号+白噪声序列,用lms算法自适应去除噪声; lmsx.m为自适应函数 task2.m为主函数,其中调用lmsx.m -own series of the LMS algorithm MATLAB source of this program : produce a white noise signal sequence, using LMS adaptive algorithm for removing noise; Lmsx.m of adaptive function task2.m main function, which calls lmsx.m
Platform: | Size: 959 | Author: 通信学生 | Hits:

[Other resourceM430OS_V1.2020060418

Description: 说明: 此演示程序包含六个任务: softclock 软时钟任务 task1 向端口2的每个管脚输出方波的任务 task2 向端口3的每个管脚输出方波的任务 task3 向端口4的每个管脚输出方波的任务 task4 向端口5的每个管脚输出方波的任务 taskled 点亮P1.0上指示灯的任务 6个任务,加上M430/OS的空闲任务,共7个任务,系统开辟了6块堆栈,空闲任务使用main程序的堆栈,空闲任务不保存现场。每块堆栈的大小可以不同。 软时钟任务利用M430/OS的多任务延时模拟了一个有年、月、日、时、分、秒的时钟,并且可以日期 时间格式为BCD格式或10进制格式。 此程序可以直接在MSP430F149的仿真头上运行 程序空间、数据空间都由编译器自动分配。-Note : This demonstration program includes six tasks : softclock soft task task1 clock to the two ports of each square wave output pin task task2 3 to the ports of each square wave output pin task task3 to four ports in each square wave output pin task tas K4 to the port every five square wave output pin task taskled lit P1.0 light on the task 6 mission, as well as the idle task M430/OS a total of seven tasks, the system has opened up a six stack, idle procedures mandate the use of the main stack, and the leisure task is not to preserve the scene. Every piece of the stack size can be different. Soft-clock task M430/OS use of multi-task simulation of a delay of over a month, day and hour, seconds clock, the date and time can BCD format for the 10-band format or formats. This procedure can b
Platform: | Size: 9124 | Author: 王培明 | Hits:

[Othertask2

Description: ucosii小实验任务2优先级天花板,可以帮助学习嵌入式操作系统-ucosii two small experimental task priority ceiling can help embedded operating system
Platform: | Size: 109317 | Author: yz | Hits:

[OtherUCOSII2.83_S3C44B0_LIYUTAI

Description: 该UCOSII_2.83移植为基于立宇泰S3C44B0X的专业板,外部晶振为8MHZ,内部频率为MCLK=64MHZ,串口波特率为115200,串口0。四个Exint4,Exint5,Exint6,Exint7,外部中断每按一次累加一次并把数据发送上来(直接在超级终端中使用),同时开了串口0接收中断:串口0把接收到的数据仍旧发送上来,同时四个任务发送Task0,Task1,Task2,Task3 外部中断和串口接收中断采用我们一般使用的模式,只是在进外部中断和串口接收中断时关总中断,出外部中断和串口接收中断时开总中断,这样可以避免执行外部中断和串口接收中断时中断嵌套。可以嵌套的程序还没编。-UCOSII_2.83 transplant to the legislature based on the Thai-S3C44B0X professional boards, external oscillator for 8 MHZ, internal frequency of MCLK = 64MHZ, serial port baud rate of 115,200. Serial 0. 4 Exint4, Exint5, Exint6, Exint7. external interrupt every time a cumulative and data onto this (direct the use of the Super Terminal) it also received a suspended serial 0 : 0 Serial data received by the continued onto this, Meanwhile four tasks this Task0, Task1, Task2. Task3 external disruption and interruption serial receiver we use the average usage patterns Progressive is in the suspension and external Serial reception interrupted when the General interrupted, and an external interrupt serial disruption opening reception total interruption, This will avoid the implementation of the susp
Platform: | Size: 410211 | Author: 道德法 | Hits:

[Develop Toolsmcombocn

Description: OSInit() OSTaskCreate(Task1, &task_1, &TaskStk[0][TASK_STK_SIZE-1], 1) OSTaskCreate(Task2, &task_2, &TaskStk[1][TASK_STK_SIZE-1], 2) OSTaskCreate(Task3, &task_3, &TaskStk[2][TASK_STK_SIZE-1], 3) OSStart() return 0 -OSInit () OSTaskCreate (Task1.
Platform: | Size: 2892310 | Author: hahe | Hits:

[Other resourceM430_RTOS_For_IAR_v3.42a

Description: 一个使用MSP430汇编语言写的 RTOS,此版本为 V1.1 版并已修正过在 IAR MSP430 V3.42A 编译后可于 Simulator 下正常调度工作了,其中设置的六个任务上都下了断点,方便在 Simulator 下观测任务调度,兹将原使用说明详列如下: M430/OS 演示程序 V1.1 版,此演示程序包含六个任务: softclock 软时钟任务 task1 向端口2的每个管脚输出方波的任务 task2 向端口3的每个管脚输出方波的任务 task3 向端口4的每个管脚输出方波的任务 task4 向端口5的每个管脚输出方波的任务 taskled 点亮P1.0上指示灯的任务 6个任务,加上M430/OS的空闲任务,共7个任务,系统开辟了6块堆栈,空闲任务使用main程序的堆栈,空闲任务不保存现场。每块堆栈的大小可以不同。 软时钟任务利用M430/OS的多任务延时模拟了一个有年、月、日、时、分、秒的时钟,并且可以日期,时间格式为BCD格式或10进制格式。
Platform: | Size: 17807 | Author: kly | Hits:

[Other resourceLPC2148-UCOS-6renwu

Description: ucos移植使用-6个简单任务功能: Task0 任务0 (P1.8 灯循环 亮 灭 ) Task1 任务1 (P1.9 灯循环 亮 灭 ) Task2 任务2 (P1.20 灯循环 亮 灭 ) Task3 任务3 (P0.7 蜂鸣器循环 鸣 停 ) Task4 任务4 (595驱动的数码管从0~9 循环显示) Task5 任务5 (P1.21-P1.25LED灯 循环亮 灭)
Platform: | Size: 327278 | Author: 月亮 | Hits:

[Other resourcetask

Description: 练习并掌握多任务实时操作系统下Task 调度、Task 间主要通信手段(信号量、消息队列等)、RISC 处理器 I/O 端口控制等内容,并形成嵌入式实时应用软件的良好编程习惯。创建多Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私有Message Queue 接收消息;Task 间消息通信通过向对方私有MessageQueue 发送消息完成。 Task1:管理Task。负责系统启动时同步系统中其他Task 的启动同步,利用信号量的semFlush()完成。同时接收各Task 的告警信息,告警信息需编号以logmsg 方式输出。本task 负责系统结束时的Task 删除处理。 Task2:console 命令行接收Task。接收并分析console 发来的命令行及参数。自行设置5 种以上命令,并根据命令的内容向Task3 或/及Task4 发送激励消息。同时实现系统退出命令,使系统采用适当方式安全退出。收到非法命令向Task1告警。 Task3:Led 控制Task。接收Led 控制消息(命令),自定义Led 显示方式表现命令执行情况。本task 应负责led 相关I/O port 初始化。收到非法led 控制命令向Task1 告警。 Task4:console 输出Task。接收需打印输出的字串消息(命令),输出到console。收到长度为0 或超常字串向Task1 告警。
Platform: | Size: 1822 | Author: 王昊 | Hits:

[Embeded-SCM DevelopTask2

Description: ATMEL XMEGA crypto program-task2.
Platform: | Size: 10497 | Author: jackey | Hits:

[matlabLMS11

Description: 自己编的LMS自适应算法的MATLAB源程序 本程序内容: 产生一个信号+白噪声序列,用lms算法自适应去除噪声; lmsx.m为自适应函数 task2.m为主函数,其中调用lmsx.m -own series of the LMS algorithm MATLAB source of this program : produce a white noise signal sequence, using LMS adaptive algorithm for removing noise; Lmsx.m of adaptive function task2.m main function, which calls lmsx.m
Platform: | Size: 1024 | Author: 通信学生 | Hits:

[SCMM430OS_V1.2020060418

Description: 说明: 此演示程序包含六个任务: softclock 软时钟任务 task1 向端口2的每个管脚输出方波的任务 task2 向端口3的每个管脚输出方波的任务 task3 向端口4的每个管脚输出方波的任务 task4 向端口5的每个管脚输出方波的任务 taskled 点亮P1.0上指示灯的任务 6个任务,加上M430/OS的空闲任务,共7个任务,系统开辟了6块堆栈,空闲任务使用main程序的堆栈,空闲任务不保存现场。每块堆栈的大小可以不同。 软时钟任务利用M430/OS的多任务延时模拟了一个有年、月、日、时、分、秒的时钟,并且可以日期 时间格式为BCD格式或10进制格式。 此程序可以直接在MSP430F149的仿真头上运行 程序空间、数据空间都由编译器自动分配。-Note : This demonstration program includes six tasks : softclock soft task task1 clock to the two ports of each square wave output pin task task2 3 to the ports of each square wave output pin task task3 to four ports in each square wave output pin task tas K4 to the port every five square wave output pin task taskled lit P1.0 light on the task 6 mission, as well as the idle task M430/OS a total of seven tasks, the system has opened up a six stack, idle procedures mandate the use of the main stack, and the leisure task is not to preserve the scene. Every piece of the stack size can be different. Soft-clock task M430/OS use of multi-task simulation of a delay of over a month, day and hour, seconds clock, the date and time can BCD format for the 10-band format or formats. This procedure can b
Platform: | Size: 69632 | Author: | Hits:

[Othertask2

Description: ucosii小实验任务2优先级天花板,可以帮助学习嵌入式操作系统-ucosii two small experimental task priority ceiling can help embedded operating system
Platform: | Size: 108544 | Author: yz | Hits:

[OtherUCOSII2.83_S3C44B0_LIYUTAI

Description: 该UCOSII_2.83移植为基于立宇泰S3C44B0X的专业板,外部晶振为8MHZ,内部频率为MCLK=64MHZ,串口波特率为115200,串口0。四个Exint4,Exint5,Exint6,Exint7,外部中断每按一次累加一次并把数据发送上来(直接在超级终端中使用),同时开了串口0接收中断:串口0把接收到的数据仍旧发送上来,同时四个任务发送Task0,Task1,Task2,Task3 外部中断和串口接收中断采用我们一般使用的模式,只是在进外部中断和串口接收中断时关总中断,出外部中断和串口接收中断时开总中断,这样可以避免执行外部中断和串口接收中断时中断嵌套。可以嵌套的程序还没编。-UCOSII_2.83 transplant to the legislature based on the Thai-S3C44B0X professional boards, external oscillator for 8 MHZ, internal frequency of MCLK = 64MHZ, serial port baud rate of 115,200. Serial 0. 4 Exint4, Exint5, Exint6, Exint7. external interrupt every time a cumulative and data onto this (direct the use of the Super Terminal) it also received a suspended serial 0 : 0 Serial data received by the continued onto this, Meanwhile four tasks this Task0, Task1, Task2. Task3 external disruption and interruption serial receiver we use the average usage patterns Progressive is in the suspension and external Serial reception interrupted when the General interrupted, and an external interrupt serial disruption opening reception total interruption, This will avoid the implementation of the susp
Platform: | Size: 409600 | Author: 道德法 | Hits:

[Booksmcombocn

Description: OSInit() OSTaskCreate(Task1, &task_1, &TaskStk[0][TASK_STK_SIZE-1], 1) OSTaskCreate(Task2, &task_2, &TaskStk[1][TASK_STK_SIZE-1], 2) OSTaskCreate(Task3, &task_3, &TaskStk[2][TASK_STK_SIZE-1], 3) OSStart() return 0 -OSInit () OSTaskCreate (Task1.
Platform: | Size: 2891776 | Author: hahe | Hits:

[uCOSM430_RTOS_For_IAR_v3.42a

Description: 一个使用MSP430汇编语言写的 RTOS,此版本为 V1.1 版并已修正过在 IAR MSP430 V3.42A 编译后可于 Simulator 下正常调度工作了,其中设置的六个任务上都下了断点,方便在 Simulator 下观测任务调度,兹将原使用说明详列如下: M430/OS 演示程序 V1.1 版,此演示程序包含六个任务: softclock 软时钟任务 task1 向端口2的每个管脚输出方波的任务 task2 向端口3的每个管脚输出方波的任务 task3 向端口4的每个管脚输出方波的任务 task4 向端口5的每个管脚输出方波的任务 taskled 点亮P1.0上指示灯的任务 6个任务,加上M430/OS的空闲任务,共7个任务,系统开辟了6块堆栈,空闲任务使用main程序的堆栈,空闲任务不保存现场。每块堆栈的大小可以不同。 软时钟任务利用M430/OS的多任务延时模拟了一个有年、月、日、时、分、秒的时钟,并且可以日期,时间格式为BCD格式或10进制格式。
Platform: | Size: 17408 | Author: kly | Hits:

[ARM-PowerPC-ColdFire-MIPSLPC2148-UCOS-6renwu

Description: ucos移植使用-6个简单任务功能: Task0 任务0 (P1.8 灯循环 亮 灭 ) Task1 任务1 (P1.9 灯循环 亮 灭 ) Task2 任务2 (P1.20 灯循环 亮 灭 ) Task3 任务3 (P0.7 蜂鸣器循环 鸣 停 ) Task4 任务4 (595驱动的数码管从0~9 循环显示) Task5 任务5 (P1.21-P1.25LED灯 循环亮 灭) --6 uCOS transplantation using a simple task function: Task0 task 0 (P1.8 cycle bright lights out) Task1 task 1 (P1.9 cycle bright lights out) Task2 task 2 (P1.20 cycle bright lights out) Task3 task 3 ( P0.7 buzzer alarms to stop the cycle) Task4 task 4 (595-driven digital control from 0 ~ 9 cycle) Task5 task 5 (P1.21-P1.25LED cycle bright lights out)
Platform: | Size: 327680 | Author: 月亮 | Hits:

[VxWorkstask

Description: 练习并掌握多任务实时操作系统下Task 调度、Task 间主要通信手段(信号量、消息队列等)、RISC 处理器 I/O 端口控制等内容,并形成嵌入式实时应用软件的良好编程习惯。创建多Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私有Message Queue 接收消息;Task 间消息通信通过向对方私有MessageQueue 发送消息完成。 Task1:管理Task。负责系统启动时同步系统中其他Task 的启动同步,利用信号量的semFlush()完成。同时接收各Task 的告警信息,告警信息需编号以logmsg 方式输出。本task 负责系统结束时的Task 删除处理。 Task2:console 命令行接收Task。接收并分析console 发来的命令行及参数。自行设置5 种以上命令,并根据命令的内容向Task3 或/及Task4 发送激励消息。同时实现系统退出命令,使系统采用适当方式安全退出。收到非法命令向Task1告警。 Task3:Led 控制Task。接收Led 控制消息(命令),自定义Led 显示方式表现命令执行情况。本task 应负责led 相关I/O port 初始化。收到非法led 控制命令向Task1 告警。 Task4:console 输出Task。接收需打印输出的字串消息(命令),输出到console。收到长度为0 或超常字串向Task1 告警。-err
Platform: | Size: 2048 | Author: 王昊 | Hits:

[Embeded-SCM DevelopTask2

Description: ATMEL XMEGA crypto program-task2.
Platform: | Size: 10240 | Author: jackey | Hits:

[matlabtask2

Description: 兰伯特投影变换,可将大地坐标与兰伯特坐标系左边相互转换-Lambert projection transformation
Platform: | Size: 265216 | Author: 决云 | Hits:

[Windows Developtask2

Description: 用C++ 模拟动物园,要用 对象化编程来编写,里面有ZOO, ZOOKEEPER, ZOOSELLER , ANIMAL, ENCLOSURE, VISITOR 等 10多个 OBJECT-For this task you should submit Task2.cpp and Task2.h, it being your choice what you include in each. You need to give consistent and appropriate de nitions for a class hierarchy, in accordance with the scenario described below. You also need a simple main function to run the simulation, as well as functions in the classes de ned.
Platform: | Size: 4096 | Author: FIGO | Hits:
« 12 3 4 »

CodeBus www.codebus.net