我也没办法啊,不能设置为免费产品哦,所以就随便设置一个分数吧 随便下载吧 是最新版本哦
2021-10-08 15:39:23 43.29MB opencv; computer vision; algorithm
1
ESP-FlexyStepper 该库用于通过ESP 32模块控制一个或多个步进电机。 电动机在到达目的地时会加速和减速。 该库已经过优化,可以灵活地控制运动中的速度和位置。 基于S.Reifels FlexyStepper库。 特征 该库提供以下功能: 通过方向和步进输入为连接的步进驱动器生成脉冲 连接紧急开关以立即停止所有运动 限位开关/归位开关的连接 可以进行阻塞和非阻塞函数调用 回调函数来处理事件,例如到达位置,完成归位等。 可以在不同的模式下运行: 作为后台的服务/任务(因此您可以在草图的主循环中做任何您想做的事情而不会干扰步进运动) 在主循环中手动调用processMovement()函数(然后您必须确保主循环完成得足够快,以确保平滑移动 使用阻塞运动函数,该函数负责调用processMovement,但在运动期间阻塞主循环 例子 以下示例说明如何将库用作在“后台”中
2021-10-08 13:16:26 31KB control esp32 motion arduino-library
1
FRAM_MB85RC_I2C:用于I2C FRAM的Arduino库-富士通MB85RC和赛普拉斯FM24,CY15B
2021-10-08 11:44:54 86KB arduino ram memory arduino-library
1
vue3-json-schema-form a form generator based on jsonschema for vue3 Project setup npm install npm run serve npm run build npm run test:unit npm run lint API 设计 schema json schema 对象,用来定义数据,同时也是我们定义表单的依据 value 表单的数据结果,你可以从外部改变这个 value,在表单被编辑的时候,会通过onChange透出
2021-10-06 12:19:06 194KB typescript form form-builder component-library
1
The C++ standard library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its components - and to benefit from their power - you need a resource that does far more than list the classes and their functions. The C++ Standard Library - A Tutorial and Reference, 2nd Edition describes this library as now incorporated into the new ANSI/ISO C++ language standard (C++11). The book provides comprehensive documentation of each library component, including an introduction to its purpose and design; clearly written explanations of complex concepts; the practical programming details needed for effective use; traps and pitfalls; the exact signature and definition of the most important classes and functions; and numerous examples of working code. The book focuses on the Standard Template Library (STL), examining containers, iterators, function objects, and STL algorithms. You will also find detailed coverage of strings, concurrency, random numbers and distributions, special containers, numerical classes, internationalization, and the IOStreams library. An insightful introduction to fundamental concepts and an overview of the library will help bring newcomers quickly up to speed. A comprehensive index will support the C++ programmer in his/her day-to-day life. Extending the overall content by about 50%, the book now also covers all the new C++11 library components, including Concurrency Fractional arithmetic Clocks and Timers Random numbers and distributions New smart pointers Regular expressions New STL containers, such as arrays, forward lists, and unordered containers New STL algorithms Tuples Type traits and type utilities
2021-10-06 11:59:10 13.8MB C++ 标准库
1
HI I HOPE USE THE PROGRAMMING
2021-10-04 17:00:13 1.02MB python
FlexCAN_Library, 在 Teensy 3.1上,可以使用Arduino库 Teensy 3.1的总线库简介FlexCAN是CAN0外设的串行通信驱动程序,内置在 Teensy 3.1 CPU中。 驱动程序是以Arduino库格式组织的。构建FlexCAN对象时,Arduino引脚数字 3和数字 4被分配给
2021-10-04 16:26:44 190KB 开源
1
《The C++ Standard Library》 程序员必备手册! 人格保证,绝对高清PDF!请放心下载! 注:英文版的!
2021-10-04 15:17:15 4.58MB C++ Standard Library EN
1
J2ME Nokia Library includes classes: com.nokia.mid.ui.FullCanvas, com.nokia.mid.sound.Sound, and so on.
2021-10-02 13:16:18 1.28MB J2ME Nokia Library
1
LIN收发器库(TJA1020) 通过TJA1020收发器使用LIN总线需要处理状态机,否则您将能够从总线发送或接收数据。 这被封装在此类中。 依存关系 该库扩展了Lin-Interface库: : 例子 看一下基本示例。 库应该像Lin-Interface库一样工作,但是在每个readFrame和writeFrame方法中都要考虑状态机。 您还可以控制状态机,例如。 默认的坡度模式。 # include " TJA1020.hpp " # define LIN_SERIAL_SPEED 19200 # define lin_NSLP_Pin 32 // RX and TX Pin is defined per UART_nr TJA1020 LinBus ( 2 , LIN_SERIAL_SPEED, lin_NSLP_Pin); // U
2021-09-30 15:36:59 13KB C++
1