弹簧启动启动器净额 介绍 这是一个基于netty API(4.1.12.Final)的Spring Boot嵌入式servlet容器项目。 该项目已发布到Maven中心存储库中,请参阅 。 Maven依赖 将以下依赖项添加到您的Maven项目中: <!-- exludes embedded Tomcat --> org.springframework.boot spring-boot-starter-web org.spr
2022-03-17 16:27:21 68KB Java
1
Windows Embedded CE 6.0.msi是应用于嵌入式设备的操作系统
2022-03-07 22:29:13 10.47MB wince 6.0
1
IAR的注册机1.4版,非1,3,包含了最新的8051许可数据。亲测10.20.1有效。 使用教程可参考https://blog.csdn.net/zousy202/article/details/77920274
2022-03-05 17:36:14 1MB IAR TI CC系列 硬件
1
压缩包包含tmake-1.11.tar.gz、qt-embedded-2.3.7.tar.bz2、qt-x11-2.3.2.tar.gz三个安装包,并且附带安装文档。资料均来自于CSDN和百度,作者进行了资源整合,方便后来人使用。
2022-03-04 11:10:22 21.55MB tmake-1.11.t qt-embedded- qt-x11-2.3.2
1
Mastering Embedded Linux Programming(2nd) 英文azw3 第2版 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
2022-02-28 16:23:05 3.55MB Mastering Embedded Linux Programming
1
嵌入式开发最好的参考书。以pic32为例子,详细介绍各种技术
2022-02-26 21:36:59 26.4MB 嵌入式
1
Valgrind tool for cross compilation on armv6.
2022-02-26 11:51:50 41.59MB Valgrind ARMv6 Embedded
1
.NET的Power BI 欢迎来到Power BI Embedded的.NET开发人员社区。 在这里,您将找到Power BI Embedded的.NET SDK的资源。 对于使用SDK的疑问或问题,请记录问题,我们将尽快答复。 有关入职Power BI Embedded的更多信息,请参见我们的。 问题 Power BI嵌入式核心库 Microsoft.PowerBI.Core程序包包含用于生成报告嵌入令牌的API。 从Nuget安装 Install-Package Microsoft.PowerBI.Core 用法:创建报告嵌入令牌 Power BI Embedded使用嵌入令牌,这些令牌是HMAC签名的JSON Web令牌。 使用Azure Power BI Embedded工作区集合中的访问密钥对令牌进行签名。 嵌入令牌用于提供对要嵌入到应用程序中的报表的只读访问权限。
2022-02-22 22:26:09 493KB C#
1
基于FPGA的嵌入式图像处理系统设计,英文版,非扫描版,内容清晰。 作者简介 Donald G Bailey is Associate Professor in the Institute of Information Sciences and Technology at Massey University, where he leads the Image and Signal Processing Research Group. His research interests include most aspects of image analysis, but in particular the algorithm development process, and training. Bailey has developed a Vision Image Processing System package which has been used in a wide range of image analysis applications. Current and recent projects include: image processing using FPGAs, real time produce grading using machine vision, super-resolution, and sub pixel measurement techniques, camera calibration, and coastal monitoring using automated video analysis. He has been working as an electronics and computer systems engineer in the field of image analysis and machine vision for over 25 years. He began applying FPGA technology to image processing in 2002, and since then has published about 25 papers on issues and applications of FPGAs to image processing. 目录 Preface. Acknowledgements. 1 Image Processing. 1.1 Basic Definitions. 1.2 Image Formation. 1.3 Image Processing Operations. 1.4 Example Application. 1.5 Real-Time Image Processing. 1.6 Embedded Image Processing. 1.7 Serial Processing. 1.8 Parallelism. 1.9 Hardware Image Processing Systems. 2 Field Programmable Gate Arrays. 2.1 Programmable Logic. 2.2 FPGAs and Image Processing. 2.3 Inside an FPGA. 2.4 FPGA Families and Features. 2.5 Choosing an FPGA or Development Board. 3 Languages. 3.1 Hardware Description Languages. 3.2 Software-Based Languages. 3.3 Visual Languages. 3.4 Summary. 4 Design Process. 4.1 Problem Specification. 4.2 Algorithm Development. 4.3 Architecture Selection. 4.4 System Implementation. 4.5 Designing for Tuning and Debugging. 5 Mapping Techniques. 5.1 Timing Constraints. 5.2 Memory Bandwidth Constraints. 5.3 Resource Constraints. 5.4 Computational Techniques. 5.5 Summary. 6 Point Operations. 6.1 Point Operations on a Single Image. 6.2 Point Operations on Multiple Images. 6.3 Colour Image Processing. 6.4 Summary. 7 Histogram Operations. 7.1 Greyscale Histogram. 7.2 Multidimensional Histograms. 8 Local Filters. 8.1 Caching. 8.2 Linear Filters. 8.3 Nonlinear Filters. 8.4 Rank Filters. 8.5 Colour Filters. 8.6 Morphological Filters. 8.7 Adaptive Thresholding. 8.8 Summary. 9 Geometric Transformations. 9.1 Forward Mapping. 9.2 Reverse Mapping. 9.3 Interpolation. 9.4 Mapping Optimisations. 9.5 Image Registration. 10 Linear Transforms. 10.1 Fourier Transform. 10.2 Discrete Cosine Transform. 10.3 Wavelet Transform. 10.4 Image and Video Coding. 11 Blob Detection and Labelling. 11.1 Bounding Box. 11.2 Run-Length Coding. 11.3 Chain Coding. 11.4 Connected Component Labelling. 11.5 Distance Transform. 11.6 Watershed Transform. 11.7 Hough Transform. 11.8 Summary. 12 Interfacing. 12.1 Camera Input. 12.2 Display Output. 12.3 Serial Communication. 12.4 Memory. 12.5 Summary. 13 Testing, Tuning and Debugging. 13.1 Design. 13.2 Implementation. 13.3 Tuning. 13.4 Timing Closure. 14 Example Applications. 14.1 Coloured Region Tracking. 14.2 Lens Distortion Correction. 14.3 Foveal Sensor. 14.4 Range Imaging. 14.5 Real-Time Produce Grading. 14.6 Summary. References. Index.
2022-02-16 21:38:40 27.41MB FPGA 图像处理
1