搜索资源列表
LinuxDrivers
- Linux2.6内核驱动实例包: globalmem驱动、含并发控制的globalmem驱动、globalfifo驱动、poll应用程序范例、异步通知应用程序范例、支持异步通知的globalfifo、 S3C2410实时钟驱动、秒设备驱动与应用程序、DMA范例、静态映射范例、作为input设备触摸屏驱动、 作为普通字符设备触摸屏驱动、看门狗驱动、平台设备、S3C2410串口驱动、S3C2410 I2C主机驱动、 SAA711x I2C设备驱动、CS8900以太网设备驱动、S3C2
coroutine
- this simple code for guiding students for working in concurrency activities-this is simple code for guiding students for working in concurrency activities
C8051F
- C8051F020并行控制12864,C8051F020串行控制12864-C8051F020 concurrency control 12864,C8051F020 serial control 12864
Task
- 该程序示范如何在操作系统环境下编写程序说明。在RTOS下,每个任务都(函数) 都可以是死循环,这些死循环内的代码在宏观上看是并发运行的,相当于将CPU 的运算资源分配给各个任务。程序中3个任务分别控制3只LED的闪烁,说明3个任 务在宏观上是同时(并发)执行的。-This program shows how the operating system environment programming instructions. On RTOS, each task (funct
jhill_thesisj
- In this thesis we present and operating system and three generations of a hardware platform designed to address the needs of wireless sensor networks. Our operating system, called TinyOS uses an event based execution model to provide support for
ccpp_concurrency
- With the new C++ Standard and Technical Report 2 (TR2), multi-threading is coming to C++ in a big way. TR2 will provide higher-level synchronization facilities that allow for a much greater level of abstraction, and make programming multi-threaded ap
The_nesC_Language
- nesC是一种嵌入式网络系统编程语言设计平台。嵌入式网络系统是一个传感器网络,这种网络的由数千微小,低功率的“智能尘埃”组成,其中每一个都并发执行,反应方案 必须有严格的内存容量和功耗的限制。-nesC is a programming language embedded network system design platform. Embedded network system is a sensor network, this network of thousands of tiny,
THREAD
- linux下的socket通信,基于线程的并发服务器和客户端程序!-linux socket communication, thread-based concurrency server and client programs!
STM32F407_uCOS-III lwip(20160827)
- 主要实现功能: 1 tcp server并发(主要涉及文件app_lwip.c、app_tcp_server.c) 2 网线热插拔(主要涉及文件app_lwip.c、app_tcp_server.c) 3 不重启修改ip地址(主要涉及文件app_lwip.c、app_tcp_server.c、app_key.c(按键修改ip地址)) 4 将lwip的数据接收从中断方式改成单独的接收任务方式(主要涉及文件app_lwip.c) 5 usb串口信息打印(115200波特率) 6 注意:使