WebSphere Application Server9.0.0.2 安装包百度云盘资源地址,非商业用途,仅供学习使用。
2021-12-23 15:27:15 82B WebSphere Applic WebSphere Applic
1
圣诞森林3D 该应用程序使用基本JavaScript,HTML和CSS在三维环境中创建圣诞节森林效果。 使用WebGL JavaScript API,我们可以调用和修改不同形状,颜色和位置的特定参数,以创建圣诞节森林类型的效果。 入门 该项目是使用带有HTML / CSSJavaScript构建的,因此可以使用任何支持JavaScript的IDE正常工作,并且可以在桌面中进行编辑和运行。 为了使应用程序正常运行,您只需要在选择的浏览器中打开“ Christmas_Forest.html”即可。 先决条件 JavaScript IDE或Visual Studio代码 正在安装 将项目克隆到您的文件夹中,主文件是“ Christmas_Forest.html”,因此在浏览器中打开其他文件将自动打开页面并允许所有功能使用。 运行测试 当前没有单元测试,将来会考虑添加。 建于 主要语言 -HT
2021-12-22 19:53:16 533KB HTML
1
OpenCV 2 Computer Vision Application Programming Cookbook书和源码
2021-12-22 16:10:03 5.87MB opencv2 书籍 源码
1
近期自己也在做交流伺服驱动器,深入学习后,发现maxon的epos跟以色列的elmo比起来真的是差太多了。 1.EPOS2只能识别maxon自家电机的霍尔极性,对于其他厂家的电机,霍尔的极性不按常规出牌的,就识别不了了。 2.EPOS2不能自动识别霍尔和电机线序,必须严格1对1,2对2,3对3连接,否则整定不了。 3.EPOS2不能自动识别编码器和电机的转动方向,要是不按预设的方向接,必须手动勾选反向才能整定成功。 4.EPOS2必须手动输入霍尔极对数,如果是未知的霍尔极对数,就无法完成整定。 以上四个缺点,成了elmo的优点,无论什么电机,无论把霍尔UVW和电机uvw线如何乱接,无论编码器方向如何,都可以轻松识别。只需要填入编码器分辨率,就可以自动算出霍尔极对数。 然后EPOS2还限制了正弦波控制下的转速,死死的限制在25000RPM(1 polepair) 今天测了一个12对极的电机,输入参数的时候,转速就被限制在 25000/12 = 2083rpm。 而这个转速限制问题,elmo轻轻松松就达到电机的理论值 4000RPM。 今天先谈到这里。估计99%的人都不知道我在说什么,留个记录了。
2021-12-20 03:59:13 190.94MB ELMO APPLICATION STUDIO
1
应用Application.OnTime实现定时自动获取excel文件数据,VBA编程
2021-12-16 18:03:36 85KB VBA编程
1
卡拉GUI GUI工具可帮助人车交互研究人员使用设计和进行交通实验。 讲师 团队成员 夏季团队(在2020年夏季创建了0.00版) 秋季队 [布兰登·萨普] [雷德·拉苏尔(Raeed Rasul)] [义乌] [何菲菲] 项目目的 是功能强大的开源工具,旨在“支持自动驾驶系统的开发,培训和验证”( )。 为了正确利用CARLA模拟器提供的强大功能,用户需要具备以下条件: 对模拟器提供的功能的深入了解 有关车辆控制的基本知识 关于python的基本知识 要满足所有这些要求,对于人机交互领域的初学者来说绝对不容易。 为了使这些研究人员更轻松地生活,已经开发了一个简单的GUI ,它为用户提供了使用CARLA模拟器创建和进行实验的界面。 功能介绍 我们的模拟器允许用户创建城市和高速公路模拟场景。 gui的起始页,提供用于编辑城市(交叉口)和高速公路模拟方案的选项。 城市模拟 用于
2021-12-16 16:36:51 188.59MB gui gui-application custom-scenario carla-simulator
1
Title: JavaScript Application Design: A Build First Approach Author: Nicolas Bevacqua Length: 344 pages Edition: 1 Language: English Publisher: Manning Publications Publication Date: 2015-02-16 ISBN-10: 1617291951 ISBN-13: 9781617291951 Summary JavaScript Application Design: A Build First Approach introduces JavaScript developers to techniques that will improve the quality of their software as well as their web development workflow. You'll begin by learning how to establish build processes that are appropriate for JavaScript-driven development. Then, you'll walk through best practices for productive day-to-day development, like running tasks when your code changes, deploying applications with a single command, and monitoring the state of your application once it's in production. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Book The fate of most applications is often sealed before a single line of code has been written. How is that possible? Simply, bad design assures bad results. Good design and effective processes are the foundation on which maintainable applications are built, scaled, and improved. For JavaScript developers, this means discovering the tooling, modern libraries, and architectural patterns that enable those improvements. JavaScript Application Design: A Build First Approach introduces techniques to improve software quality and development workflow. You'll begin by learning how to establish processes designed to optimize the quality of your work. You'll execute tasks whenever your code changes, run tests on every commit, and deploy in an automated fashion. Then you'll focus on designing modular components and composing them together to build robust applications. This book assumes readers understand the basics of JavaScript. What's Inside Automated development, testing, and deployment processes JavaScript fundamentals and modularity best practices Modular, maintainable, and well-tested applications Master asynchronous flows, embrace MVC, and design a REST API About the Author Nicolas Bevacqua is a freelance developer with a focus on modular JavaScript, build processes, and sharp design. He maintains a blog at ponyfoo.com. Table of Contents Part 1 Build Processes Chapter 1 Introduction To Build First Chapter 2 Composing Build Tasks And Flows Chapter 3 Mastering Environments And The Development Workflow Chapter 4 Release, Deployment, And Monitoring Part 2 Managing Complexity Chapter 5 Embracing Modularity And Dependency Management Chapter 6 Understanding Asynchronous Flow Control Methods In Javascript Chapter 7 Leveraging The Model-View-Controller Chapter 8 Testing Javascript Components Chapter 9 Rest Api Design And Layered Service Architectures Appendix A Modules In Node.Js Appendix B Introduction To Grunt Appendix C Picking Your Build Tool Appendix D Javascript Code Quality Guide
2021-12-15 17:03:41 5.34MB JavaScript
1
GAP8边缘计算模块的规格书,适用于边缘计算,嵌入式AI开发人员。本文介绍了GAP8的详细属性和一些应用场景,全英文,后续可能会翻译
2021-12-15 17:02:52 1.49MB 嵌入式AI greenwave
1
Ubox:Windows应用程序,用于智能储物柜平台和临时包管理
2021-12-14 20:38:56 28.36MB package-manager smart wpf-application locker-manager
1