-
Nucleus PLUS实时操作系统是很好的
Nucleus PLUS是美国著名RTOS厂商ATI公司(Accelerated Tedmology lnc) 在嵌入式实
时多任务操作系统Nucleus基础上,为实时嵌入式应用而设计的一个抢先式多任务操作系统内核。其95%的代码是用ANSI C写成的,非常便于移植并支持大多数类型的处理器 Nucleus PLUS是一组c函数库,应用程序代码与核心函数连接在一起,生成一个目标代码,下载到目标板的RAM 中或直接烧录到目标板的ROM 中执行。在典型的目标环境中,Nucleus PLUS核心代码区一般不超过20K字节大小。-Nucleus PLUS RTOS is well-known American manufacturers ATI Corporation (Accelera ted Tedmology lnc) in Embedded Real-time Operating System Nucleus multi-task basis, for real-time embedded applications designed to pre-empt a multi-tasking operating system kernel. Its 95% of the code is written in ANSI C, very easy transplantation and to support most types of processors Nucleus PLUS is a function of the group c, Application code and linked to the core function, generating an object code, downloaded to the target board RAM or direct copying to the target board ROM implementation. In a typical target environment, Nucleus PLUS core code is generally not exceed 20 K byte size.
- 2022-06-18 03:55:05下载
- 积分:1
-
遍历指定文件夹所有文件,并实现脚本提取,将提取的脚本存储在指定文件夹中...
遍历指定文件夹所有文件,并实现脚本提取,将提取的脚本存储在指定文件夹中-Designated folder traversal of all documents and scripts realize extraction, will extract the script is stored in the designated folder
- 2022-03-05 14:42:10下载
- 积分:1
-
《Linux Kernel核心中文手册 》――硬件基础知识、软件基础、内存管理、进程、进程间通讯机制、PCI...
《Linux Kernel核心中文手册 》――硬件基础知识、软件基础、内存管理、进程、进程间通讯机制、PCI- Linux Kernel core Chinese manual - basic knowledge of hardware, software infrastructure, memory management, process, inter-process communication mechanism, PCI
- 2022-04-08 06:39:55下载
- 积分:1
-
将详细讲述uclinux操作系统在arm7开发板的移植,并进行了测试,说明移植成功...
将详细讲述uclinux操作系统在arm7开发板的移植,并进行了测试,说明移植成功-the transplantation of uclinux in the arm7
- 2022-06-14 15:38:38下载
- 积分:1
-
本代码是一个linux下文件操作的代码,对常用的操作都有示例,适合初学者。...
本代码是一个linux下文件操作的代码,对常用的操作都有示例,适合初学者。-This code is a linux file operations under the code, for example are commonly used to operate, suitable for beginners.
- 2022-03-18 22:54:10下载
- 积分:1
-
one tool used to control the real time logger
one tool used to control the real time logger
- 2023-06-28 08:30:04下载
- 积分:1
-
VLC播放器源代码
VLC Player Source Code
- 2022-01-27 20:02:28下载
- 积分:1
-
Linux下的网络配置包含三个要素,分别是IP地址、子网掩码和网关。本文将介绍如何在C语言中进行网络的配置和配置信息的获取...
Linux下的网络配置包含三个要素,分别是IP地址、子网掩码和网关。本文将介绍如何在C语言中进行网络的配置和配置信息的获取-name:ip_config_get.c
This program is used to show the usage of ip_configand ip_get
- 2022-05-23 14:59:55下载
- 积分:1
-
用于词法分析的词法分析器
用于词法分析的词法分析器-for lexical analysis of the lexical analyzer
- 2022-12-29 10:05:04下载
- 积分:1
-
spserver 是一个实现了半同步/半异步(Half
spserver 是一个实现了半同步/半异步(Half-Sync/Half-Async)和领导者/追随者(Leader/Follower) 模式的服务器框架,能够简化 TCP server 的开发工作。
spserver 使用 c++ 实现,目前实现了以下功能:
1.封装了 TCP server 中接受连接的功能;
2.使用非阻塞型I/O和事件驱动模型,由主线程负责处理所有 TCP 连接上的数据读取和发送,因此连接数不受线程数的限制;
3.主线程读取到的数据放入队列,由一个线程池处理实际的业务。
4.一个 http 服务器框架,即嵌入式 web 服务器(请参考: SPWebServer:一个基于 SPServer 的 web 服务器框架)
-spserver is a realization of a semi-synchronous/semi-asynchronous (Half-Sync/Half-Async) and leader/followers (Leader/Follower) model server framework, to simplify the development of TCP server. spserver use c++ realize now realize the following functions: 1. Packaging the TCP server to accept connections function 2. the use of non-blocking type I/O and event-driven model, by the main thread responsible for handling all TCP connection read and send data, so connections are not thread a few restrictions 3. the main thread to read data Add queue, by a thread pool handle the actual business. 4. A http server framework, that is, embedded web server (p
- 2023-03-18 00:40:03下载
- 积分:1