详细介绍了i.MX31ADS的硬件安装手册
上传时间: 2014-01-27
上传用户:英雄
练习多任务实时操作系统下Task 调度、Task 间主要通信手段、I/O 子系统基本应用 等内容,并形成嵌入式实时应用软件的良好编程习惯。 内容: 1. 创建多Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私 有Message Queue 接收消息;Task 间消息通信通过向对方私有Message Queue 发送 消息完成。 2. Task1:管理Task。负责系统启动时同步系统中其他Task 的启动同步,利用信号量 的semFlush()完成。同时接收各Task 的告警信息,告警信息需编号以logmsg 方式 输出。本task 负责系统结束时的Task 删除处理。 3. Task2:console 命令行接收Task。接收并分析console 发来的命令行及参数。自行 设置5 种以上命令,并根据命令的内容向Task3 发送激励消息。同时实现系统退出 命令,使系统采用适当方式安全退出。收到非法命令向Task1 告警。 4. Task3:console 输出Task。接收需打印输出的字串消息(命令),输出到console。 收到长度为0 或超常字串向Task1 告警。 5. 在以下基本功能完成基础上,自选扩展一项功能。
上传时间: 2017-06-11
上传用户:15736969615
重点介绍了C + + B u i l d e r集成开发环境,以便读者在创建应用程序时能充分利用其强大的功能,从而达到事半功倍的效果。
标签: 集成开发环境
上传时间: 2013-12-25
上传用户:zsjzc
//初始化 initscr() //获得屏幕尺寸 getmaxyx(stdscr, h, w) //画背景 for(i=0 i<h i++) for(j=0 j<w j++){ mvaddch(i, j, ACS_CKBOARD) } refresh() //建立窗口 pad = newpad(80, 128) for(i=0 i<80 i++){ char line[128] sprintf(line, "This line in pad is numbered d\n", i) mvwprintw(pad, i, 0, line) } //刷新屏幕 refresh() prefresh(pad, 0, 1, 5, 10, 20, 45) for(i=0 i<50 i++){ prefresh(pad, i+1, 1, 5, 10, 20, 45) usleep(30000) } //等待按键 getch()
标签: getmaxyx initscr stdscr for
上传时间: 2014-08-30
上传用户:龙飞艇
hey check everyone for this file which i have placed based on the digital signal processing
标签: processing everyone digital placed
上传时间: 2017-06-12
上传用户:yoleeson
This small utility helps to generate seven segment display codes for different I/O connections. For example, AVR/PIC Port A.0 -> D Segment Port A.1 -> B Segment .... Also it can generate Common Cathode or Common Anode table codes.. I Coded it long time ago. I Hope help someone. Thank you
标签: connections different generate display
上传时间: 2014-01-17
上传用户:开怀常笑
This is my code (with PIC 18F458) for Modbus RTU Network. I have written by Ccs laguage
标签: Network laguage written 18F458
上传时间: 2013-12-10
上传用户:change0329
Stanley B Lippman和J o s é e L a j o i e写的c++ primer 中文版(第三版)。
上传时间: 2017-06-12
上传用户:talenthn
I always believe that one will easily lag behind unless he keeps on learning. Of course, if I am given a chance for advanced studies in this famous University , I will stare to effort to master a good command of advance my capability.
标签: learning believe always behind
上传时间: 2017-06-13
上传用户:极客
ger鏴kten 鰊emli bir uygulama 鰎ne餴 sergilemektedir baar齧 b鰈e i...
标签: sergilemektedir uygulama emli kten
上传时间: 2013-12-16
上传用户:上善若水