这些文件在 matlab 中实现了列表、队列、堆栈数据结构,队列和堆栈比 java 的替代方案要快一点。 CStack 定义一个栈数据结构 它喜欢 java.util.Stack,但是,它可以使用 CStack.content() 来返回堆栈的所有数据(在单元格中),并且速度更快比java的堆栈。 s = CStack(c); c 是一个单元格,可以省略s.size() 返回元素的数量s.empty() 返回栈是否为空s.push(el) 将 el 推到栈顶s.pop() 弹出栈顶,返回元素s.top() 返回栈顶元素s.remove() 移除栈中的所有元素s.content() 返回栈的所有数据(以a的形式) 大小为[s.size(),1]的像元 CQueue 定义一个队列数据结构 它喜欢 java.util.Queue,然而,它可以使用 CQueue.content() 来返回队
2022-03-16 16:18:22 13KB matlab
1
Z-Stack 3.0.x is TI's Zigbee 3.0 compliant protocol suite for the CC2530, CC2531, and CC2538 Wireless MCU. Supports the CC2592 and CC2590 RF front ends which extend up to +22dBm and +14dBm transmit power, respectively, and provide improved receiver sensitivity Z-Stack 3.0 combines multiple previous Zigbee profiles into one unified standard Incorporates the unified Zigbee Cluster Library which is at the foundation of dotdot, the universal language for IoT applications defining data objects, models and functionalities for embedded IoT applications Implements Zigbee Base Device Behavior specification, which defines a common set of mechanisms for network forming, discovering, and application provisioning to be used by all Zigbee devices Based on Zigbee PRO 2015 stack, it provides new and improved security modes, including Install Codes for out-of-band key exchange, and Distributed Security Networks for Coordinator-less network topology Supports Green Power Proxy, allowing energy-harvesting and ultra-low power devices to connect seamlessly to a Zigbee network Forwards and backwards compatibility with previous Zigbee PRO and application profiles is maintained Sample Applications included for quick prototyping, including door lock, thermostat, light and switch, and temperature sensor Zigbee Network Processor firmware, providing an abstracted access to the Zigbee Pro 2015 stack and Base Device Behavior functionality via a serial port for two-chip architectures Zigbee-based applications Over-the-air firmware upgrade and serial bootloader capability, allowing for future updates of deployed systems Compatible with TI's Z-Stack Linux Gateway, a reference implementation of an Ethernet-to-Zigbee gateway using a Linux-based platform as host processor, that makes it easy to integrate applications on top of an IP-based interface which abstracts Zigbee protocol functionality to the users.
2022-03-15 14:09:11 23.36MB Z-Stack 3.0.1
1
详细介绍用EC6+构建Apps,使用React开发SPA应用,用create-react-app安装项目、Redux、React Router、TypeScript, Node用Express和GraphQL开发WEB服务等内容。
2022-02-22 14:10:02 681.37MB typescript react.js GraphQL ReactRouter
1
M5-Stack-Atom-Wi-Fi-Communication- 此项目中使用了M5 Stack的Atom模块。 其中一个Atom模块将充当主模块,并将不断从其余四个用作从设备的Atom模块中收集数据。 Slave Atom将使用板载MPU6886 MEMS采样加速度数据。
2022-01-15 15:32:35 19KB C++
1
华为云Stack-8.0.pdf
2022-01-13 09:01:02 14.98MB 华为云
利用QStackedLayout栈式布局实现图片分页显示,可参考文章:https://blog.csdn.net/didi_ya/article/details/122427349
2022-01-12 09:12:14 59KB qt c++ stack
1
Modern Full-Stack Development : Using TypeScript,React,Node.js,Webpack,and Docker
2022-01-11 09:06:43 5.64MB 前端
1
全栈React,TypeScript和Node 这是Packt发布的的代码存储库。 使用带有Hooks和GraphQL的React 17构建可用于云的Web应用程序 这本书是关于什么的? 本书采用动手方法来实现现代Web技术以及用于构建全栈应用程序的相关方法。 您将首先对TypeScript以及如何使用它来构建高质量的Web应用程序有深入的了解。 接下来的各章将使用新的Hooks API和Redux深入研究React的客户端开发。 接下来,您将掌握Express的服务器端开发,包括使用基于Redis的会话进行身份验证以及使用TypeORM访问数据库。 然后,这本书将向您展示如何使用Apollo GraphQL为您的全栈应用程序构建Web服务。 稍后,您将学习如何构建GraphQL模式,以及如何使用Hooks将它们与React集成。 最后,您将重点介绍如何使用AWS云将应用程序部署到N
2022-01-06 11:56:52 10.87MB TypeScript
1
Flutter 底部导航 BottomNavigationBar , 切换内容区域StackWidget .
2022-01-03 09:11:28 10.41MB flutter Stack BotNavBar
1
TI的Z-Stack协议栈中的SensorDemo模板 适合传感器信息无线传输的工程 需要预装ZStack-CC2530-2.5.0系统
2022-01-01 11:02:20 611KB Z-Stack SensorDemo
1