-
用Python设计芯片
说明: 使用Python语言在数字设计中,有很多优势比如算法建模,RTL模板生成等优势(Use Python in ASIC design)
- 2021-04-24 12:28:47下载
- 积分:1
-
python+mysql数据池
【实例简介】python mysql数据池连接
- 2021-10-19 00:31:01下载
- 积分:1
-
简单的计算器应用程序
一
- 2022-05-31 22:40:31下载
- 积分:1
-
深度学习检测车辆
用深度学习检测前车,包括车辆重叠、遮挡都能准确检测,检测正确率94.8% ,可供参考
- 2022-03-25 09:55:34下载
- 积分:1
-
BP_GitChat
BP(back propagation)神经网络是1986年由Rumelhart和McClelland为首的科学家提出的概念,是一种按照误差逆向传播算法训练的多层前馈神经网络,是目前应用最广泛的神经网络,py实现(BP (back propagation) neural network is a concept put forward by Rumelhart and McClelland in 1986. It is a multi-layer feedforward neural network trained by error back propagation algorithm. It is the most widely used neural network at present.)
- 2019-05-06 14:07:38下载
- 积分:1
-
excel数据比对小工具
excel比对小软件(pyqt python源码和应用下载),该小软件可以比对两个表里的相同列在其他列输出标志或在其他列插入目标列
- 2020-05-22下载
- 积分:1
-
weiboLogin
微博登陆脚本,基于python 3.6,调用requests, json, base64(Weibo login script, Python 3.6, using requests, json, base64)
- 2018-02-04 17:45:46下载
- 积分:1
-
ISIGHT工程优化案例分析
说明: isight应用实例,帮助初学者快速掌握isight使用方法(ISIGHT application examples help beginners quickly master the use of iSIGHT)
- 2020-05-04 15:24:49下载
- 积分:1
-
refactorAutomtion
clear case 的操作,如check in check out (clear case handle client check in check out )
- 2013-12-04 21:24:08下载
- 积分:1
-
python实现DBSCAN(基于密度的聚类方法)
说明: DBSCAN(Density-Based Spatial Clustering of Applications with Noise) 为一种基于密度的聚类算法,它不仅可以找出具有任何形状的簇,而且还可以用于检测离群值。其基本思想为数据点分布紧凑的应被划分为一类,而周围未分布有或仅有极少数点的数据点则有可能为离群值。通过python实现了该聚类方法的计算。(DBSCAN (density based spatial clustering of applications with noise) is a density based clustering algorithm. It can not only find clusters with any shape, but also detect outliers. The basic idea is that the data points with compact distribution should be divided into a class, while the data points with few or no distribution around may be outliers. This clustering method is implemented by python.)
- 2020-12-23 15:45:10下载
- 积分:1