OpenCV-3 编程应用手册,英文原版。 OpenCV-3 编程应用手册,英文原版。
2022-03-19 17:57:13 16.61MB opencv 3; computer vision;
1
这本书是一本集合了多个作者的手稿的作品。实际上,这也是一种将开源开发的方式应用到书籍出版业的尝试。Python社区有超过300个成员在本书中贡献了他们的心得和资料。在这里,我们作为编辑,想给你——本书的读者,介绍一些重要的背景资料,这些背景资料是关于此书是如何编著出来,以及这个过程和涉及的人,并提出一些关于这种崭新的风格的思考
2022-03-17 14:55:24 1.2MB python cookbook
1
Apache Hive Cookbook 英文无水印原版pdf pdf所有页面使用FoxitReader、PDF-XChangeViewer、SumatraPDF和Firefox测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 查看此书详细信息请在美国亚马逊官网搜索此书
2022-03-16 11:01:00 4.47MB Apache Hive Cookbook
1
PostGIS手册-第二版 这是发布的的代码存储库。 它包含从头到尾完成本书所必需的所有支持项目文件。 关于这本书 PostGIS是一个空间数据库,它集成了矢量和栅格数据的高级存储和分析功能,并且非常灵活和强大。 PostGIS为PostgreSQL对象关系数据库提供了地理对象的支持,并且是当前最受欢迎的开源空间数据库。 如果您想探索PostGIS技术的完整范围并公开相关的扩展,那么本书非常适合您。 本书是有关PostGIS工具和概念的综合指南,这些工具和概念是管理,操纵和分析PostGIS中的空间数据所必需的。 它涵盖了关键的空间数据操作任务,不仅说明了每个任务的执行方式,还说明了原因。 它提供了实用指南,可让您安全地利用PostGIS中的先进技术来简化空间数据库管理任务。 此外,您将学习利用基本和高级的矢量,栅格和路由方法以及数据维护,优化和性能的概念,并将帮助您将这些方法集成到大
2022-03-11 14:46:22 611.17MB HTML
1
Over 90 recipes to help you build and run automated tests for your web applications with Selenium WebDriver About This Book Learn to leverage the power of Selenium WebDriver with simple examples that illustrate real-world problems and their workarounds Explains the testing of mobile applications with Appium for mobile platforms such as iOS and Android A pragmatic manual with engaging recipes and attractive screenshots to test your web applications efficiently Who This Book Is For This book is intended for software quality assurance/testing professionals, software project managers, or software developers with prior experience in using Selenium and Java to test web-based applications. This books also provides examples for C#, Python and Ruby users. What You Will Learn Understand how the locators work and use various locator methods to build reliable tests Build reliable and maintainable tests with the Selenium WebDriver API Use the PageFactory pattern to build a robust and easy to maintain test framework Build data-driven tests and extend Selenium API to implement custom steps and checks Integrate and use ATDD/BDD tools such as Cucumber, SpecFlow, Capybara, and Behave with the Selenium WebDriver API Set up iPhone/iPad and Android simulators and devices to test your mobile web application with Appium Set up Selenium Grid for faster and parallel running of tests, increasing test coverage and reducing test execution time for cross-browser testing Build extended Selenium WebDriver tests for additional coverage In Detail This book is an incremental guide that will help you learn and use the advanced features of the Selenium toolset including the WebDriver API in various situations to build a reliable test automation. You start off by setting up the test development environment and gain tips on the advanced locater strategy and the effective use of the Selenium WebDriver API. After that, the use of design patterns such as data - driven tests and PageFactory are demonstrated. You will then be familiarised with extending Selenium WebDriver API by implementing custom tasks and setting up your own distributed environment to run tests in parallel for cross-browser testing. Finally, we give you some tips on integrating Selenium WebDriver with other popular tools and testing mobile applications. By the end of this book, you will have learned enough to solve complex testing issues on your own. Style and approach This recipe-based guide covers real-life scenarios of testing your web apps with Selenium. Each recipe begins with a short introduction and key concepts along with illustrated examples of use cases, and ends with detailed but informative descriptions of the inner workings of the example. Table of Contents Chapter 1: Getting Started Chapter 2: Finding Elements Chapter 3: Working with Elements Chapter 4: Working with Selenium API Chapter 5: Synchronizing Tests Chapter 6: Working with Alerts, Frames, and Windows Chapter 7: Data-driven Testing Chapter 8: Using the Page Object Model Chapter 9: Extending Selenium Chapter 10: Testing HTML5 Web Applications Chapter 11: Behavior-Driven Development Chapter 12: Integration with Other Tools Chapter 13: Cross-Browser Testing Chapter 14: Testing Applications on Mobile Browsers
2022-03-11 11:24:01 3.7MB Selenium Testing Tools
1
QGIS Python Programming Cookbook(2nd)源代码,python 程序,针对qgis2的开发,python 2 的相关入门程序。
2022-03-09 10:08:05 116KB python  qgis2
1
OpenStack Networking Cookbook.pdf
2022-03-08 09:43:45 15.15MB OpenStack Networking
1
矩阵公式大全,很全面!
2022-03-07 14:50:48 676KB 矩阵公式大全
1
OpenSceneGraph 3 Cookbook以及书的源代码 This is a cookbook full of recipes with practical examples enriched with code and the required screenshots for easy and quick comprehension. You should be familiar with the basic concepts of the OpenSceneGraph API and should be able to write simple programs. Some OpenGL and math knowledge will help a lot, too.
2022-03-02 13:28:32 6.8MB OSG OpenGL
1
本书为搞清索引版。 仅供测试使用,请下载后24小时内删除。 当面向对象编程(OO)首次出现时,它是一种启示。OO使开发人员能够创建更灵活、更健壮的软件。但随着时间的推移,应用程序变得更复杂,人们发现“传统的”OO体系结构在某些领域不能胜任。面向方面编程(AOP)通过进一步扩展OO方法,解决了这些问题。 许多开发人员都对AOP感兴趣 —— 特别是对AspectJ感兴趣,这个Java编程语言的开源扩展明确支持AOP方法。然而,尽管AspectJ纳入在Eclipse这个日益流行的Java开源IDE之内,但是找到一种实用、非理论的方式来学习这种语言及其他AOP工具和技术已经成为一个实际的问题。 迄今为止,本书提供了实用的解决方案以及大量的代码和秘诀,便于使用AOP的独特方法来解决日常设计和编程问题。本书包括以下内容: ● 初识AOP ● 集成AspectJ与Eclipse、Ant和Java命令行工具 ● 将面向方面的应用程序部署为servlet、JSP、Web服务等 ● 关于方面、切入点、通知以及核心AOP构造的每个方面的秘诀 ● 在Java和J2EE设计模式实现中使用方面 ● 使用AOP特有的设计模式,增强现有的Java应用程序 本书展示了为什么以及如何使用AOP技术来解决常见的Java开发问题。本书利用受欢迎的问题/解决方案/讨论格式,介绍了许多现实的示例,不仅仅从概念角度演示AOP;它是一个开发过程,让用户以一种即时、可见的方式受益。如果想了解AOP如何改变软件开发的方式,如何使用AspectJ使代码更加模块化,更易于开发、维护、演进和部署,那么本书确实很适合你。
2022-03-02 11:59:50 12.67MB AspectJ Java
1