Beckhoff Automation的EtherCAT Slave Stack Code(SSC)是ANSI C中的示例源代码,支持μC和SPI接口。 该代码作为在具有自己的处理器的设备中实现EtherCAT的开发基础。 “对象字典工具”(OD-Tool)已集成到SSC OD配置工具中,支持离线和在线对象字典的一致定义。 详细的产品信息可以在官方的EtherCAT产品指南中找到。
2021-10-31 13:34:46 15.81MB EtherCAT ssc
1
实验目的 1. 掌握栈的操作特性及其顺序存储和链式存储结构 2. 灵活运用栈解决实际问题。 实验内容 利用栈实现算符优先法进行表达式求值,测试表达式为: 5*(3+2)-6/2# 提示:利用c++的stack容器。
2021-10-27 22:02:36 33KB 数据结构 c++
1
用简单class实现stack功能 用类实现栈的操作
2021-10-24 16:16:41 1KB Stack Class 栈用类来实现
1
OPC UA java开发使用的jar包,最新代码编译的jar包版本1.4.0,欢迎下载使用。
2021-10-21 09:10:41 2.27MB OPC OPC UA OPC
1
stack.h 顺序栈的常用操作 头文件整理
2021-10-15 10:01:48 1KB c++ 头文件 整理
1
该资源是elastic的训练的项目
2021-10-14 17:02:51 690.93MB elasticsearch
1
使用cocos2d-x,jni,和android ndk,开发调试无从着手是吧,那就来使用ndk-stack吧,让你轻松自如的在eclipse下,android下调试c/c++吧。嘻嘻。好东西要分享哦。
2021-10-12 18:04:12 570B android ndk ndk-stack cocos2d-x
1
【Unity】Post Processing Stack v1.0.4 Unity2017可用 资源商店下架 Post Processing Stack,unity后期处理插件,简单易懂,可实现辉光,虚化,去锯齿等等特效 【注意】该插件仅供学习使用,不可用于任何商业用途
2021-10-11 11:06:11 31.09MB Post PostProcessing Unity 去锯齿
1
Develop efficient and modern Full Stack applications using Spring Boot2 and React Key Features Develop resourceful backends using Spring Boot and faultless frontends using React. Explore the techniques involved in creating a full stack app by going through a methodical approach. Learn to add CRUD functionalities and use Material UI in the user interface to make it more user-friendly. Book Description Apart from knowing how to write front-end and server-end code, a full-stack engineer has to tackle all the problems that are encountered in the application development lifecycle, starting from a simple idea to UI design, technical design, and all the way to implementing, testing, production deployment and monitoring. This book covers the full set of technologies that you need to know to become a full-stack web developer with Spring Boot for the backend and React for the frontend. This comprehensive guide demonstrates how to build up a modern full stack app in practice. This book will teach you how to build REST API endpoints and work with the Data Access Layer of Spring using Hibernate as the ORM. As we move ahead, you will be introduced to the other components of Spring such as Spring Security that will teach you how to secure the backend and also how to test it. Then, we will move on to the frontend where you will be introduced to React- a modern JavaScript library for building fast and reliable user interfaces and its app development environment and components. We will also create a Docker container from our application. Finally, the book will lay out the best practices that underpin professional full-stack web development. By the end of this book, you will master the process of full stack development by leveraging the power of Spring boot and React What you will learn Learn how to create a RESTful Web Service with Spring Boot. Understand how to use React for front-end programming. Gain knowledge of how to create unit tests using JUnit. Discover the techniques
2021-10-08 21:55:31 13.06MB java spring5 springboot2 react
1
基于运算符栈和运算数栈,利用算符优先法对输入的中缀表达式求值。
2021-10-07 10:38:03 4KB stack 表达式求值
1