Index NAME 总览 (SYNOPSIS) 警告 (WARNING) 描述 (DESCRIPTION) 选项 (OPTIONS) 总体选项 (Overall Option) 语言选项 (LANGUAGE OPTIONS) 预处理器选项 (Preprocessor Option) 汇编器选项 (ASSEMBLER OPTION) 连接器选项 (LINKER OPTION) 目录选项 (DIRECTORY OPTION) 警告选项 (WARNING OPTION) 调试选项 (DEBUGGING OPTION) 优化选项 (OPTIMIZATION OPTION) 目标机选项 (TARGET OPTION) 机器相关选项 (MACHINE DEPENDENT OPTION) 代码生成选项 (CODE GENERATION OPTION) PRAGMAS 文件 (FILE) 另见 (SEE ALSO) BUGS 版权 (COPYING) 作者 (AUTHORS) [中文版维护人] [中文版最新更新] 《中国Linux论坛man手册页翻译计划》 NAME gcc,g++-GNU 工程的 C和 C++编译器(egcs-1.1.2
标签: DESCRIPTION SYNOPSIS OPTIONS Overall
上传时间: 2014-01-03
上传用户:evil
Chip type : ATmega16L Program type : Application Clock frequency : 4.000000 MHz Memory model : Small External SRAM size : 0 Data Stack size : 256
标签: type Application frequency 4.000000
上传时间: 2014-01-08
上传用户:lx9076
C:\Texas Instruments\ZStack-1.4.3-1.2.1\Projects\zstack\Samples\SimpleApp
标签: ProjectszstackSamplesSimpleApp Instruments Texas Stack
上传时间: 2014-01-04
上传用户:jjj0202
The uIP implementation is designed to have only the absolute minimal set of features needed for a full TCP/IP stack. It can only handle a single network interface and contains only a rudimentary UDP implementation, but focuses on the IP, ICMP and TCP protocols. uIP is written in the C programming language.
标签: implementation designed absolute features
上传时间: 2017-08-08
上传用户:xinzhch
zigbee stack and application
标签: zigbeee
上传时间: 2015-11-09
上传用户:小别针V
lwip是一个轻量级的TCP/IP协议栈(Lightweight TCP/IP Stack)实现,最初是瑞士计算机科学学院Adam Dunkels编写的一个应用于无操作系统的嵌入式系统中的TCP/IP协议栈,后来作为一个开源(open source)项目,由一个全球性的团队进行开发和维护。
上传时间: 2016-06-13
上传用户:tttm1030
32feet.NET is a shared-source project to make personal area networking technologies such as Bluetooth, Infrared (IrDA) and more, easily accessible from .NET code. Supports desktop, mobile or embedded systems. 32feet.NET is free for commercial or non-commercial use. If you use the binaries you can just use the library as-is, if you make modifications to the source you need to include the 32feet.NET License.txt document and ensure the file headers are not modified/removed. The project currently consists of the following libraries:- Bluetooth IrDA Object Exchange Bluetooth support requires a device with either the Microsoft, Widcomm, BlueSoleil, or Stonestreet One Bluetopia Bluetooth stack. Requires .NET Compact Framework v3.5 or above and Windows CE.NET 4.2 or above, or .NET Framework v3.5 for desktop Windows XP, Vista, 7 and 8. A subset of functionality is available for Windows Phone 8 and Windows Embedded Handheld 8 in the InTheHand.Phone.Bluetooth.dll library.
上传时间: 2016-07-06
上传用户:magister2016
implentation of stack ADT
标签: mystack
上传时间: 2018-02-10
上传用户:guo361
随着现在高科技的进步,人们的生活水平有了很大的提高。对环境的婴求也越来越高,环境问题开始得到社会的重视。目前,环境监测发展的个重要方向是开发适合中国国情、价格低廉的远程监测系统,而环境监测系统中极为重要的一部分就是如何获得环境参数,只有获得环境参数才能进行后面的分析、决策工作,无线传感器网络能够通过各类集成化的微型传感器协作地实时监测、感知和采集各种环境或监测对象的信息,并传达给用户,具有可快速部署、无人值守,功耗低、成本低等优点,十分适合应用于环境监测系统本文基于 ZisBee协议设计了用于环境监测的无线传感器网络节点,该节点采用超低功耗的MSP430单片机和CC242024G射频芯片,并移植了完全符合 ZigBee2006标准的协议栈,在协议栈上运行自己的脸测程序,能够实时地采集周围环境的温度,湿度和大气压力,并自动校正,将测量的数据通过无线传感器网络传输给下一个节点。该节点体积小,功耗低,并且具有兼容性,能够和不同件平台混合组网,实现应用层的完全致,不但方便了程序开发,而且能使灵活组网,实现zgBe网络的最大优化本文主要对环境监测无线传感器网络的节点的软硬件设计进行了介绍,硬件方面重点介绍了数据采集模块,数据处理模块的接口设计,无线讯模块的板上天线设计、巴伦电路和高频电路设计要点。软件方面重点介绍了测量程序的设计,CC2420无线通讯程序的设计,板上移植的 Z-Stack结构,以及针对环境监测的应用所进行的开发。最后对节点进行了组网实验,将设计节点和CC2430节点故在一起组网,通过 Packet Stiller工具对通讯信息进行监控和解析。实验证明了混合组网的完全可行性,并且通讯良好,信号稳定关键词:无线传感器网络,ZigBee,,环境监测,MSP43,CC2420
上传时间: 2022-03-14
上传用户:
If register should be written or read.This value is passed to the calback functions which support either reading or writing register values. Writing means that the application registers should be updated and reading means that the modbus protocol stack needs to know the current register values.See also: eMBRegHoldingCB(), eMBRegCoilsCB(), eMBRegDiscreteCB() and eMBReglnputCB().Enumeration values: MB_REG_READ Read register values and pass to protocol stack.MB_REG_WRITE Update register values.Note: Note all ports implement this function.A port which wants to get an callback must define the macro MB_PORT_HAS_CLOSE to 1.Returns: If the resources where released it return eMBErrorCode:: MB_ENOERR. If the protocol stack is not in the disabled state it returns eMBErrorCode:: MB_EILLSTATE.Examples: LINUX/demo.c, MCF5235TCP/demo.c, STR71XTCP/demo.c, WIN32/demo. cpp, and WIN32TCP/demo. cpp.his function disables processing of Modbus frames.Returns: If the protocol stack has been disabled
标签: FreeModbus
上传时间: 2022-05-31
上传用户: