-
Python开发微信打飞机
主要用Python的pygame库实现微信打飞机小游戏,实现了基本功能,包括游戏难度的升级,飞机数量的控制,子弹速度的控制
- 2023-06-28 10:50:04下载
- 积分:1
-
gobang
一个五子棋游戏,用阿尔法贝塔剪枝的方法实现博弈树,程序会根据最优情况选择正确的落子位置(A Gobang game, using Alphabeta pruning method to achieve the game tree, the program will choose the right drop position according to the optimal situation.)
- 2020-06-17 18:00:02下载
- 积分:1
-
features_extraction_to_csv.py
说明: 人脸识别,对录入的人脸进行特征提取,特征为68点特征(Face recognition, feature extraction of the input face, 68 features)
- 2020-06-22 11:40:01下载
- 积分:1
-
RabbitMQ
说明: 使用python对rabbitmq的简单练习demo(Simple practice demo of rabbitmq using Python)
- 2020-06-22 11:40:01下载
- 积分:1
-
Python 获取沪深300日行情数据并存入Excel文件
python抓取数据,并将数据存储在excel中,每个代码对应的数据一个sheet。(Python grabs the data and stores it in excel, one sheet for each code.)
- 2020-06-29 23:20:01下载
- 积分:1
-
untitled
平均场强化学习源码,acml2018年最新的研究成果,强化学习必备(Mean field reinforcement learning source)
- 2020-10-20 20:37:26下载
- 积分:1
-
帝国竞争算法python版
说明: 帝国竞争算法(imperialist competitive algorithm,ICA)是一种基于帝国主义殖民竞争机制的进化算法,属于社会启发的随机优化搜索方法。目前,ICA已被成功应用于多种优化问题中,如调度问题、分类问题和机械设计问题等。(The imperialist competitive algorithm (ICA) is an evolutionary algorithm based on the imperialist colonial competition mechanism, which is a random optimization search method inspired by society. At present, ICA has been successfully applied to a variety of optimization problems, such as scheduling problems, classification problems, and mechanical design problems.)
- 2021-01-18 15:55:45下载
- 积分:1
-
Python_Web开发:测试驱动方法
说明: 本书从最基础的知识开始,讲解Web开发的整个流程,展示如何使用Python做测试驱动开发。(This book starts with the most basic knowledge, explains the whole process of web development, and shows how to use Python to do test driven development.)
- 2020-11-20 20:10:53下载
- 积分:1
-
MIKE11 data_input converter
说明: 可以提取CAD中点的坐标信息并转为MIKE地理信息数据输入格式(The coordinate information of midpoint in CAD can be extracted and converted to MIKE geographic information data input format.)
- 2020-06-24 09:20:01下载
- 积分:1
-
Python核心编程 第3版 中文版
说明: 本书是经典畅销图书《Python 核心编程(第二版)》的全新升级版本,总共分为 3 部分。
第 1 部分讲解了 Python 的一些通用应用,包括正则表达式、网络编程、Internet 客户端编程、多线程编程、GUI 编程、数据库编程、Microsoft Office 编程、扩展 Python 等内容。
第 2 部分
讲解了与 Web 开发相关的主题,包括 Web 客户端和服务器、CGI 和 WSGI 相关的 Web 编程、Diango Web 框架、云计算、高级 Web 服务。第 3 部分则为一个补充/实验章节,包括文本处理以及一些其他内容。
本书适合具有一定经验的 Python 开发人员阅读(This book is a new upgraded version of the classic best-selling book Python Core Programming (2nd Edition). It is divided into three parts.
Part 1 explains some general applications of Python, including regular expressions, network programming, Internet client programming, multi-threading programming, GUI programming, database programming, Microsoft Office programming, extension of Python and so on.
Part 2
Topics related to Web development are explained, including Web client and server, CGI and WSGI related Web programming, Diango Web framework, cloud computing, advanced Web services. Part 3 is a supplementary/experimental chapter, including text processing and some other contents.
This book is suitable for Python developers with some experience.)
- 2020-06-17 10:40:02下载
- 积分:1