这个苹果官方(Homekit Engineering)在WWDC17上的Homekit专题PPT(PDF格式), 重点讲述架构(Framework)和附件(accessory)更新, 架构有遥控接入,不同事件触发器如场景和条件, 同时附有参考源代码程序说明;附件更新有规格,协议,种类,加密和自我认证 , 至于更多请参考这个PPT文件。 这个PPT文件对Homekit软硬件开发有一定的参考, 值得下载收藏学习!
2021-01-28 01:21:21 4.19MB homekit apple 苹果 wwdc
本资源为《Windows Presentation Foundation程序设计指南》的中文全本高清扫描Pdf,并附带原书所有章节源代码。该书原作者:Charles Petzold,译者:蔡学镛 《Windows Presentation Foundation程序设计指南》主要介绍了微软新一代平台操作系统平台上的Microsoft Windows Presentation Foundation核心技术的原理、概念、技术、技巧与开发实践。全书全面细致、深入浅出,主要内容包括Windows Presentation Foundation概述、基本Bushes、Content概念、Button及其他控件、Stack、Wrap、Dock、Grid、Canvas(画布)、依赖性属性、Routed Input Event、定制元素等诸多内容
2020-03-16 03:07:02 61.16MB WPF 中文 源码 全本
1
Handbook of Biometric Anti-Spoofing: Presentation Attack Detection (Advances in Computer Vision and Pattern Recognition) ISBN-10 书号: 3319926268 ISBN-13 书号: 9783319926261 Edition 版本: 2nd ed. 2019 出版日期: 2019-01-02 pages 页数: (519 ) $149.99 This authoritative and comprehensive handbook is the definitive work on the current state of the art of Biometric Presentation Attack Detection (PAD) – also known as Biometric Anti-Spoofing. Building on the success of the previous, pioneering edition, this thoroughly updated second edition has been considerably expanded to provide even greater coverage of PAD methods, spanning biometrics systems based on face, fingerprint, iris, voice, vein, and signature recognition. New material is also included on major PAD competitions, important databases for research, and on the impact of recent international legislation. Valuable insights are supplied by a selection of leading experts in the field, complete with results from reproducible research, supported by source code and further information available at an associated website. Topics and features: reviews the latest developments in PAD for fingerprint biometrics, covering optical coherence tomography (OCT) technology, and issues of interoperability; examines methods for PAD in iris recognition systems, and the application of stimulated pupillary light reflex for this purpose; discusses advancements in PAD methods for face recognition-based biometrics, such as research on 3D facial masks and remote photoplethysmography (rPPG); presents a survey of PAD for automatic speaker recognition (ASV), including the use of convolutional neural networks (CNNs), and an overview of relevant databases; describes the results yielded by key competitions on fingerprint liveness detection, iris liveness detection, and software-based face anti-spoofing; provides analyses of PAD in fingervein recognition, online handwritten signature verification, and in biometric technologies on mobile devicesincludes covera
2020-01-03 11:40:45 15.26MB Security
1
Free Spire.Presentation for Java 是一个专业的PowerPoint API,开发人员可以在Java应用程序中创建、读取、写入、转换和保存PowerPoint文档。作为一款独立的Java组件,Free Spire.Presentation for Java的运行环境无需安装Microsoft PowerPoint。 它支持功能十分丰富,如添加/编辑/删除幻灯片,创建图表、表格,添加项目符号,加密和解密PPT,添加水印,插入超链接、音频和视频,段落设置,文档属性设置,插入/提取图片,提取文本,设置动画,添加页眉页脚,添加/删除批注,创建SmartArt等。同时,也支持将PowerPoint文档高质量地转换为图片、PDF、PPTX以及SVG等文件。
2020-01-03 11:26:55 48.41MB Java PPT控件 Java PPT类库
1
原文链接地址:http://www.cnblogs.com/xiaoshubao/p/5630480.html
2019-12-21 20:28:58 4.33MB Presentation Dialog 多屏异显 Dialog全屏
1
本资源为《Windows Presentation Foundation程序设计指南》的中文全本高清扫描Pdf,并附带原书所有章节源代码。该书原作者:Charles Petzold,译者:蔡学镛
2019-12-21 20:25:34 60.12MB WPF 中文 源码 全本
1
Spire.Presentation.dll是E-iceblue公司开发的一款强大的.NET组件,主要针对PPT(PowerPoint)文件的处理和编辑。这款组件支持多种.NET框架版本,包括.NET Framework 2.0到.NET 5.0及以上,使得开发者可以方便地在不同版本的.NET环境中进行PPT操作。对于使用C#、PHP、JAVA、VB等编程语言的开发者来说,它提供了丰富的API接口和功能,极大地简化了PPT文件的创建、读取、修改和导出过程。 1. **C#中的Spire.Presentation应用** 在C#环境下,Spire.Presentation提供了一整套完善的类库,如`Presentation`类用于加载和保存PPT文件,`ISlide`接口代表幻灯片,`IPortion`接口处理文本段落,以及`IImage`接口处理图像等。通过这些接口,开发者可以轻松实现PPT的创建、添加幻灯片、修改文本、插入图片、调整动画效果、设置转换样式等功能。 2. **PPT操作与编辑** - **创建PPT**:可以使用`Presentation`类的`CreateNew`方法快速创建一个新的PPT文件。 - **读取PPT**:通过`Presentation`类的`Load`方法加载已存在的PPT文件。 - **编辑幻灯片**:可以添加、删除、复制或移动幻灯片,利用`ISlide`接口的方法来调整其属性和内容。 - **处理文本**:使用`IPortion`接口,可以修改文本内容、字体、颜色、大小等。 - **插入图像**:通过`IImage`接口,可以方便地将图像添加到幻灯片上,并进行裁剪、旋转等操作。 - **动画与过渡**:支持添加和修改幻灯片间的动画效果,以及幻灯片切换的过渡样式。 3. **跨平台支持** 除了C#,Spire.Presentation还支持PHP、JAVA和VB等其他编程语言,这意味着开发者可以在不同的平台上使用相同的API进行PPT操作。例如,在PHP中,可以使用Spire.Presentation for PHP库来实现类似的功能。 4. **格式兼容性** Spire.Presentation支持多种PPT格式,包括PPT、PPTX、PPS、PPSX等,同时还可以将PPT文件导出为PDF、图片等多种格式,满足不同的需求。 5. **高级功能** 提供了对图表、形状、SmartArt、超链接、注释、公式等元素的支持,可以进行复杂的PPT设计和布局调整。此外,还支持宏和VBA代码的处理,确保了对原文件的完整保留。 6. **性能优化** Spire.Presentation经过优化,能够快速处理大量数据,减少了内存占用,提高了处理效率,尤其在处理大型PPT文件时表现优异。 Spire.Presentation.dll是一个全面且高效的PPT处理工具,无论是在C#还是其他支持的语言环境中,都能为开发者带来便捷的PPT操作体验。通过熟练掌握其API和功能,开发者可以轻松完成各种复杂的PPT编辑任务,提升工作效率。
2019-12-21 19:28:31 132MB
1