MSTAR(Moving and Stationary Target Acquisition and Recognition)数据集是一个基于合成孔径雷达(Synthetic Aperture Radar,SAR)图像的目标检测和识别数据集。它是针对目标检测、机器学习和模式识别算法的研究和评估…
import html2canvas from ‘html2canvas’
html2canvas(canvasDom, options).then(canvas > { //此时的图片是base64格式的,我们将图片格式转换一下 let type ‘png’; let imgData canvas.toDataURL(type); // 照片格式处理 let _fixType function(type) { …
Bobo String Construction 结论,字符串哈希 Election of the King 二分查找 Merge the squares! 递归模拟,辗转相除法 Quest-ce Que Cest? DP,前缀和优化 We are the Lights 思维,倒推 猜测是,把n个字符全填0或者1是最…