-
Python写的游戏
使用Python写的坦克大战,回忆童年的经典游戏,
- 2023-06-29 10:45:04下载
- 积分:1
-
机器学习原理之logistic回归算法与代码实现
根据现有数据对分类边界线建立回归公式,以此进行分类,其核心是通过最优化算法寻找最佳回归系数(权重系数),主要应用于二分类。(Based on the existing data, regression formulas are established to classify the classification boundary lines. The core of this method is to find the best regression coefficients (weight coefficients) through the optimization algorithm, which is mainly used in the second classification.)
- 2020-06-17 02:20:02下载
- 积分:1
-
机器学习实战:基于Scikit-Learn和TensorFlow
使用Scikit-Learn和TensorFlow进行深度学习和机器学习的研究。(Scikit-learn and TensorFlow were used for the research of deep learning and machine learning.)
- 2019-03-26 10:39:53下载
- 积分:1
-
《Python机器学习算法》
python机器学习算法 赵志勇
深入分析机器学习中的常用算法(python machine learning)
- 2019-04-02 14:43:33下载
- 积分:1
-
GA-SVM-master 03
这是一个基于python的gasvm程序,编写很规范,容易理解,适合初学者学习(This is a python-based gasvm program, written very standardized, easy to understand, suitable for beginners to learn)
- 2021-04-20 20:18:50下载
- 积分:1
-
Python学生管理系统
Python学生管理系统
- 2020-12-06下载
- 积分:1
-
multiagent
实现了一个吃豆人小游戏的功能,使用了多种搜索算法,包括DFS以及BFS等(Implements a Pac-Man game features, using a variety of search algorithms, including DFS and BFS, etc.)
- 2020-10-28 21:59:59下载
- 积分:1
-
证书加密解密
说明: 本次实验是基于广泛测试的公开加密库来实现数字签名服务。这里选择了
M2Crypto 加密库来实现,M2Crypto 加密库能够完整的支持 OpenSSL 库,所以会
更加方便点。而且这个库中包含有 RSA 非对称加密算法(M2Crypto.RSA),高级
的加密解密接口(M2Crypto.EVP),还能操作 X.509 证书(M2Crypto.X509)。我们
可以先通过 M2Crypto 库里的模块来生成证书、公钥文件和私钥文件,后面再利
用生成的证书、私钥和公钥来实现加密解密及数字签名认证。(This experiment is based on a widely tested public encryption library to implement digital signature services. Here is the choice
The M2Crypto encryption library is implemented, and the M2Crypto encryption library can fully support the OpenSSL library, so it will
It's more convenient. And this library contains a RSA asymmetric encryption algorithm (M2Crypto.RSA), high level
The encryption and decryption interface (M2Crypto.EVP) can also operate the X.509 Certificate (M2Crypto.X509). We
A certificate, a public key file, and a private key file can be generated by the modules of the M2Crypto repository first, and the later will be beneficial.
The encrypted decryption and digital signature authentication are realized with the generated certificate, private key and public key.)
- 2017-12-20 16:39:40下载
- 积分:1
-
根据报告生成词云
在目前的编程语言热度排序里,Python 屈居第四(当然,很多人不同意,所以编程语言的排行榜有许多,你懂的)。但看问题要用发展眼光。随着数据科学的发展,Python 有爆发的趋势。早点儿站上风口,很有益处。
如果你之前没有编程基础,没关系。从零开始,意味着我会教你如何安装Python运行环境,一步步完成词云图。希望你不要限于浏览,而是亲自动手尝试一番。到完成的那一步,你不仅可以做出第一张词云图,而且这还将是你的第一个有用的编程作品。
心动了?那咱们就开始吧
作者:王树义
链接:https://www.jianshu.com/p/e4b24a734ccc
来源:简书
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。
作者:王树义
链接:https://www.jianshu.com/p/e4b24a734ccc
来源:简书
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。
- 2022-06-02 06:06:52下载
- 积分:1
-
cut_image.py
说明: 车道线检测方法,包括对直行、拐弯车道线的代码描述(Lane line detection)
- 2019-11-18 14:32:34下载
- 积分:1