-
佛标志
-
佛友圈
-
menu
-
弘扬佛法
-
left
-
佛事随性
-
抽签
-
通过
-
dkw_未通过
-
未通过
-
certificate
-
rainmaker icons-68
-
result_green_light
-
复制订单号
-
星星
-
微信
-
手机信号强弱
-
手机信号强弱-copy
-
右上
-
右上-copy
-
右上-copy
-
支付宝支付
-
微信支付
-
花边-12
-
花边-12
-
花边
资源文件列表:
buyigua1.zip 大约有61个文件- buyigua1/
- buyigua1/index.html 6.14KB
- buyigua1/index1.html 1.22KB
- buyigua1/static/
- buyigua1/static/bootstrap-3.4.1-dist/
- buyigua1/static/bootstrap-3.4.1-dist/css/
- buyigua1/static/bootstrap-3.4.1-dist/css/bootstrap-theme.css 25.08KB
- buyigua1/static/bootstrap-3.4.1-dist/css/bootstrap-theme.css.map 46.88KB
- buyigua1/static/bootstrap-3.4.1-dist/css/bootstrap-theme.min.css 22.86KB
- buyigua1/static/bootstrap-3.4.1-dist/css/bootstrap-theme.min.css.map 73.83KB
- buyigua1/static/bootstrap-3.4.1-dist/css/bootstrap.css 142.51KB
- buyigua1/static/bootstrap-3.4.1-dist/css/bootstrap.css.map 381.73KB
- buyigua1/static/bootstrap-3.4.1-dist/css/bootstrap.min.css 118.61KB
- buyigua1/static/bootstrap-3.4.1-dist/css/bootstrap.min.css.map 527.77KB
- buyigua1/static/bootstrap-3.4.1-dist/fonts/
- buyigua1/static/bootstrap-3.4.1-dist/fonts/glyphicons-halflings-regular.eot 19.66KB
- buyigua1/static/bootstrap-3.4.1-dist/fonts/glyphicons-halflings-regular.svg 106.19KB
- buyigua1/static/bootstrap-3.4.1-dist/fonts/glyphicons-halflings-regular.ttf 44.34KB
- buyigua1/static/bootstrap-3.4.1-dist/fonts/glyphicons-halflings-regular.woff 22.88KB
- buyigua1/static/bootstrap-3.4.1-dist/fonts/glyphicons-halflings-regular.woff2 17.61KB
- buyigua1/static/bootstrap-3.4.1-dist/js/
- buyigua1/static/bootstrap-3.4.1-dist/js/bootstrap.js 73.71KB
- buyigua1/static/bootstrap-3.4.1-dist/js/bootstrap.min.js 38.75KB
- buyigua1/static/bootstrap-3.4.1-dist/js/jquery-3.7.1.min.js 85.48KB
- buyigua1/static/bootstrap-3.4.1-dist/js/npm.js 484B
- buyigua1/static/css/
- buyigua1/static/css/app.css 579B
- buyigua1/static/css/index.css 2.48KB
- buyigua1/static/css/index1.css
- buyigua1/static/css/login.css 1.58KB
- buyigua1/static/css/public.css 1.47KB
- buyigua1/static/font/
- buyigua1/static/font/AlimamaAgileVF-Thin.ttf 106.75KB
- buyigua1/static/font/AlimamaAgileVF-Thin.woff 66.55KB
- buyigua1/static/font/AlimamaAgileVF-Thin.woff2 56.29KB
- buyigua1/static/font/AlimamaDaoLiTi.ttf 4.92MB
- buyigua1/static/font/AlimamaDaoLiTi.woff 3.18MB
- buyigua1/static/font/AlimamaDaoLiTi.woff2 2.5MB
- buyigua1/static/font/AlimamaDongFangDaKai-Regular.otf 3.63MB
- buyigua1/static/font/AlimamaDongFangDaKai-Regular.ttf 5.01MB
- buyigua1/static/font/AlimamaDongFangDaKai-Regular.woff 3.06MB
- buyigua1/static/font/AlimamaDongFangDaKai-Regular.woff2 2.67MB
- buyigua1/static/font/AlimamaFangYuanTiVF-Thin.ttf 7.07MB
- buyigua1/static/font/AlimamaFangYuanTiVF-Thin.woff 3.27MB
- buyigua1/static/font/AlimamaFangYuanTiVF-Thin.woff2 2.3MB
- buyigua1/static/font/AlimamaShuHeiTi-Bold.otf 1004.86KB
- buyigua1/static/font/AlimamaShuHeiTi-Bold.ttf 1.31MB
- buyigua1/static/font/AlimamaShuHeiTi-Bold.woff 785.52KB
- buyigua1/static/font/AlimamaShuHeiTi-Bold.woff2 662.73KB
- buyigua1/static/iconFonts/
- buyigua1/static/iconFonts/demo.css 8.23KB
- buyigua1/static/iconFonts/demo_index.html 93.48KB
- buyigua1/static/iconFonts/iconfont.css 37.24KB
- buyigua1/static/iconFonts/iconfont.js 271.85KB
- buyigua1/static/iconFonts/iconfont.json 10.5KB
- buyigua1/static/iconFonts/iconfont.ttf 46.88KB
- buyigua1/static/iconFonts/iconfont.woff 28.73KB
- buyigua1/static/iconFonts/iconfont.woff2 25.19KB
- buyigua1/static/image/
- buyigua1/static/image/qian.png 603.73KB
- buyigua1/static/js/
基于Python的车牌检测和识别系统介绍:
1.输入原始图片,通过二值化,边缘检测,和基于色调的颜色微调等办法检测出原图中的车牌号的位置;
2.把检测到的车牌(ROI)裁剪,为车牌号的识别做准备;
3.基于裁剪的车牌号,使用直方图的波峰波谷分割裁剪的车牌号(如上图中的第3步)
4.训练机器学习模型做车牌识别,这里训练了2个SVM,一个SVM用来识别省份简称(如 鲁),另一个SVM用来识别字母和数字。
5.通过PyQt5把整个算法封装成GUI程序,并打包发布安装软件。
Navicat软件zip压缩包
rax3000m刷机固件
Aspose.Cells.dll,C# 操作excel导出、读取等操作。Aspose是.NET和Java开发组件以及为Microsoft SQL Server Reporting Services和JasperReports等平台提供渲染扩展的领先供应商。它的核心重点是提供最完整和最强大的文件管理产品。Aspose产品支持一些商业上最流行的文件格式,包括:Word文档、Excel电子表格、PowerPoint演示文稿、PDF文档、Flash演示文稿和项目文件。
gec6818蜂鸣器LED内核模块文件下载(驱动)
C++类入门程序源码240717
gec6818蜂鸣器LED内核模块文件下载(驱动)
内容概要
这个资源包含一个完整的PyQt和Qt Quick示例代码项目,演示了如何使用PyQt5和Qt Quick在Python中开发桌面应用程序。项目结构清晰,包含详细的注释和文档,帮助开发者快速上手并理解相关技术。
适用人群
- 桌面应用程序开发者
- Python开发者
- 初学者及中级水平程序员
- 对Qt Quick界面开发感兴趣的开发者
使用场景及目标
- 快速搭建PyQt和Qt Quick开发环境
- 学习如何使用PyQt和Qt Quick创建现代化的桌面应用程序
- 提供实际项目中的代码示例,帮助开发者理解和掌握关键技术
- 用于教学和培训目的,提供完整的项目结构和代码示例
其他说明
资源中包含详细的README文件,说明如何运行和测试项目
提供常见问题及解决方法,帮助用户解决在使用过程中遇到的问题
包含多个示例文件和详细注释,帮助用户更好地理解代码逻辑